diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-10-30 23:05:50 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-10-30 23:05:50 +0000 |
commit | 792ee326e5ddf6a92f8a54a1f0ed566cb2d9fed9 (patch) | |
tree | 33ee884e81ac194815bb0886836cd6c26eb25f1d /UPDATING | |
parent | 0e0088184eb79ca9e7ebace8b17d613864a8ae2c (diff) | |
download | ports-792ee326e5ddf6a92f8a54a1f0ed566cb2d9fed9.tar.gz ports-792ee326e5ddf6a92f8a54a1f0ed566cb2d9fed9.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20121030: + AFFECTS: users of www/squid31 + AUTHOR: flo@FreeBSD.org + + The WITH_SQUID_ECAP option was removed from the port. If you use ECAP + you need to update to www/squid32, you can do so by running one of the + following commands: + + # portmaster -o www/squid32 www/squid31 + or + # portupgrade -fo www/squid32 www/squid31 + 20121025: AFFECTS: users of net/activemq AUTHOR: tj@FreeBSD.org |