diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-12-11 00:48:33 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-12-11 00:48:33 +0000 |
commit | 682ff4dbe092cf94b69852de81026452c500d36f (patch) | |
tree | f54adb5fe36ec63414fbcc7bddf63f030a61bed1 /deskutils/virt-manager | |
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
Diffstat (limited to 'deskutils/virt-manager')
-rw-r--r-- | deskutils/virt-manager/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index 39027260d97c..183471017a49 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: virt-manager -# Date created: 2011-05-28 -# Whom: Jason Helfman <jhelfman@experts-exchange.com> -# +# Created by: Jason Helfman <jgh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= virt-manager PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.et.redhat.com/download/sources/${PORTNAME}/ @@ -16,7 +12,7 @@ COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 -LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1000:${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 \ |