aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-08-11 03:59:17 +0800
committercrees <crees@FreeBSD.org>2012-08-11 03:59:17 +0800
commit6d8f4b1074117c902a41f05e9e0231bc86b894ad (patch)
tree6601ec287b09d6b34b6c1e164de43603a1a0d116 /UPDATING
parentf66ed597637d78e14d94e0f008ed6fae09d94812 (diff)
downloadfreebsd-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 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9c2ca29638cf..0b5bc0ee14bb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120810:
+ AFFECTS: users of net-p2p/transmission-gtk2
+ AUTHOR: crees@FreeBSD.org
+
+ Unfortunately Transmission 2.61 moved the requirement for GTK to version
+ 3.2.0, which is not yet in our tree.
+
+ Those who wish to have a graphical client can either choose transmission-qt4
+ in the meantime, or switch to the transmission25 ports.
+
+ A script to generate appropriate commands can be found at:
+ http://people.FreeBSD.org/~crees/scripts/transmission25.sh
+
20120808:
AFFECTS: users of www/libmicrohttpd
AUTHOR: bdrewery@FreeBSD.org