aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-08-06 03:17:53 +0800
committermakc <makc@FreeBSD.org>2009-08-06 03:17:53 +0800
commitac73f680308d83611e82fef75ee3e5c6487d8bee (patch)
tree631a272f494b0e355a933c677a3e9653d6e883fd /UPDATING
parentb7571ad0930d3cfa995d66a86d6019a645871d7a (diff)
downloadfreebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.tar.gz
freebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.tar.zst
freebsd-ports-gnome-ac73f680308d83611e82fef75ee3e5c6487d8bee.zip
Add notes for Qt-4.5.2 and KDE-4.3.0
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bbc680eec9db..e317eb8a27cc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090804:
+ AFFECTS: users of multimedia/phonon*
+ AUTHOR: kde@FreeBSD.org
+
+ KDE4 has been updated to 4.3.0. KDE now uses qt4-phonon,
+ multimedia/phonon and multimedia/phonon-gstreamer are deprecated in favour of
+ their qt4 equivalents. You can still use multimedia/phonon-xine however.
+ The recommended update procedure is to delete phonon and phonon-gstreamer
+ and update ports as usual:
+
+ # pkg_delete -f phonon-4\* phonon-gstreamer\*
+ # portmaster -a (or portupgrade -a)
+
+20090804:
+ AFFECTS: users of devel/dbus-qt4, devel/qt4-designer,
+ AUTHOR: kde@FreeBSD.org
+
+ Qt4 ports have been updated to 4.5.2. The recommended update procedure is
+ to delete qt4-dbus and qt4-designer and update ports as usual. Install
+ qt4-designer if needed.
+
20090802:
AFFECTS: users of devel/libtool15 and devel/libltdl15
AUTHOR: mezz@FreeBSD.org