Date: Sat, 21 Jul 2012 13:52:15 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301275 - head Message-ID: <201207211352.q6LDqF8g040709@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207211352.q6LDqF8g040709>