Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 18:41:16 +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: r372162 - in head: deskutils/virt-manager devel/libvirt devel/libvirt-glib devel/libvirt-java devel/p5-Sys-Virt devel/py-libvirt net-mgmt/collectd net-mgmt/collectd5 net-mgmt/virt-viewe...
Message-ID:  <201411041841.sA4IfGF9036687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Nov  4 18:41:15 2014
New Revision: 372162
URL: https://svnweb.freebsd.org/changeset/ports/372162
QAT: https://qat.redports.org/buildarchive/r372162/

Log:
  - update libvirt to 1.2.10
  - chase shared library bump

Modified:
  head/deskutils/virt-manager/Makefile
  head/devel/libvirt-glib/Makefile
  head/devel/libvirt-java/Makefile
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/p5-Sys-Virt/Makefile
  head/devel/py-libvirt/Makefile
  head/net-mgmt/collectd/Makefile
  head/net-mgmt/collectd5/Makefile
  head/net-mgmt/virt-viewer/Makefile
  head/net-mgmt/virtinst/Makefile
  head/sysutils/cfengine33/Makefile
  head/sysutils/cfengine34/Makefile
  head/sysutils/cfengine35/Makefile
  head/sysutils/cfengine36-rc/Makefile
  head/sysutils/cfengine36/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/deskutils/virt-manager/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virt-manager
 PORTVERSION=	0.9.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils net-mgmt
 MASTER_SITES=	http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ \
 		LOCAL/jgh/deskutils/${PORTNAME}/

Modified: head/devel/libvirt-glib/Makefile
==============================================================================
--- head/devel/libvirt-glib/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/libvirt-glib/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvirt-glib
 PORTVERSION=	0.1.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://libvirt.org/libvirt/glib/
 

Modified: head/devel/libvirt-java/Makefile
==============================================================================
--- head/devel/libvirt-java/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/libvirt-java/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvirt-java
 PORTVERSION=	0.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel java
 MASTER_SITES=	http://libvirt.org/sources/java/ \
 		ftp://libvirt.org/libvirt/java/

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/libvirt/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	1.2.9
+PORTVERSION=	1.2.10
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -72,7 +72,7 @@ CPE_VENDOR=	redhat
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-SHLIB_VER=	0.1002.9
+SHLIB_VER=	0.1002.10
 PLIST_SUB=	PORTVERSION="-${PORTVERSION}" \
 		SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/libvirt/distinfo	Tue Nov  4 18:41:15 2014	(r372162)
@@ -1,2 +1,2 @@
-SHA256 (libvirt-1.2.9.tar.gz) = 95931a5a52f451b9ab73d6a5ae11a5740e1ba69a66520c2a0cffc6068a7e8fc4
-SIZE (libvirt-1.2.9.tar.gz) = 30154430
+SHA256 (libvirt-1.2.10.tar.gz) = 5050f4cea3dd59d3eca25c3d3f16085e10d624ecc18bd35820cd3dac6f46c08e
+SIZE (libvirt-1.2.10.tar.gz) = 30029503

Modified: head/devel/p5-Sys-Virt/Makefile
==============================================================================
--- head/devel/p5-Sys-Virt/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/p5-Sys-Virt/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Sys-Virt
 PORTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/devel/py-libvirt/Makefile
==============================================================================
--- head/devel/py-libvirt/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/devel/py-libvirt/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvirt
 PORTVERSION=	1.2.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/python/ \
 		ftp://libvirt.org/libvirt/python/

Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/net-mgmt/collectd/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	4.10.9
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/net-mgmt/collectd5/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.4.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 PKGNAMESUFFIX=	5

Modified: head/net-mgmt/virt-viewer/Makefile
==============================================================================
--- head/net-mgmt/virt-viewer/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/net-mgmt/virt-viewer/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virt-viewer
 PORTVERSION=	0.5.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://virt-manager.org/download/sources/${PORTNAME}/
 

Modified: head/net-mgmt/virtinst/Makefile
==============================================================================
--- head/net-mgmt/virtinst/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/net-mgmt/virtinst/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	virtinst
 PORTVERSION=	0.600.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://virt-manager.org/download/sources/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/cfengine33/Makefile
==============================================================================
--- head/sysutils/cfengine33/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/sysutils/cfengine33/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.3.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 PKGNAMESUFFIX=	33

Modified: head/sysutils/cfengine34/Makefile
==============================================================================
--- head/sysutils/cfengine34/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/sysutils/cfengine34/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.4.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/sysutils/cfengine35/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.5.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 

Modified: head/sysutils/cfengine36-rc/Makefile
==============================================================================
--- head/sysutils/cfengine36-rc/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/sysutils/cfengine36-rc/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.6.2rc
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Tue Nov  4 18:36:41 2014	(r372161)
+++ head/sysutils/cfengine36/Makefile	Tue Nov  4 18:41:15 2014	(r372162)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/



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