diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-02 10:28:23 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-10-02 10:28:23 +0000 |
commit | 03534eee0a65117dec40ff8e880fd38e6b2fbfda (patch) | |
tree | 62d8bcddc4fb6fac8d94f61fa1915494ada038ae /UPDATING | |
parent | 5be08546654b2f08bb67d90d385636e9e13ab232 (diff) | |
download | ports-03534eee0a65117dec40ff8e880fd38e6b2fbfda.tar.gz ports-03534eee0a65117dec40ff8e880fd38e6b2fbfda.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ 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. +20121002: + AFFECTS: users of devel/clanlib + AUTHOR: jhale@FreeBSD.org + + devel/clanlib has been updated to 2.3.6 and the legacy version has been + moved to devel/clanlib1 and updated to 1.0.0. Although both versions + may be installed at the same time, you should update your port origins + first since many ports that depend on clanlib will not work with the + new version. + + Update your port origins as follows: + + # portmaster -o devel/clanlib1 devel/clanlib + or + # portupgrade -fo devel/clanlib1 devel/clanlib + or + # pkg set -o devel/clanlib:devel/clanlib1 + 20120928: AFFECTS: users of mail/maildrop AUTHOR: madpilot@FreeBSD.org |