From owner-svn-ports-all@FreeBSD.ORG Tue Oct 1 20:47:41 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 066E836E; Tue, 1 Oct 2013 20:47:41 +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 D864E2939; Tue, 1 Oct 2013 20:47:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r91KleUV053901; Tue, 1 Oct 2013 20:47:40 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r91Klene053880; Tue, 1 Oct 2013 20:47:40 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201310012047.r91Klene053880@svn.freebsd.org> From: Jason Helfman Date: Tue, 1 Oct 2013 20:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328992 - 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-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, 01 Oct 2013 20:47:41 -0000 Author: jgh Date: Tue Oct 1 20:47:39 2013 New Revision: 328992 URL: http://svnweb.freebsd.org/changeset/ports/328992 Log: - update to 1.1.3 - support staging Changes: http://libvirt.org/news.html Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Tue Oct 1 20:35:53 2013 (r328991) +++ head/devel/libvirt/Makefile Tue Oct 1 20:47:39 2013 (r328992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -61,12 +61,8 @@ PLIST_SUB= PORTVERSION="-${PORTVERSION}" SHLIB_VER=${SHLIB_VER} PORTDOCS= * -NO_STAGE= yes .include -MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1 -MAN8= libvirtd.8 virtlockd.8 - post-patch: .if ${OSVERSION} < 900000 @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||' \ @@ -88,17 +84,17 @@ post-patch: post-install: @for configuration in libvirt libvirtd ${QEMU_CONFIG}; do \ - if [ ! -e "${ETCDIR}/$${configuration}.conf" ]; then \ - ${ECHO_MSG} " Installing local configuration file: ${ETCDIR}/$${configuration}.conf"; \ - ${CP} ${ETCDIR}/$${configuration}.conf.sample ${ETCDIR}/$${configuration}.conf; \ + if [ ! -e "${STAGEDIR}${ETCDIR}/$${configuration}.conf" ]; then \ + ${ECHO_MSG} " Installing local configuration file: ${STAGEDIR}${ETCDIR}/$${configuration}.conf"; \ + ${CP} ${STAGEDIR}${ETCDIR}/$${configuration}.conf.sample ${STAGEDIR}${ETCDIR}/$${configuration}.conf; \ else \ - ${ECHO_MSG} " Preserving local configuration file: ${ETCDIR}/$${configuration}.conf"; \ + ${ECHO_MSG} " Preserving local configuration file: ${STAGEDIR}${ETCDIR}/$${configuration}.conf"; \ fi; \ done .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .endif Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Tue Oct 1 20:35:53 2013 (r328991) +++ head/devel/libvirt/distinfo Tue Oct 1 20:47:39 2013 (r328992) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.1.2.tar.gz) = 16648af54d3e162f5cc5445d970ec29a0bd55b1dbcb568a05533c4c2f25965e3 -SIZE (libvirt-1.1.2.tar.gz) = 26069691 +SHA256 (libvirt-1.1.3.tar.gz) = af83e65b4b26520662ddd183c1358be0d05138dba3e66745419f06441eff5a7c +SIZE (libvirt-1.1.3.tar.gz) = 26578000 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Tue Oct 1 20:35:53 2013 (r328991) +++ head/devel/libvirt/pkg-plist Tue Oct 1 20:47:39 2013 (r328992) @@ -2,6 +2,12 @@ bin/virsh bin/virt-host-validate bin/virt-pki-validate bin/virt-xml-validate +man/man1/virsh.1.gz +man/man1/virt-pki-validate.1.gz +man/man1/virt-xml-validate.1.gz +man/man1/virt-host-validate.1.gz +man/man8/libvirtd.8.gz +man/man8/virtlockd.8.gz @unexec if cmp -s %D/%%ETCDIR%%/libvirtd.conf.sample %D/%%ETCDIR%%/libvirtd.conf; then rm -f %D/%%ETCDIR%%/libvirtd.conf; fi %%ETCDIR%%/libvirtd.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/libvirtd.conf ] ; then cp -p %D/%%ETCDIR%%/libvirtd.conf.sample %D/%%ETCDIR%%/libvirtd.conf; fi @@ -13,23 +19,6 @@ bin/virt-xml-validate %%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 %%QEMU%%%%ETCDIR%%/qemu-lockd.conf -%%ETCDIR%%/nwfilter/allow-arp.xml -%%ETCDIR%%/nwfilter/allow-dhcp-server.xml -%%ETCDIR%%/nwfilter/allow-dhcp.xml -%%ETCDIR%%/nwfilter/allow-incoming-ipv4.xml -%%ETCDIR%%/nwfilter/allow-ipv4.xml -%%ETCDIR%%/nwfilter/clean-traffic.xml -%%ETCDIR%%/nwfilter/no-arp-spoofing.xml -%%ETCDIR%%/nwfilter/no-arp-ip-spoofing.xml -%%ETCDIR%%/nwfilter/no-arp-mac-spoofing.xml -%%ETCDIR%%/nwfilter/no-ip-multicast.xml -%%ETCDIR%%/nwfilter/no-ip-spoofing.xml -%%ETCDIR%%/nwfilter/no-mac-broadcast.xml -%%ETCDIR%%/nwfilter/no-mac-spoofing.xml -%%ETCDIR%%/nwfilter/no-other-l2-traffic.xml -%%ETCDIR%%/nwfilter/no-other-rarp-traffic.xml -%%ETCDIR%%/nwfilter/qemu-announce-self-rarp.xml -%%ETCDIR%%/nwfilter/qemu-announce-self.xml etc/logrotate.d/libvirtd etc/logrotate.d/libvirtd.lxc etc/logrotate.d/libvirtd.qemu @@ -344,7 +333,6 @@ lib/libvirt/connection-driver/libvirt_dr %%NLS%%@dirrmtry share/locale/bo %%NLS%%@dirrmtry share/locale/as/LC_MESSAGES %%NLS%%@dirrmtry share/locale/as -@dirrm %%ETCDIR%%/nwfilter @dirrm %%ETCDIR%% @dirrmtry var/run/libvirt/lockd @dirrmtry var/run/libvirt