svn commit: r502114 - head/net/py-rainbowstream

Mathieu Arnold mat at FreeBSD.org
Mon May 20 13:34:22 UTC 2019


Author: mat
Date: Mon May 20 13:34:21 2019
New Revision: 502114
URL: https://svnweb.freebsd.org/changeset/ports/502114

Log:
  Fix bulk -a.

Modified:
  head/net/py-rainbowstream/Makefile   (contents, props changed)

Modified: head/net/py-rainbowstream/Makefile
==============================================================================
--- head/net/py-rainbowstream/Makefile	Mon May 20 13:20:31 2019	(r502113)
+++ head/net/py-rainbowstream/Makefile	Mon May 20 13:34:21 2019	(r502114)
@@ -22,7 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/p
 		${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR}
 
 # Actually 2.7,3.2-
-USES=		python
+# Limited to -3.6 because of pyfiglet.
+USES=		python:2.7-3.6
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list