svn commit: r373020 - head/deskutils/virt-manager

Jason Helfman jgh at FreeBSD.org
Fri Nov 21 22:33:01 UTC 2014


Author: jgh
Date: Fri Nov 21 22:33:00 2014
New Revision: 373020
URL: https://svnweb.freebsd.org/changeset/ports/373020
QAT: https://qat.redports.org/buildarchive/r373020/

Log:
  - detect libosinfo more effectively
  - add cpe information
  - remove pkg-plist (missed in r372972)

Deleted:
  head/deskutils/virt-manager/pkg-plist
Modified:
  head/deskutils/virt-manager/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Fri Nov 21 22:21:17 2014	(r373019)
+++ head/deskutils/virt-manager/Makefile	Fri Nov 21 22:33:00 2014	(r373020)
@@ -20,19 +20,19 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		${PYTHON_PKGNAMEPREFIX}libvirt>=0:${PORTSDIR}/devel/py-libvirt \
 		gtk-vnc>=0.4.4:${PORTSDIR}/net/gtk-vnc \
 		libvirt-glib>=0.1.9:${PORTSDIR}/devel/libvirt-glib \
-		libosinfo.so:${PORTSDIR}/devel/libosinfo
+		libosinfo>=0:${PORTSDIR}/devel/libosinfo
 
 PYDISTUTILS_INSTALLNOSINGLE=	yes
 PYDISTUTILS_CONFIGURE_TARGET=	configure
 PYDISTUTILS_CONFIGUREARGS=	--prefix=${PREFIX}
-USES=	python:2.7
+USES=	python:2.7 desktop-file-utils gettext shebangfix cpe
 USE_PYTHON=	distutils autoplist
+CPE_VENDOR=	redhat
 
 USE_GNOME=	introspection:run intltool librsvg2 pygobject3
 
 INSTALLS_ICONS=	yes
 
-USES=	desktop-file-utils gettext shebangfix
 SHEBANG_FILES=	virt-manager \
 		virt-install \
 		virt-clone \


More information about the svn-ports-head mailing list