diff options
author | bsam <bsam@FreeBSD.org> | 2014-03-31 16:26:24 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2014-03-31 16:26:24 +0800 |
commit | d1d7249d70bf97fbba0d50477c87b66c54939e8a (patch) | |
tree | d79b823363d6af53368205cc4f3507d5c0fc9bb4 /UPDATING | |
parent | fe15840069415001426533d01d1b1bf472f0b18c (diff) | |
download | freebsd-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-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |