aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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