aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-01-08 08:10:21 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-01-08 08:10:21 +0000
commit44348c0dfba4aabd8f6e005379dabc9c09a3e657 (patch)
tree5c0c66e55455d9d2f47d00792a12aadb926045e6 /UPDATING
parentb7cfb93f5430c4660b07bf91b289a301df718fe9 (diff)
downloadports-44348c0dfba4aabd8f6e005379dabc9c09a3e657.tar.gz
ports-44348c0dfba4aabd8f6e005379dabc9c09a3e657.zip
Add upgrading instruction for Qt 4 ports
Notes
Notes: svn path=/head/; revision=339072
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