aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2014-03-31 16:26:24 +0800
committerbsam <bsam@FreeBSD.org>2014-03-31 16:26:24 +0800
commitd1d7249d70bf97fbba0d50477c87b66c54939e8a (patch)
treed79b823363d6af53368205cc4f3507d5c0fc9bb4 /UPDATING
parentfe15840069415001426533d01d1b1bf472f0b18c (diff)
downloadfreebsd-ports-gnome-d1d7249d70bf97fbba0d50477c87b66c54939e8a.tar.gz
freebsd-ports-gnome-d1d7249d70bf97fbba0d50477c87b66c54939e8a.tar.zst
freebsd-ports-gnome-d1d7249d70bf97fbba0d50477c87b66c54939e8a.zip
CUPS ports have been updated to version 1.7.1. A file has migrated from
cups-image port to cups-client. Add a note about upgrading.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 73e7b7d704ff..c04902fe4731 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20140331:
+ AFFECTS: users of print/cups-client and print/cups-image
+ AUTHOR: bsam@FreeBSD.org
+
+ CUPS ports have been updated to version 1.7.1. A file has migrated from
+ cups-image port to cups-client. Before upgrading you should force the
+ removal of cups-image port, otherwise it will conflict with the new one.
+
+ pkg users:
+ # pkg delete -f cups-image\*
+
+ other users:
+ # pkg_delete -f cups-image\*
+
+ 2. Install/upgrade other cups* packages.
+
20140327:
AFFECTS: users of lang/php5 and lang/php55 with Apache module
AUTHOR: ale@FreeBSD.org