diff options
author | crees <crees@FreeBSD.org> | 2012-08-11 03:59:17 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-08-11 03:59:17 +0800 |
commit | 6d8f4b1074117c902a41f05e9e0231bc86b894ad (patch) | |
tree | 6601ec287b09d6b34b6c1e164de43603a1a0d116 /net-p2p/transmission-gtk2 | |
parent | f66ed597637d78e14d94e0f008ed6fae09d94812 (diff) | |
download | freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.tar.gz freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.tar.zst freebsd-ports-gnome-6d8f4b1074117c902a41f05e9e0231bc86b894ad.zip |
Create transmission25 ports and UPDATING entry to explain.
Sadly, Transmission has stopped supporting GTK 2.0 (it had to happen some day).
They now require GTK 3.2.0 [1], which we currently lack, so for those who
wish to use the GTK frontend need to stay on version 2.5
When our GTK is upgraded I'll make MOVED entries to make the transition back to
2.6 as seamless as possible.
[1] http://tinyurl.com/cfchfp9
Diffstat (limited to 'net-p2p/transmission-gtk2')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 37808466c195..bb7b397794fb 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 +BROKEN= Relies on GTK 3.0 version > 3.2.0; use net-p2p/transmission25-gtk20 LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ notify.4:${PORTSDIR}/devel/libnotify \ |