Permalink
Browse files
transmission-x11: update to 2.93; move to github
- Loading branch information
Showing
with
5 additions
and
15 deletions.
-
+5
−15
net/transmission-x11/Portfile
|
|
@@ -1,10 +1,10 @@ |
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup transmission transmission 2.93 |
|
|
name transmission-x11 |
|
|
version 2.92 |
|
|
revision 1 |
|
|
categories net x11 |
|
|
license {GPL-2 OpenSSLException} |
|
|
maintainers nomaintainer |
|
|
@@ -16,19 +16,12 @@ long_description Transmission is a free, lightweight BitTorrent client. \ |
|
|
Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS \ |
|
|
(native interface). This is the GTK+ version. |
|
|
homepage http://www.transmissionbt.com/ |
|
|
master_sites http://download.m0k.org/transmission/files/ \ |
|
|
http://download.transmissionbt.com/files/ \ |
|
|
https://transmission.cachefly.net/ |
|
|
|
|
|
platforms darwin freebsd |
|
|
|
|
|
use_xz yes |
|
|
|
|
|
distname transmission-${version} |
|
|
dist_subdir transmission |
|
|
|
|
|
checksums rmd160 6da78ce333fa2ea69aa4954c3b052a818ce7c93e \ |
|
|
sha256 3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f |
|
|
checksums rmd160 157a6f48984db1b98da186807062bcc693129a2a \ |
|
|
sha256 f9a3e22e56abe55a71d46367a5469c07cdaad39f8143a945f649d59498b6569b \ |
|
|
size 6340947 |
|
|
|
|
|
depends_build port:intltool \ |
|
|
port:pkgconfig \ |
|
|
@@ -86,6 +79,3 @@ platform darwin 8 { |
|
|
return -code error "incompatible Mac OS X version" |
|
|
} |
|
|
} |
|
|
|
|
|
livecheck.url ${homepage}/download.php |
|
|
livecheck.regex The current release version is <b>(.*)</b> |