summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-11 00:48:33 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-11 00:48:33 +0000
commit682ff4dbe092cf94b69852de81026452c500d36f (patch)
treef54adb5fe36ec63414fbcc7bddf63f030a61bed1 /net-mgmt
parent- Update to 0.7.0 (diff)
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required - update historical headers - add shared description for libvirt
Notes
Notes: svn path=/head/; revision=308652
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/collectd/Makefile3
-rw-r--r--net-mgmt/collectd5/Makefile11
-rw-r--r--net-mgmt/virt-viewer/Makefile4
-rw-r--r--net-mgmt/virtinst/Makefile10
-rw-r--r--net-mgmt/zenpack-libvirt/Makefile8
5 files changed, 13 insertions, 23 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index c92b2be3c610..39978e644b6f 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= collectd
PORTVERSION= 4.10.8
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
@@ -387,7 +388,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment "
.if ${PORT_OPTIONS:MVIRT}
CONFIGURE_ARGS+=--enable-libvirt
-LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
PLIST_SUB+= VIRT=""
.else
CONFIGURE_ARGS+=--disable-libvirt
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 25edd8c951df..a7215f5b1d8f 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: collectd
-# Date created: Sat Sep 29 05:19:31 PDT 2007
-# Whom: Matt Peterson <matt@peterson.org>
-#
+# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
-#
-
PORTNAME= collectd
PORTVERSION= 5.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
@@ -397,7 +392,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment "
.if ${PORT_OPTIONS:MVIRT}
CONFIGURE_ARGS+=--enable-libvirt
-LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt
PLIST_SUB+= VIRT=""
.else
CONFIGURE_ARGS+=--disable-libvirt
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile
index 54fb9903eb9a..073898c7d702 100644
--- a/net-mgmt/virt-viewer/Makefile
+++ b/net-mgmt/virt-viewer/Makefile
@@ -1,7 +1,9 @@
+# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= virt-viewer
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
@@ -10,7 +12,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.10:${PORTSDIR}/devel/libvirt \
+LIB_DEPENDS= virt.1000:${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 722c337afc3c..857d79e8af7e 100644
--- a/net-mgmt/virtinst/Makefile
+++ b/net-mgmt/virtinst/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: virtinst
-# Date created: 2011-06-07
-# Whom: Jason Helfman <jhelfman@experts-exchange.com>
-#
+# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= virtinst
PORTVERSION= 0.600.3
-PORTREVSION= 1
+PORTREVSION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Module to help in starting installations inside of virtual machines
-LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS= virt.1000:${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 a835919d2238..a6095798f3ca 100644
--- a/net-mgmt/zenpack-libvirt/Makefile
+++ b/net-mgmt/zenpack-libvirt/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: libvirt
-# Date created: 20 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= libvirt
PORTVERSION= 1.96
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}