Index: head/devel/spice-protocol/Makefile =================================================================== --- head/devel/spice-protocol/Makefile (revision 392984) +++ head/devel/spice-protocol/Makefile (revision 392985) @@ -1,17 +1,17 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.7 +PORTVERSION= 0.12.8 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ MAINTAINER= jgh@FreeBSD.org COMMENT= Simple Protocol for Independent Computing Environments LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig tar:bzip2 .include Index: head/devel/spice-protocol/distinfo =================================================================== --- head/devel/spice-protocol/distinfo (revision 392984) +++ head/devel/spice-protocol/distinfo (revision 392985) @@ -1,2 +1,2 @@ -SHA256 (spice-protocol-0.12.7.tar.bz2) = 96c6cb73361816ed19bfd8536f65d4547da35709aa00af1380e650c1174916c2 -SIZE (spice-protocol-0.12.7.tar.bz2) = 71276 +SHA256 (spice-protocol-0.12.8.tar.bz2) = 116d57a1893c08f8f7801579dffb4c1568a4fb4566aa75c84a2685f150aae67c +SIZE (spice-protocol-0.12.8.tar.bz2) = 71681 Index: head/net-mgmt/virt-viewer/Makefile =================================================================== --- head/net-mgmt/virt-viewer/Makefile (revision 392984) +++ head/net-mgmt/virt-viewer/Makefile (revision 392985) @@ -1,39 +1,39 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= virt-viewer PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ MAINTAINER= jgh@FreeBSD.org COMMENT= Provides a graphical viewer for a guest OS display LICENSE= GPLv2 BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 \ intltoolize:${PORTSDIR}/textproc/intltool \ spice-protocol>=0.12.7:${PORTSDIR}/devel/spice-protocol LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt \ libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \ libspice-client-glib-2.0.so:${PORTSDIR}/deskutils/spice-gtk USE_OPENSSL=yes WITH_OPENSSL_PORT=yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share CONFIGURE_ARGS= --with-gtk=3.0 --with-spice-gtk USES= desktop-file-utils gmake pkgconfig shared-mime-info cpe USE_GNOME= gtk30 INSTALLS_ICONS= yes CPE_VENDOR= redhat NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include