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

Roman Bogorodskiy novel at FreeBSD.org
Tue Apr 12 17:23:09 UTC 2016


Author: novel
Date: Tue Apr 12 17:23:08 2016
New Revision: 413147
URL: https://svnweb.freebsd.org/changeset/ports/413147

Log:
  deskutils/virt-manager: add missing run dep on www/py-requests
  
  Bump PORTREVISION due to packaging change.
  
  Reported by:	Rainbow <rainbow at hacker.horse>

Modified:
  head/deskutils/virt-manager/Makefile

Modified: head/deskutils/virt-manager/Makefile
==============================================================================
--- head/deskutils/virt-manager/Makefile	Tue Apr 12 17:19:19 2016	(r413146)
+++ head/deskutils/virt-manager/Makefile	Tue Apr 12 17:23:08 2016	(r413147)
@@ -2,6 +2,7 @@
 
 PORTNAME=	virt-manager
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	deskutils net-mgmt
 MASTER_SITES=	http://virt-manager.org/download/sources/${PORTNAME}/ \
 		LOCAL/jgh/deskutils/${PORTNAME}/
@@ -18,6 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus
 		${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr \
 		${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:www/py-urlgrabber \
 		${PYTHON_PKGNAMEPREFIX}libvirt>=0:devel/py-libvirt \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
 		gtk-vnc>=0.4.4:net/gtk-vnc \
 		libvirt-glib>=0.1.9:devel/libvirt-glib \
 		libosinfo>=0:devel/libosinfo \


More information about the svn-ports-all mailing list