diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-11 17:27:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-11 17:27:15 +0000 |
commit | b41f6501e7b259a61d1acdf1e39b918887ce770b (patch) | |
tree | c926c8ebc38755d9d77424507ecee2fda28eb52c /devel | |
parent | 9fd9315bf27db105ffe67e0412d2ab4d5119c7fc (diff) |
- Update to 0.9.7
PR: 162387
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285582
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 7 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 9 |
3 files changed, 16 insertions, 4 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index c6ee1e529b8b..1da7b9fb9d8f 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -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> diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 4669b7157ce8..c386a08f40d4 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -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 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 6a60b6cc3349..0a0cc3720f58 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -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 |