Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 15:44:08 +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: r502801 - head/x11/py-pyvirtualdisplay
Message-ID:  <201905271544.x4RFi8ZB047317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon May 27 15:44:08 2019
New Revision: 502801
URL: https://svnweb.freebsd.org/changeset/ports/502801

Log:
  x11/py-pyvirtualdisplay: Update to 0.2.3 [1]
  
  While here, add pyscreenshot dependency and add backend options [2]
  
  PR:		238155 [1]
  PR:		238038 [2]
  Approved by:	Daniel Ylitalo <daniel@blodan.se> (maintainer) [1] [2]

Modified:
  head/x11/py-pyvirtualdisplay/Makefile   (contents, props changed)
  head/x11/py-pyvirtualdisplay/distinfo   (contents, props changed)

Modified: head/x11/py-pyvirtualdisplay/Makefile
==============================================================================
--- head/x11/py-pyvirtualdisplay/Makefile	Mon May 27 15:28:11 2019	(r502800)
+++ head/x11/py-pyvirtualdisplay/Makefile	Mon May 27 15:44:08 2019	(r502801)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyvirtualdisplay
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.3
 CATEGORIES=	x11 python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,16 +13,29 @@ COMMENT=	Python wrapper for Xvfb, Xephyr and Xvnc
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	xorg-vfbserver>0:x11-servers/xorg-vfbserver \
-		xauth>0:x11/xauth \
-		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyscreenshot>0:x11/py-pyscreenshot@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR}
+		xauth>0:x11/xauth
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python
+USE_PYTHON=	autoplist distutils
+
+OPTIONS_SINGLE=		BACKEND
+OPTIONS_SINGLE_BACKEND=	XEPHYR XVFB XVNC
+OPTIONS_DEFAULT=	XVFB
+BACKEND_DESC=		Virtual Backend To Install
+XVFB_DESC=		Install Xvfb backend
+XEPHYR_DESC=		Install Xephyr backend
+XVNC_DESC=		Install Xvnc backend
+
+XVFB_RUN_DEPENDS=	xorg-vfbserver>0:x11-servers/xorg-vfbserver
+XEPHYR_RUN_DEPENDS=	xephyr>=0:x11-servers/xephyr
+XVNC_RUN_DEPENDS=	tightvnc>=0:net/tightvnc
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/x11/py-pyvirtualdisplay/distinfo
==============================================================================
--- head/x11/py-pyvirtualdisplay/distinfo	Mon May 27 15:28:11 2019	(r502800)
+++ head/x11/py-pyvirtualdisplay/distinfo	Mon May 27 15:44:08 2019	(r502801)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496819271
-SHA256 (PyVirtualDisplay-0.2.1.tar.gz) = 012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982
-SIZE (PyVirtualDisplay-0.2.1.tar.gz) = 30785
+TIMESTAMP = 1558971109
+SHA256 (PyVirtualDisplay-0.2.3.tar.gz) = 658d03ea2d6727cbe70c30af71e9014d3d39114a3c50bd661b75aad188fdd3aa
+SIZE (PyVirtualDisplay-0.2.3.tar.gz) = 32514



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