Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 21:46:30 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303724 - head/devel/libvirt
Message-ID:  <201209052146.q85LkUOX007041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Sep  5 21:46:30 2012
New Revision: 303724
URL: http://svn.freebsd.org/changeset/ports/303724

Log:
  - update to 0.10.1, includes shlib bump
  
  Changes: http://libvirt.org/news.html

Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/libvirt/pkg-plist

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Wed Sep  5 20:56:36 2012	(r303723)
+++ head/devel/libvirt/Makefile	Wed Sep  5 21:46:30 2012	(r303724)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libvirt
-PORTVERSION=	0.9.13
+PORTVERSION=	0.10.1
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/
 
@@ -45,7 +45,7 @@ USE_GNOME=	gnomehack
 GNOME_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=	yes
-SHLIB_VER=	9
+SHLIB_VER=	10
 PLIST_SUB=	PORTVERSION="-${PORTVERSION}" \
 		SHLIB_VER=${SHLIB_VER}
 
@@ -65,8 +65,8 @@ MAN8=		libvirtd.8
 AUTOTOOLSFILES=	aclocal.m4
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
-			  ${WRKSRC}/aclocal.m4
+	@${REINPLACE_CMD} -e 's|1.11.3|%%AUTOMAKE_APIVER%%|g' \
+		${WRKSRC}/aclocal.m4
 	@${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample
 	@${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \
 		${WRKSRC}/daemon/Makefile.am \

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Wed Sep  5 20:56:36 2012	(r303723)
+++ head/devel/libvirt/distinfo	Wed Sep  5 21:46:30 2012	(r303724)
@@ -1,2 +1,2 @@
-SHA256 (libvirt-0.9.13.tar.gz) = d124e9915c88c195da9c008a6d855e53e555dca5816052e163dda61388359d5b
-SIZE (libvirt-0.9.13.tar.gz) = 20276757
+SHA256 (libvirt-0.10.1.tar.gz) = 7b179219b92bff35986e2103b2767423d1e9c284052aa81228eae765f01a074d
+SIZE (libvirt-0.10.1.tar.gz) = 21293245

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Wed Sep  5 20:56:36 2012	(r303723)
+++ head/devel/libvirt/pkg-plist	Wed Sep  5 21:46:30 2012	(r303724)
@@ -79,6 +79,7 @@ share/augeas/lenses/tests/test_libvirtd.
 %%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html
 %%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html
 %%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html
+%%DOCSDIR%%%%PORTVERSION%%/html/drvparallels.html
 %%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html
 %%DOCSDIR%%%%PORTVERSION%%/html/drvremote.html
 %%DOCSDIR%%%%PORTVERSION%%/html/drvtest.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209052146.q85LkUOX007041>