svn commit: r301275 - head
Christian Weisgerber
naddy at FreeBSD.org
Sat Jul 21 13:52:15 UTC 2012
Author: naddy
Date: Sat Jul 21 13:52:14 2012
New Revision: 301275
URL: http://svn.freebsd.org/changeset/ports/301275
Log:
After the libogg 1.3.0 (ogg.8) update, recommend recursive rebuilding
of all dependent ports. It's the only way to reliably catch all
indirect dependencies.
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Sat Jul 21 12:45:13 2012 (r301274)
+++ head/UPDATING Sat Jul 21 13:52:14 2012 (r301275)
@@ -5,6 +5,21 @@ 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.
+20120721
+ AFFECTS: users of audio/libogg
+ AUTHOR: naddy at FreeBSD.org
+
+ There is a new version of libogg (1.3.0) and the shared library version
+ has been bumped (ogg.7 to ogg.8). All ports that have an identifiable
+ direct dependency on this library have had their PORTREVISIONs bumped.
+ However, some ports that pull in the library indirectly may continue to
+ look for the old version. To ensure that all are updated, perform this
+ step:
+
+ # portmaster -r libogg
+ or
+ # portupgrade -rf libogg
+
20120717:
AFFECTS: users of ftp/proftpd
AUTHOR: mm at FreeBSD.org
More information about the svn-ports-head
mailing list