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/transmission | |
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/transmission')
-rw-r--r-- | net-p2p/transmission/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |