diff options
author | jgh <jgh@FreeBSD.org> | 2014-12-16 03:04:59 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-12-16 03:04:59 +0800 |
commit | c20cf1f1533cf805c2cb2633233c4534834e0fac (patch) | |
tree | 0d85e176fa5fb7b6d84f104557c72b371261a5d4 /devel | |
parent | e1bfa749e0a2ce8c9e9e28c7c52d156fb1b7886b (diff) | |
download | freebsd-ports-gnome-c20cf1f1533cf805c2cb2633233c4534834e0fac.tar.gz freebsd-ports-gnome-c20cf1f1533cf805c2cb2633233c4534834e0fac.tar.zst freebsd-ports-gnome-c20cf1f1533cf805c2cb2633233c4534834e0fac.zip |
- update to devel/libvirt and devel/py-libvirt to 1.2.11
http://libvirt.org/git/?p=libvirt.git;a=shortlog;h=refs/tags/v1.2.11
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 13 | ||||
-rw-r--r-- | devel/py-libvirt/Makefile | 2 | ||||
-rw-r--r-- | devel/py-libvirt/distinfo | 4 |
5 files changed, 18 insertions, 10 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index d4c8cd3ad8e5..4d27449a874b 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.11 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -73,7 +72,7 @@ CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip -SHLIB_VER= 0.1002.10 +SHLIB_VER= 0.1002.11 PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 6c5f9ebb0bfb..789f1d9e654f 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.10.tar.gz) = 5050f4cea3dd59d3eca25c3d3f16085e10d624ecc18bd35820cd3dac6f46c08e -SIZE (libvirt-1.2.10.tar.gz) = 30029503 +SHA256 (libvirt-1.2.11.tar.gz) = 1b886429734a53fc9a201f46d77448fda963e1323246269eb0dcb4c12fb02fcc +SIZE (libvirt-1.2.11.tar.gz) = 30571605 diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index fd52a2c8b14e..4297888a91b7 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -123,7 +123,6 @@ share/augeas/lenses/tests/test_virtlockd.aug %%DOCSDIR%%%%PORTVERSION%%/html/html/home.png %%DOCSDIR%%%%PORTVERSION%%/html/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/html/left.png -%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-virterror.html %%DOCSDIR%%%%PORTVERSION%%/html/html/right.png %%DOCSDIR%%%%PORTVERSION%%/html/html/up.png @@ -174,11 +173,21 @@ share/augeas/lenses/tests/test_virtlockd.aug %%DOCSDIR%%%%PORTVERSION%%/html/drvbhyve.html %%DOCSDIR%%%%PORTVERSION%%/html/governance.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/oomtesting.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain-snapshot.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-event.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-host.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-interface.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-network.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nodedev.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nwfilter.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-secret.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-storage.html +%%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-stream.html share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html share/gtk-doc/html/libvirt/left.png -share/gtk-doc/html/libvirt/libvirt-libvirt.html share/gtk-doc/html/libvirt/libvirt-virterror.html share/gtk-doc/html/libvirt/libvirt.devhelp share/gtk-doc/html/libvirt/right.png diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index 66d35c3ac3b0..559a4e8d2ebe 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ diff --git a/devel/py-libvirt/distinfo b/devel/py-libvirt/distinfo index ba15c47d27f0..53ffd2100d8b 100644 --- a/devel/py-libvirt/distinfo +++ b/devel/py-libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.2.10.tar.gz) = fd38d589da34de523756e2b39980453bd1149fe162d109fbb7cf65df0c250ba7 -SIZE (libvirt-python-1.2.10.tar.gz) = 162075 +SHA256 (libvirt-python-1.2.11.tar.gz) = 4a526f5d847cee6ef7efcebac1ea18e18a3164fc77704aba948429be88ad7d5e +SIZE (libvirt-python-1.2.11.tar.gz) = 163854 |