svn commit: r504987 - head/www/py-autobahn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 23 19:22:01 UTC 2019


Author: sunpoet
Date: Sun Jun 23 19:21:54 2019
New Revision: 504987
URL: https://svnweb.freebsd.org/changeset/ports/504987

Log:
  Use PY_FUTURES
  
  With hat:	python

Modified:
  head/www/py-autobahn/Makefile

Modified: head/www/py-autobahn/Makefile
==============================================================================
--- head/www/py-autobahn/Makefile	Sun Jun 23 19:21:49 2019	(r504986)
+++ head/www/py-autobahn/Makefile	Sun Jun 23 19:21:54 2019	(r504987)
@@ -70,7 +70,7 @@ COMPLETE_OPTIONS_LIST:=		${COMPLETE_OPTIONS_LIST:NASYN
 PORT_OPTIONS:=			${PORT_OPTIONS:NASYNCIO}
 .elif ${PORT_OPTIONS:MASYNCIO}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}trollius>=2.0:devel/py-trollius@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}futures>=3.0.4:devel/py-futures@${PY_FLAVOR}
+		${PY_FUTURES}
 .endif
 
 do-test:


More information about the svn-ports-all mailing list