svn commit: r302295 - in head: . devel/openocd multimedia/xbmc-pvr net-p2p/gnunet

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 8 15:05:37 UTC 2012


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 at 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 at 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
 



More information about the svn-ports-head mailing list