- Update to 0.9.7

PR:		162387
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-11-11 17:27:15 +00:00
parent 9fd9315bf2
commit b41f6501e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285582
3 changed files with 16 additions and 4 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= libvirt
PORTVERSION= 0.9.6
PORTREVISION= 1
PORTVERSION= 0.9.7
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/
@ -62,4 +61,8 @@ post-patch:
${WRKSRC}/daemon/Makefile.am \
${WRKSRC}/daemon/Makefile.in
@${MV} ${WRKSRC}/src/libvirt.conf ${WRKSRC}/src/libvirt.conf.sample
@${REINPLACE_CMD} -e 's|conf_DATA = libvirt.conf|conf_DATA = libvirt.conf.sample|' \
${WRKSRC}/src/Makefile.am
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (libvirt-0.9.6.tar.gz) = ce29b1cd3067b224aa834fec2a93d7613c0e72bc035760ad536a2142430bc02b
SIZE (libvirt-0.9.6.tar.gz) = 17326676
SHA256 (libvirt-0.9.7.tar.gz) = 29ff05bfe5177d6680c02c279ed2573dcfae993f2824bffa192a3a2cdd05af23
SIZE (libvirt-0.9.7.tar.gz) = 17853636

View file

@ -5,6 +5,9 @@ bin/virt-xml-validate
@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
@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%%/nwfilter/allow-arp.xml
%%ETCDIR%%/nwfilter/allow-dhcp-server.xml
%%ETCDIR%%/nwfilter/allow-dhcp.xml
@ -123,6 +126,12 @@ share/augeas/lenses/tests/test_libvirtd.aug
%%DOCSDIR%%%%PORTVERSION%%/html/logging.html
%%DOCSDIR%%%%PORTVERSION%%/html/madeWith.png
%%DOCSDIR%%%%PORTVERSION%%/html/main.css
%%DOCSDIR%%%%PORTVERSION%%/html/migration.html
%%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-direct.png
%%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-p2p.png
%%DOCSDIR%%%%PORTVERSION%%/html/migration-native.png
%%DOCSDIR%%%%PORTVERSION%%/html/migration-tunnel.png
%%DOCSDIR%%%%PORTVERSION%%/html/migration-unmanaged-direct.png
%%DOCSDIR%%%%PORTVERSION%%/html/news.html
%%DOCSDIR%%%%PORTVERSION%%/html/node.gif
%%DOCSDIR%%%%PORTVERSION%%/html/php.html