diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
commit | cee0c06ddd716416bd0f8f512ec20b55c461730d (patch) | |
tree | 4528bee74c366634becd460455da90b382354b47 /net-mgmt | |
parent | e2e126285fd6983f7016f20e1a19ffbb58a08c8a (diff) | |
download | ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.tar.gz ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/virtinst/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/zenpack-libvirt/Makefile | 2 |
5 files changed, 10 insertions, 9 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index b95c37f7596f..c04fd70a72e1 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -410,7 +410,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment " .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+=--enable-libvirt -LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt PLIST_SUB+= VIRT="" .else CONFIGURE_ARGS+=--disable-libvirt diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 8c1653b731b5..703503da9315 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.0 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= 5 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -387,7 +387,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment " .if empty(PORT_OPTIONS:MXML) IGNORE= VIRT requires XML. Either select XML or deselect VIRT. .endif -LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt CONFIGURE_ARGS+=--enable-libvirt PLIST_SUB+= VIRT="" .else diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index 3c3705d09aca..a80f3c8d7d2d 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= virt-viewer PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ @@ -11,8 +12,8 @@ COMMENT= Provides a graphical viewer for a guest OS display BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt \ - gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc +LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ + libgtk-vnc-1.0.so:${PORTSDIR}/net/gtk-vnc OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index 31c999c7aa8b..ee2dbc88d9a8 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Module to help in starting installations inside of virtual machines -LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber FETCH_ARGS= -Fpr diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index ceae535ce7e1..2b20bcc77b01 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.96 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} |