diff options
author | crees <crees@FreeBSD.org> | 2012-10-05 04:18:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-05 04:18:30 +0800 |
commit | 94b3ee1f25e84fa83ba0c5b38ea4bb8532cce926 (patch) | |
tree | 5d7e2a7564c9fdaa7351be928aec93d54b7a8e6c /net-p2p | |
parent | afbb8189373a247d8963c473b56b19727322d501 (diff) | |
download | freebsd-ports-gnome-94b3ee1f25e84fa83ba0c5b38ea4bb8532cce926.tar.gz freebsd-ports-gnome-94b3ee1f25e84fa83ba0c5b38ea4bb8532cce926.tar.zst freebsd-ports-gnome-94b3ee1f25e84fa83ba0c5b38ea4bb8532cce926.zip |
Update to 2.71
Update BROKEN message to new GTK version [1]
PR: ports/172328 [1]
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1]
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-cli/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 17bc0525b257..339f9f8aa0b6 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 2.61 +PORTVERSION= 2.71 PORTREVISION?= 0 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo index 1164bba246d7..10c635f54d72 100644 --- a/net-p2p/transmission-cli/distinfo +++ b/net-p2p/transmission-cli/distinfo @@ -1,2 +1,2 @@ -SHA256 (transmission-2.61.tar.xz) = 1c4ccbf5d7dc7bb9615005f9db7bb0612c95ac908c6cf5d519e6f0126588765c -SIZE (transmission-2.61.tar.xz) = 2876648 +SHA256 (transmission-2.71.tar.xz) = d62787d472a1cb3e8e064829bcae7f17a72e5959aa837010cde82fefdda80836 +SIZE (transmission-2.71.tar.xz) = 2929516 diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index bb7b397794fb..726b9656157c 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= crees@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client -BROKEN= Relies on GTK 3.0 version > 3.2.0; use net-p2p/transmission25-gtk20 +BROKEN= Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk20 LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ notify.4:${PORTSDIR}/devel/libnotify \ diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 12a74008df59..83f7057364eb 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 2.61 +PORTVERSION= 2.71 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty @@ -21,7 +21,7 @@ RUN_DEPENDS= transmission-cli:${PORTSDIR}/net-p2p/transmission-cli \ CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.6* -BROKEN= Depends on GTK 2.0 frontend; use net-p2p/transmission25 for now +BROKEN= Depends on GTK 3.4.0 frontend; use net-p2p/transmission25 for now NO_BUILD= yes |