From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 03:26:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CADCC7A8; Sun, 9 Feb 2014 03:26:31 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7FD1D47; Sun, 9 Feb 2014 03:26:31 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id if11so3772608vcb.22 for ; Sat, 08 Feb 2014 19:26:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZD3eTpAZPyfx5oJJIqZgRxyiaGl8Eo7ABN9LAdFunQE=; b=qlN4bXQEZGvK0RuDYuRD1cCBjjP6+pOhKfJO+zLpVWKA/C7pg2TmgKEAIsdb/2fkxU jngPmwKM7D0TH20TqivferID/d9J8HAXRoKUQYmNZmspJZLMipo4JoDTChQSgiwV0/gz cRvupr4TyDrF29o5vj571KQHTzqm8YXRcN38uxgTC+8EkCEmGrswZeWoN3h8yA/vx4a+ AqCGa0Fas/RX1b2+XXj0gsL36tP8+j3ZSR0fqzIW+hTBaRsIVPb1RZsIXMzLYlvIVtdv 5oyoAx0SvqkNE72ae92ziSln9bOSB9yI0qKYvBCntvyWb6YD2DawSUmZzA1jC7Xo+Kds UJ8A== MIME-Version: 1.0 X-Received: by 10.52.246.133 with SMTP id xw5mr201032vdc.32.1391916390330; Sat, 08 Feb 2014 19:26:30 -0800 (PST) Received: by 10.220.168.135 with HTTP; Sat, 8 Feb 2014 19:26:30 -0800 (PST) In-Reply-To: <201402090214.s192EOj0029046@svn.freebsd.org> References: <201402090214.s192EOj0029046@svn.freebsd.org> Date: Sat, 8 Feb 2014 22:26:30 -0500 Message-ID: Subject: Re: svn commit: r343418 - head From: Thomas Hoffmann To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 09 Feb 2014 03:26:32 -0000 On Sat, Feb 8, 2014 at 9:14 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Sun Feb 9 02:14:23 2014 > New Revision: 343418 > URL: http://svnweb.freebsd.org/changeset/ports/343418 > QAT: https://qat.redports.org/buildarchive/r343418/ > > Log: > Come to the present > > Modified: > head/UPDATING > > Modified: head/UPDATING > > ============================================================================== > --- head/UPDATING Sun Feb 9 01:55:21 2014 (r343417) > +++ head/UPDATING Sun Feb 9 02:14:23 2014 (r343418) > @@ -5,7 +5,7 @@ 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: > +20140208: > AFFECTS: users of icu > AUTHOR: bapt@FreeBSD.org > Just a heads up, I think you wanted this to be 52.1, not 50.1: 20140208: 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 -Tom