From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 13:33:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6597FAFE; Thu, 31 Jan 2013 13:33:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5874B795; Thu, 31 Jan 2013 13:33:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0VDXU9g086512; Thu, 31 Jan 2013 13:33:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0VDXUab086511; Thu, 31 Jan 2013 13:33:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201301311333.r0VDXUab086511@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 31 Jan 2013 13:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311309 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 13:33:30 -0000 Author: bapt Date: Thu Jan 31 13:33:29 2013 New Revision: 311309 URL: http://svnweb.freebsd.org/changeset/ports/311309 Log: Add a not about boost update Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 31 13:33:04 2013 (r311308) +++ head/UPDATING Thu Jan 31 13:33:29 2013 (r311309) @@ -5,7 +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. -20130129: +20130131: + AFFECTS: users of devel/boost-libs + AUTHOR: bapt@FreeBSD.org + + boost has been updated to 1.52.0. Please rebuild all ports that depends + on it: + + If you use portmaster: + portmaster -w -r boost-libs + If you use portupgrade: + portupgrade -fr devel/boost-libs + If you use pkgng with binary packages: + pkg install -fR devel/boost-libs + +20130129: AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org