diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-09-05 21:48:20 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-09-05 21:48:20 +0000 |
commit | 2b944a8741ef2631f4317b8a56b929d0eb4b83f6 (patch) | |
tree | 5acaa71d056a7960f73ba4d01394b46227da184d | |
parent | 38e6819bf19fe3449e3ba470df80c55849178da0 (diff) | |
download | ports-2b944a8741ef2631f4317b8a56b929d0eb4b83f6.tar.gz ports-2b944a8741ef2631f4317b8a56b929d0eb4b83f6.zip |
- follow r303724 shlib bump of libvirt
Notes
Notes:
svn path=/head/; revision=303725
-rw-r--r-- | deskutils/virt-manager/Makefile | 3 | ||||
-rw-r--r-- | devel/libvirt-java/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Sys-Virt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/virtinst/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-libvirt/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine33/Makefile | 1 |
8 files changed, 12 insertions, 5 deletions
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index 99a48f0bd3d9..c8c7727f8864 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -7,6 +7,7 @@ PORTNAME= virt-manager PORTVERSION= 0.9.4 +PORTREVISION- 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ @@ -15,7 +16,7 @@ COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}virtinst>=0.600.3:${PORTSDIR}/net-mgmt/virtinst \ diff --git a/devel/libvirt-java/Makefile b/devel/libvirt-java/Makefile index 71a9ec226998..8f4880f8574f 100644 --- a/devel/libvirt-java/Makefile +++ b/devel/libvirt-java/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvirt-java PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ @@ -16,7 +17,7 @@ COMMENT= Java bindings for the libvirt virtualization API LICENSE= LGPL20 -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt BUILD_DEPENDS= jna>=3.2.7:${PORTSDIR}/devel/jna \ junit>=4.8.2:${PORTSDIR}/java/junit diff --git a/devel/p5-Sys-Virt/Makefile b/devel/p5-Sys-Virt/Makefile index 9dc464a77c4b..d7025bfc8bcc 100644 --- a/devel/p5-Sys-Virt/Makefile +++ b/devel/p5-Sys-Virt/Makefile @@ -7,6 +7,7 @@ PORTNAME= Sys-Virt PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index d4405b875ef5..1893045c1a31 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -7,6 +7,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -15,7 +16,7 @@ COMMENT= Provides a graphical viewer for a guest OS display BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt \ +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt \ gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc GNU_CONFIGURE= yes diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index a742512592ec..722c337afc3c 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.3 +PORTREVSION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Module to help in starting installations inside of virtual machines -LIB_DEPENDS= virt.9:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber USE_GETTEXT= yes diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index 2b70dbbf27fb..a835919d2238 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvirt PORTVERSION= 1.96 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 7be67deabf11..de9e0a61e45f 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.4.0a2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index a47a712a59f7..c75675797eda 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -7,6 +7,7 @@ PORTNAME= cfengine PORTVERSION= 3.3.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= |