From owner-svn-ports-all@FreeBSD.ORG Wed Sep 5 21:48:21 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 B54DD106566C; Wed, 5 Sep 2012 21:48:21 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9719D8FC08; Wed, 5 Sep 2012 21:48:21 +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 q85LmLwE007429; Wed, 5 Sep 2012 21:48:21 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q85LmLrD007420; Wed, 5 Sep 2012 21:48:21 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209052148.q85LmLrD007420@svn.freebsd.org> From: Jason Helfman Date: Wed, 5 Sep 2012 21:48:21 +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: r303725 - in head: deskutils/virt-manager devel/libvirt-java devel/p5-Sys-Virt net-mgmt/virt-viewer net-mgmt/virtinst net-mgmt/zenpack-libvirt sysutils/cfengine-devel sysutils/cfengine33 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, 05 Sep 2012 21:48:21 -0000 Author: jgh Date: Wed Sep 5 21:48:20 2012 New Revision: 303725 URL: http://svn.freebsd.org/changeset/ports/303725 Log: - follow r303724 shlib bump of libvirt Modified: head/deskutils/virt-manager/Makefile head/devel/libvirt-java/Makefile head/devel/p5-Sys-Virt/Makefile head/net-mgmt/virt-viewer/Makefile head/net-mgmt/virtinst/Makefile head/net-mgmt/zenpack-libvirt/Makefile head/sysutils/cfengine-devel/Makefile head/sysutils/cfengine33/Makefile Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/deskutils/virt-manager/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= virt-manager PORTVERSION= 0.9.4 +PORTREVISION- 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ @@ -15,7 +16,7 @@ COMMENT= Toolkit to interact with virtua LICENSE= LGPL3 -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}virtinst>=0.600.3:${PORTSDIR}/net-mgmt/virtinst \ Modified: head/devel/libvirt-java/Makefile ============================================================================== --- head/devel/libvirt-java/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/devel/libvirt-java/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= libvirt-java PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ @@ -16,7 +17,7 @@ COMMENT= Java bindings for the libvirt v LICENSE= LGPL20 -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt BUILD_DEPENDS= jna>=3.2.7:${PORTSDIR}/devel/jna \ junit>=4.8.2:${PORTSDIR}/java/junit Modified: head/devel/p5-Sys-Virt/Makefile ============================================================================== --- head/devel/p5-Sys-Virt/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/devel/p5-Sys-Virt/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= Sys-Virt PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/net-mgmt/virt-viewer/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -15,7 +16,7 @@ COMMENT= Provides a graphical viewer for BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt \ +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt \ gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc GNU_CONFIGURE= yes Modified: head/net-mgmt/virtinst/Makefile ============================================================================== --- head/net-mgmt/virtinst/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/net-mgmt/virtinst/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.3 +PORTREVSION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Module to help in starting installations inside of virtual machines -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber USE_GETTEXT= yes Modified: head/net-mgmt/zenpack-libvirt/Makefile ============================================================================== --- head/net-mgmt/zenpack-libvirt/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/net-mgmt/zenpack-libvirt/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= libvirt PORTVERSION= 1.96 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} Modified: head/sysutils/cfengine-devel/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/sysutils/cfengine-devel/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,7 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.4.0a2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel Modified: head/sysutils/cfengine33/Makefile ============================================================================== --- head/sysutils/cfengine33/Makefile Wed Sep 5 21:46:30 2012 (r303724) +++ head/sysutils/cfengine33/Makefile Wed Sep 5 21:48:20 2012 (r303725) @@ -7,6 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.3.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file=