From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 01:16:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9594C6A; Tue, 3 Sep 2013 01:16:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 987D82940; Tue, 3 Sep 2013 01:16:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r831GVBn096080; Tue, 3 Sep 2013 01:16:31 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r831GUHY096075; Tue, 3 Sep 2013 01:16:30 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201309030116.r831GUHY096075@svn.freebsd.org> From: Jason Helfman Date: Tue, 3 Sep 2013 01:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326118 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 01:16:31 -0000 Author: jgh Date: Tue Sep 3 01:16:30 2013 New Revision: 326118 URL: http://svnweb.freebsd.org/changeset/ports/326118 Log: - update to 1.1.2 - move to new lib_depends format - shift perl build inclusion to USES framework - fix formatting of pkg-descr Note: this should fix building on CURRENT Changes: http://www.libvirt.org/news.html Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-descr head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/Makefile Tue Sep 3 01:16:30 2013 (r326118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -12,11 +12,11 @@ COMMENT= Toolkit to interact with virtua LICENSE= LGPL3 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - xml2:${PORTSDIR}/textproc/libxml2 \ - gnutls:${PORTSDIR}/security/gnutls \ - ssh2:${PORTSDIR}/security/libssh2 +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libssh2.so:${PORTSDIR}/security/libssh2 OPTIONS_DEFINE= QEMU DOCS NLS QEMU_DESC= QEMU bindings @@ -30,7 +30,6 @@ NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes CONFIGURE_ARGS= --without-sasl \ --without-yajl \ --without-avahi \ @@ -51,7 +50,8 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix pathfix gmake pkgconfig +USES= charsetfix pathfix gmake pkgconfig perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_PYTHON_BUILD= yes SHLIB_VER= 1001 @@ -62,7 +62,7 @@ PORTDOCS= * .include MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1 -MAN8= libvirtd.8 +MAN8= libvirtd.8 virtlockd.8 post-patch: @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/distinfo Tue Sep 3 01:16:30 2013 (r326118) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.1.1.tar.gz) = dc6f1e1e15b9b190eaa706e76edabcfc94b239c012f5afc22b22357a4b3b22c2 -SIZE (libvirt-1.1.1.tar.gz) = 25420278 +SHA256 (libvirt-1.1.2.tar.gz) = 16648af54d3e162f5cc5445d970ec29a0bd55b1dbcb568a05533c4c2f25965e3 +SIZE (libvirt-1.1.2.tar.gz) = 26069691 Modified: head/devel/libvirt/pkg-descr ============================================================================== --- head/devel/libvirt/pkg-descr Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/pkg-descr Tue Sep 3 01:16:30 2013 (r326118) @@ -9,4 +9,4 @@ libvirt provides: * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows -WWW: http://libvirt.org/ +WWW: http://libvirt.org/ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Sep 3 01:13:10 2013 (r326117) +++ head/devel/libvirt/pkg-plist Tue Sep 3 01:16:30 2013 (r326118) @@ -8,6 +8,7 @@ bin/virt-xml-validate @unexec if cmp -s %D/%%ETCDIR%%/libvirt.conf.sample %D/%%ETCDIR%%/libvirt.conf; then rm -f %D/%%ETCDIR%%/libvirt.conf; fi %%ETCDIR%%/libvirt.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/libvirt.conf ] ; then cp -p %D/%%ETCDIR%%/libvirt.conf.sample %D/%%ETCDIR%%/libvirt.conf; fi +%%ETCDIR%%/virtlockd.conf %%QEMU%%@unexec if cmp -s %D/%%ETCDIR%%/qemu.conf.sample %D/%%ETCDIR%%/qemu.conf; then rm -f %D/%%ETCDIR%%/qemu.conf; fi %%QEMU%%%%ETCDIR%%/qemu.conf.sample %%QEMU%%@exec if [ ! -f %D/%%ETCDIR%%/qemu.conf ] ; then cp -p %D/%%ETCDIR%%/qemu.conf.sample %D/%%ETCDIR%%/qemu.conf; fi @@ -64,12 +65,16 @@ sbin/libvirtd sbin/virtlockd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug +share/augeas/lenses/virtlockd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug +share/augeas/lenses/tests/test_virtlockd.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%DOCSDIR%%%%PORTVERSION%%/html/32favicon.png %%DOCSDIR%%%%PORTVERSION%%/html/404.html +%%DOCSDIR%%%%PORTVERSION%%/html/acl.html +%%DOCSDIR%%%%PORTVERSION%%/html/aclpolkit.html %%DOCSDIR%%%%PORTVERSION%%/html/api.html %%DOCSDIR%%%%PORTVERSION%%/html/api_extension.html %%DOCSDIR%%%%PORTVERSION%%/html/apps.html @@ -174,11 +179,6 @@ share/augeas/lenses/tests/test_libvirtd. %%DOCSDIR%%%%PORTVERSION%%/html/uri.html %%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html %%DOCSDIR%%%%PORTVERSION%%/html/windows.html -%%DOCSDIR%%-python%%PORTVERSION%%/examples/basic.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/create.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/error.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/node.py -%%DOCSDIR%%-python%%PORTVERSION%%/examples/uuid.py share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html @@ -303,8 +303,6 @@ lib/libvirt/connection-driver/libvirt_dr @dirrm %%DOCSDIR%%%%PORTVERSION%%/html/internals @dirrm %%DOCSDIR%%%%PORTVERSION%%/html @dirrm %%DOCSDIR%%%%PORTVERSION%% -@dirrm %%DOCSDIR%%-python%%PORTVERSION%%/examples -@dirrm %%DOCSDIR%%-python%%PORTVERSION%% @dirrm share/augeas/lenses/tests @dirrm share/augeas/lenses @dirrm share/augeas