svn commit: r498393 - head/deskutils/spice-gtk

Steve Wills swills at FreeBSD.org
Mon Apr 8 17:25:54 UTC 2019


Author: swills
Date: Mon Apr  8 17:25:53 2019
New Revision: 498393
URL: https://svnweb.freebsd.org/changeset/ports/498393

Log:
  deskutils/spice-gtk: Require newer spice-protocol version
  
  PR:		237091
  Submitted by:	Jack <xxjack12xx at gmail.com> (maintainer)

Modified:
  head/deskutils/spice-gtk/Makefile   (contents, props changed)

Modified: head/deskutils/spice-gtk/Makefile
==============================================================================
--- head/deskutils/spice-gtk/Makefile	Mon Apr  8 17:25:02 2019	(r498392)
+++ head/deskutils/spice-gtk/Makefile	Mon Apr  8 17:25:53 2019	(r498393)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spice-gtk
 PORTVERSION=	0.36
+PORTREVISION=	1
 CATEGORIES?=	deskutils gnome
 MASTER_SITES=	http://www.spice-space.org/download/gtk/
 
@@ -17,9 +18,9 @@ NOT_FOR_ARCHS_REASON=	server only supports little-endi
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libjson-glib-1.0.so:devel/json-glib \
 		libopus.so:audio/opus
-BUILD_DEPENDS=	spice-protocol>=0.12.14:devel/spice-protocol \
+BUILD_DEPENDS=	spice-protocol>=0.12.15:devel/spice-protocol \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR}
-RUN_DEPENDS=	spice-protocol>=0.12.14:devel/spice-protocol
+RUN_DEPENDS=	spice-protocol>=0.12.15:devel/spice-protocol
 
 USES=		autoreconf cpe gettext-tools gmake jpeg libtool pkgconfig tar:bzip2 \
 		python ssl localbase:ldflags


More information about the svn-ports-all mailing list