From owner-svn-ports-all@FreeBSD.ORG Tue Jul 2 20:23:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CD0964E; Tue, 2 Jul 2013 20:23:03 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC851361; Tue, 2 Jul 2013 20:23:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r62KN3PR075379; Tue, 2 Jul 2013 20:23:03 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r62KN0JM075358; Tue, 2 Jul 2013 20:23:00 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307022023.r62KN0JM075358@svn.freebsd.org> From: Jason Helfman Date: Tue, 2 Jul 2013 20:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322201 - in head: deskutils/virt-manager devel/libvirt devel/libvirt-glib devel/libvirt-java devel/p5-Sys-Virt net-mgmt/collectd net-mgmt/collectd5 net-mgmt/virt-viewer net-mgmt/virtin... 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.14 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, 02 Jul 2013 20:23:03 -0000 Author: jgh Date: Tue Jul 2 20:23:00 2013 New Revision: 322201 URL: http://svnweb.freebsd.org/changeset/ports/322201 Log: - update to 1.1.0 and bump shared libraries in respective ports - while here: - fix option check in sysutils/cfengine34 - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@) - restore ABI version in net-mgmt/collectd5 Modified: head/deskutils/virt-manager/Makefile head/devel/libvirt-glib/Makefile head/devel/libvirt-java/Makefile head/devel/libvirt/Makefile head/devel/p5-Sys-Virt/Makefile head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/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 head/sysutils/cfengine34/Makefile head/sysutils/cfengine35/Makefile Modified: head/deskutils/virt-manager/Makefile ============================================================================== --- head/deskutils/virt-manager/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/deskutils/virt-manager/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= virt-manager PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ @@ -11,7 +12,7 @@ COMMENT= Toolkit to interact with virtua LICENSE= LGPL3 -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1001:${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.4:${PORTSDIR}/net-mgmt/virtinst \ Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/devel/libvirt-glib/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,20 +3,21 @@ PORTNAME= libvirt-glib PORTVERSION= 0.1.6 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ MAINTAINER= jgh@FreeBSD.org COMMENT= Glib bindings for Libvirt virtualization API -BUILD_DEPENDS= gio-fam-backend>=0:${PORTSDIR}/devel/gio-fam-backend \ - gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +BUILD_DEPENDS= gobject-introspection>=1.34.2:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt GNU_CONFIGURE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool +USE_GNOME= glib20 USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector Modified: head/devel/libvirt-java/Makefile ============================================================================== --- head/devel/libvirt-java/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/devel/libvirt-java/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,17 +3,17 @@ PORTNAME= libvirt-java PORTVERSION= 0.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ MAINTAINER= jgh@FreeBSD.org -COMMENT= Java bindings for the libvirt virtualization API +COMMENT= Java bindings for Libvirt virtualization API LICENSE= MIT -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt BUILD_DEPENDS= jna>=3.2.7:${PORTSDIR}/devel/jna \ junit>=4.8.2:${PORTSDIR}/java/junit Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/devel/libvirt/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -19,9 +18,18 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ gnutls:${PORTSDIR}/security/gnutls \ ssh2:${PORTSDIR}/security/libssh2 -OPTIONS_DEFINE= QEMU DOCS +OPTIONS_DEFINE= QEMU DOCS NLS QEMU_DESC= QEMU bindings +OPTIONS_SUB= yes + +QEMU_CONFIGURE_ON= --with-qemu +QEMU_CONFIGURE_OFF= --without-qemu + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} + GNU_CONFIGURE= yes USE_PERL5_BUILD= yes CONFIGURE_ARGS= --without-sasl \ @@ -33,7 +41,7 @@ CONFIGURE_ARGS= --without-sasl \ --without-netcf \ --without-network \ --without-sysctl \ - --with-libssh2 + --with-ssh2 #limit to non-stable release x.x.x PORTSCOUT= limit:\d+\.\d+\.\d+$$ @@ -44,32 +52,13 @@ USES= charsetfix pathfix USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON_BUILD= yes -SHLIB_VER= 1000 +SHLIB_VER= 1001 PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * .include -.if ${PORT_OPTIONS:MQEMU} -CONFIGURE_ARGS+= --with-qemu -PLIST_SUB+= QEMU="" -QEMU_CONFIG= qemu -.else -CONFIGURE_ARGS+= --without-qemu -PLIST_SUB+= QEMU="@comment " -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -CONFIGURE_ARGS+= --enable-nls \ - --with-libintl-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1 MAN8= libvirtd.8 Modified: head/devel/p5-Sys-Virt/Makefile ============================================================================== --- head/devel/p5-Sys-Virt/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/devel/p5-Sys-Virt/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= Sys-Virt PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +12,7 @@ MAINTAINER= fw@moov.de COMMENT= Perl bindings for libvirt BUILD_DEPENDS= p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt RUN_DEPENDS= p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/net-mgmt/collectd/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -392,7 +393,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment " .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+=--enable-libvirt -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt PLIST_SUB+= VIRT="" .else CONFIGURE_ARGS+=--disable-libvirt Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/net-mgmt/collectd5/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -337,7 +338,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment " .endif .if ${PORT_OPTIONS:MVIRT} -LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt CONFIGURE_ARGS+=--enable-libvirt .if empty(PORT_OPTIONS:MXML) IGNORE= VIRT requires XML. Either select XML or deselect VIRT. Modified: head/net-mgmt/virt-viewer/Makefile ============================================================================== --- head/net-mgmt/virt-viewer/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/net-mgmt/virt-viewer/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -11,7 +12,7 @@ COMMENT= Provides a graphical viewer for BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt \ +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt \ gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc OPTIONS_DEFINE= NLS Modified: head/net-mgmt/virtinst/Makefile ============================================================================== --- head/net-mgmt/virtinst/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/net-mgmt/virtinst/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Module to help in starting installations inside of virtual machines -LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber FETCH_ARGS= -Fpr Modified: head/net-mgmt/zenpack-libvirt/Makefile ============================================================================== --- head/net-mgmt/zenpack-libvirt/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/net-mgmt/zenpack-libvirt/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.96 -PORTREVISION= 2 +PORTVERSION= 1.96 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} @@ -21,7 +21,7 @@ USES= zenoss ZPACKPREFIX= ZenPacks.community. ZPACKGROUP= community -WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} -TAG= 4113cfe +WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} +TAG= 4113cfe .include Modified: head/sysutils/cfengine-devel/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/sysutils/cfengine-devel/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.5.0b1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -76,7 +77,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ Modified: head/sysutils/cfengine33/Makefile ============================================================================== --- head/sysutils/cfengine33/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/sysutils/cfengine33/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -4,7 +4,7 @@ PORTNAME= cfengine PORTVERSION= 3.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= PKGNAMESUFFIX= 33 @@ -70,7 +70,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ Modified: head/sysutils/cfengine34/Makefile ============================================================================== --- head/sysutils/cfengine34/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/sysutils/cfengine34/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.4.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -74,9 +75,9 @@ LIB_DEPENDS+= mysqlclient:${PORTSDIR}/$ LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif -.if ${PORT_OPTIONS:MLIBVERT} +.if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ Modified: head/sysutils/cfengine35/Makefile ============================================================================== --- head/sysutils/cfengine35/Makefile Tue Jul 2 20:10:38 2013 (r322200) +++ head/sysutils/cfengine35/Makefile Tue Jul 2 20:23:00 2013 (r322201) @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -75,7 +76,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt .endif .include