From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 21:05:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89EE598C; Sat, 8 Feb 2014 21:05:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73C811E4D; Sat, 8 Feb 2014 21:05:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18L5ktx079963; Sat, 8 Feb 2014 21:05:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18L5knG079961; Sat, 8 Feb 2014 21:05:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402082105.s18L5knG079961@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 8 Feb 2014 21:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343386 - 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.17 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, 08 Feb 2014 21:05:46 -0000 Author: bapt Date: Sat Feb 8 21:05:45 2014 New Revision: 343386 URL: http://svnweb.freebsd.org/changeset/ports/343386 QAT: https://qat.redports.org/buildarchive/r343386/ Log: Add an updating entry about icu for people having glib20 built with the COLLATION_FIX option Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Feb 8 20:54:44 2014 (r343385) +++ head/UPDATING Sat Feb 8 21:05:45 2014 (r343386) @@ -5,6 +5,20 @@ 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 depend on it + if you have the glib20 port built with COLLATION_FIX option activated + + 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 + 20140201: AFFECTS: users of net-mgmt/zabbix* AUTHOR: koobs@FreeBSD.org