From owner-svn-ports-all@FreeBSD.ORG Thu Apr 17 15:31:32 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 CBD79674; Thu, 17 Apr 2014 15:31:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6A791C7D; Thu, 17 Apr 2014 15:31:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HFVWd8008442; Thu, 17 Apr 2014 15:31:32 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3HFVWO1008441; Thu, 17 Apr 2014 15:31:32 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201404171531.s3HFVWO1008441@svn.freebsd.org> From: Koop Mast Date: Thu, 17 Apr 2014 15:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351483 - 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.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: Thu, 17 Apr 2014 15:31:32 -0000 Author: kwm Date: Thu Apr 17 15:31:32 2014 New Revision: 351483 URL: http://svnweb.freebsd.org/changeset/ports/351483 QAT: https://qat.redports.org/buildarchive/r351483/ Log: Add libxcb to the upgrade list. Submitted by: tijl@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Apr 17 15:07:21 2014 (r351482) +++ head/UPDATING Thu Apr 17 15:31:32 2014 (r351483) @@ -45,17 +45,17 @@ you update your ports collection, before # portupgrade -a 20140416: - AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman and - graphics/freeglut + AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman + x11/libxcb and graphics/freeglut AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org The library version of the above libraries has been brought in line with what upstream expects. To do this all users of these ports need to be rebuilt. Portrevisions have been bumped as a consequence. - # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut + # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb or - # portupgrade -rf freetype2 libxml2 pixman freeglut + # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb 20140415: AFFECTS: Users of mod_python3