mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
- Update to 0.9.10 ( http://libvirt.org/news.html )
This commit is contained in:
parent
edd87fc55b
commit
61d8152b0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291360
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 0.9.9
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/
|
||||
|
||||
@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1
|
||||
MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1
|
||||
MAN8= libvirtd.8
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-0.9.9.tar.gz) = f3253567dc0f22b1bd72121c4163b0caf17f5beb55adaa4104c7e4636e7edf94
|
||||
SIZE (libvirt-0.9.9.tar.gz) = 18610224
|
||||
SHA256 (libvirt-0.9.10.tar.gz) = 5b81d9f054ee4b395b0ab4f59845d082baaa6d6c2a038c966309156dde16e11d
|
||||
SIZE (libvirt-0.9.10.tar.gz) = 19085438
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
bin/virsh
|
||||
bin/virt-host-validate
|
||||
bin/virt-pki-validate
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user