aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-02 10:28:23 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-02 10:28:23 +0000
commit03534eee0a65117dec40ff8e880fd38e6b2fbfda (patch)
tree62d8bcddc4fb6fac8d94f61fa1915494ada038ae /UPDATING
parent5be08546654b2f08bb67d90d385636e9e13ab232 (diff)
downloadports-03534eee0a65117dec40ff8e880fd38e6b2fbfda.tar.gz
ports-03534eee0a65117dec40ff8e880fd38e6b2fbfda.zip
- Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1] - Strip Makefile headers PR: ports/171333 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Approved by: makc (mentor), maintainers via private email [1]
Notes
Notes: svn path=/head/; revision=305154
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5ad7db100145..4146df2582db 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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