Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 17:25:53 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498393 - head/deskutils/spice-gtk
Message-ID:  <201904081725.x38HPrvC021335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081725.x38HPrvC021335>