diff options
author | jgh <jgh@FreeBSD.org> | 2014-11-05 02:41:15 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2014-11-05 02:41:15 +0800 |
commit | f594c28f7ae4d4d4a5e9433e8f3bf501f2ce4595 (patch) | |
tree | 943c8fc399ec974e4c6fa7d2c869843e645a78d7 /devel | |
parent | 940f8fdb523a48261d0088d6b52de63c0c561140 (diff) | |
download | freebsd-ports-gnome-f594c28f7ae4d4d4a5e9433e8f3bf501f2ce4595.tar.gz freebsd-ports-gnome-f594c28f7ae4d4d4a5e9433e8f3bf501f2ce4595.tar.zst freebsd-ports-gnome-f594c28f7ae4d4d4a5e9433e8f3bf501f2ce4595.zip |
- update libvirt to 1.2.10
- chase shared library bump
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvirt-glib/Makefile | 1 | ||||
-rw-r--r-- | devel/libvirt-java/Makefile | 2 | ||||
-rw-r--r-- | devel/libvirt/Makefile | 4 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Sys-Virt/Makefile | 2 | ||||
-rw-r--r-- | devel/py-libvirt/Makefile | 1 |
6 files changed, 8 insertions, 6 deletions
diff --git a/devel/libvirt-glib/Makefile b/devel/libvirt-glib/Makefile index 2ad00275a11f..5736a39f331c 100644 --- a/devel/libvirt-glib/Makefile +++ b/devel/libvirt-glib/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvirt-glib PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ diff --git a/devel/libvirt-java/Makefile b/devel/libvirt-java/Makefile index a5de58a047e8..ea711a285d44 100644 --- a/devel/libvirt-java/Makefile +++ b/devel/libvirt-java/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvirt-java PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 5681a5b21f29..0c4c8b18e77b 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -72,7 +72,7 @@ CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip -SHLIB_VER= 0.1002.9 +SHLIB_VER= 0.1002.10 PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 105631966af2..6c5f9ebb0bfb 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.9.tar.gz) = 95931a5a52f451b9ab73d6a5ae11a5740e1ba69a66520c2a0cffc6068a7e8fc4 -SIZE (libvirt-1.2.9.tar.gz) = 30154430 +SHA256 (libvirt-1.2.10.tar.gz) = 5050f4cea3dd59d3eca25c3d3f16085e10d624ecc18bd35820cd3dac6f46c08e +SIZE (libvirt-1.2.10.tar.gz) = 30029503 diff --git a/devel/p5-Sys-Virt/Makefile b/devel/p5-Sys-Virt/Makefile index 4c57bbade711..170f219ca6b5 100644 --- a/devel/p5-Sys-Virt/Makefile +++ b/devel/p5-Sys-Virt/Makefile @@ -3,7 +3,7 @@ PORTNAME= Sys-Virt PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index e4ad51f8a307..802950414e70 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ |