From owner-svn-ports-all@FreeBSD.ORG Wed Aug 8 15:05:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDED2106566C; Wed, 8 Aug 2012 15:05:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BE5958FC14; Wed, 8 Aug 2012 15:05:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q78F5axb096684; Wed, 8 Aug 2012 15:05:36 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q78F5ah3096679; Wed, 8 Aug 2012 15:05:36 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201208081505.q78F5ah3096679@svn.freebsd.org> From: Bryan Drewery Date: Wed, 8 Aug 2012 15:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302295 - in head: . devel/openocd multimedia/xbmc-pvr net-p2p/gnunet X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 08 Aug 2012 15:05:37 -0000 Author: bdrewery Date: Wed Aug 8 15:05:36 2012 New Revision: 302295 URL: http://svn.freebsd.org/changeset/ports/302295 Log: - Chase www/libmicrohttpd shlib version bump - Add UPDATING entry Approved by: eadler (mentor) Modified: head/UPDATING head/devel/openocd/Makefile head/multimedia/xbmc-pvr/Makefile head/net-p2p/gnunet/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Aug 8 15:01:03 2012 (r302294) +++ head/UPDATING Wed Aug 8 15:05:36 2012 (r302295) @@ -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. +20120808: + AFFECTS: users of www/libmicrohttpd + AUTHOR: bdrewery@FreeBSD.org + + libmicrohttpd has been updated to version 0.9.21, with a shared library bump. + This requires dependent ports to be rebuilt. + + # portmaster -r libmicrohttpd + or + # portupgrade -r www/libmicrohttpd + or + # pkg install -fR www/libmicrohttpd + 20120804: AFFECTS: users of graphics/libglut AUTHOR: x11@FreeBSD.org Modified: head/devel/openocd/Makefile ============================================================================== --- head/devel/openocd/Makefile Wed Aug 8 15:01:03 2012 (r302294) +++ head/devel/openocd/Makefile Wed Aug 8 15:05:36 2012 (r302295) @@ -7,6 +7,7 @@ PORTNAME= openocd PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF Modified: head/multimedia/xbmc-pvr/Makefile ============================================================================== --- head/multimedia/xbmc-pvr/Makefile Wed Aug 8 15:01:03 2012 (r302294) +++ head/multimedia/xbmc-pvr/Makefile Wed Aug 8 15:05:36 2012 (r302295) @@ -7,7 +7,7 @@ PORTNAME= xbmc PORTVERSION= 70 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= LOCAL/nox PKGNAMESUFFIX= -pvr-ppa-odk Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Wed Aug 8 15:01:03 2012 (r302294) +++ head/net-p2p/gnunet/Makefile Wed Aug 8 15:05:36 2012 (r302295) @@ -8,6 +8,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU