From owner-svn-ports-head@FreeBSD.ORG Sat Jul 21 13:52:15 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 943F61065670; Sat, 21 Jul 2012 13:52:15 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF108FC1B; Sat, 21 Jul 2012 13:52:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6LDqF85040712; Sat, 21 Jul 2012 13:52:15 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6LDqF8g040709; Sat, 21 Jul 2012 13:52:15 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201207211352.q6LDqF8g040709@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 21 Jul 2012 13:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301275 - head X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 13:52:15 -0000 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