From owner-svn-ports-all@FreeBSD.ORG Tue Nov 4 18:41:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7A82EB6; Tue, 4 Nov 2014 18:41:20 +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 89559B56; Tue, 4 Nov 2014 18:41:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4IfKIY036920; Tue, 4 Nov 2014 18:41:20 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4IfGF9036687; Tue, 4 Nov 2014 18:41:16 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201411041841.sA4IfGF9036687@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Tue, 4 Nov 2014 18:41:16 +0000 (UTC) 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... 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.18-1 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: Tue, 04 Nov 2014 18:41:20 -0000 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/