Index: head/deskutils/virt-manager/Makefile =================================================================== --- head/deskutils/virt-manager/Makefile (revision 378739) +++ head/deskutils/virt-manager/Makefile (revision 378740) @@ -1,48 +1,44 @@ # $FreeBSD$ PORTNAME= virt-manager PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ \ LOCAL/jgh/deskutils/${PORTNAME}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 LIB_DEPENDS= libvirt.so:${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}vte>=0.26.2:${PORTSDIR}/x11-toolkits/py-vte \ ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \ ${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:${PORTSDIR}/www/py-urlgrabber \ ${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>=0:${PORTSDIR}/devel/libosinfo + libosinfo>=0:${PORTSDIR}/devel/libosinfo \ + ${PYTHON_PGKNAMEPREFIX}spice-gtk>=0.26:${PORTSDIR}/deskutils/py-spice-gtk PYDISTUTILS_INSTALLNOSINGLE= yes PYDISTUTILS_CONFIGURE_TARGET= configure PYDISTUTILS_CONFIGUREARGS= --prefix=${PREFIX} -USES= python:2.7 desktop-file-utils gettext shebangfix +USES= python:2.7 gettext shebangfix USE_PYTHON= distutils autoplist USE_GNOME= introspection:run intltool librsvg2 pygobject3 INSTALLS_ICONS= yes SHEBANG_FILES= virt-manager \ virt-install \ virt-clone \ virt-convert GLIB_SCHEMAS= org.virt-manager.virt-manager.gschema.xml - -post-patch-script: - @${REINPLACE_CMD} -e 's|self.default_graphics = "spice"|self.default_graphics = "vnc"|g' \ - ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's|from gi.repository import SpiceClient.*||g' \ - ${WRKSRC}/virtManager/console.py .include Index: head/deskutils/virt-manager/files/patch-virtManager_console.py =================================================================== --- head/deskutils/virt-manager/files/patch-virtManager_console.py (revision 378739) +++ head/deskutils/virt-manager/files/patch-virtManager_console.py (nonexistent) @@ -1,16 +0,0 @@ ---- virtManager/console.py.orig 2014-11-19 23:37:09 UTC -+++ virtManager/console.py -@@ -20,10 +20,13 @@ - # MA 02110-1301 USA. - # - -+import gi - from gi.repository import GObject - from gi.repository import Gtk - from gi.repository import Gdk -+gi.require_version('GtkVnc', '2.0') - from gi.repository import GtkVnc -+gi.require version('SpiceClientGtk', '3.0') - from gi.repository import SpiceClientGtk - from gi.repository import SpiceClientGLib - Property changes on: head/deskutils/virt-manager/files/patch-virtManager_console.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property