aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bd628485dfd5..898388cca2c2 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.
+20140107:
+ AFFECTS: users of Qt 4 ports
+ AUTHOR: makc@FreeBSD.org
+
+ Qt 4 ports framework has been reworked, several ports have been renamed.
+ To ease upgrading run the following set of commands:
+
+ # pkg set -o devel/qt4-declarative:x11-toolkits/qt4-declarative
+ # pkg set -o devel/qt4-qtestlib:devel/qt4-testlib
+ # pkg set -o textproc/qt4-clucene:textproc/clucene-qt4
+ # pkg set -o www/qt4-webkit:www/webkit-qt4
+ # pkg set -o x11/qt4-opengl:graphics/qt4-opengl
+
20140102:
AFFECTS: users of archivers/p7zip
AUTHOR: rakuco@FreeBSD.org