From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 23:13:45 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 1EF8233A; Tue, 18 Dec 2012 23:13:45 +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 043B68FC15; Tue, 18 Dec 2012 23:13:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBINDiRO051446; Tue, 18 Dec 2012 23:13:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBINDivO051445; Tue, 18 Dec 2012 23:13:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212182313.qBINDivO051445@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 18 Dec 2012 23:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309209 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 18 Dec 2012 23:13:45 -0000 Author: bapt Date: Tue Dec 18 23:13:44 2012 New Revision: 309209 URL: http://svnweb.freebsd.org/changeset/ports/309209 Log: Add a note about icu update Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Dec 18 23:11:23 2012 (r309208) +++ head/UPDATING Tue Dec 18 23:13:44 2012 (r309209) @@ -5,6 +5,19 @@ 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. +20121218: + AFFECTS: users of icu + AUTHOR bapt@FreeBSD.org + + icu has been updated to 50.1. Please rebuild all ports that depends on it: + + If you use portmaster: + portmaster -w -r icu + If you use portupgrade: + portupgrade -fr devel/icu + If you use pkgng with binary packages: + pkg install -fR devel/icu + 20121212: AFFECTS: users of openldap24-client who uses SASL AUTHOR: Xin Li