diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-03-02 18:21:12 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-03-02 18:21:12 +0000 |
commit | 7eeea064af52d67e26fe556afdbbeb41b0693a94 (patch) | |
tree | 77dcf56233467f7c1b56d6d48cdb5299488a03ab /devel/libvirt | |
parent | 5b5b770711460f19069f10de1c3e9435beb529eb (diff) |
Notes
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 86788bd915f3..7ef28dc4bde8 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.12 -PORTREVISION= 1 +PORTVERSION= 1.2.13 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -75,7 +74,7 @@ CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip -SHLIB_VER= 0.1002.12 +SHLIB_VER= 0.1002.13 PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index e5cebc379b0d..0ad7e9383a7f 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.12.tar.gz) = eff5227f774560d97f0b44402a444e821c51e8cd44add89f74bc3c1f4dede66a -SIZE (libvirt-1.2.12.tar.gz) = 30710487 +SHA256 (libvirt-1.2.13.tar.gz) = 944163d93949db61f49eace85838b1bd55ce855e88b014df16c50fd2102bdaf6 +SIZE (libvirt-1.2.13.tar.gz) = 30861600 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 3220f68e3b13..21d8a56c9779 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -130,6 +130,8 @@ share/augeas/lenses/tests/test_virtlockd.aug %%DOCSDIR%%%%PORTVERSION%%/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/command.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/locking.html +%%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-lockd.html +%%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-sanlock.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/rpc.html %%DOCSDIR%%%%PORTVERSION%%/html/intro.html %%DOCSDIR%%%%PORTVERSION%%/html/java.html @@ -293,8 +295,6 @@ lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_storage.so lib/libvirt/connection-driver/libvirt_driver_vbox.so -lib/libvirt/connection-driver/libvirt_driver_vbox_network.so -lib/libvirt/connection-driver/libvirt_driver_vbox_storage.so %%QEMU%%@unexec rmdir /var/run/libvirt/qemu %%QEMU%%@unexec rmdir /var/lib/libvirt/qemu/channel/target %%QEMU%%@unexec rmdir /var/lib/libvirt/qemu/channel |