svn commit: r557517 - head/devel/py-cursive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:33:40 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:33:34 2020
New Revision: 557517
URL: https://svnweb.freebsd.org/changeset/ports/557517

Log:
  Sort RUN_DEPENDS

Modified:
  head/devel/py-cursive/Makefile

Modified: head/devel/py-cursive/Makefile
==============================================================================
--- head/devel/py-cursive/Makefile	Thu Dec 10 21:33:29 2020	(r557516)
+++ head/devel/py-cursive/Makefile	Thu Dec 10 21:33:34 2020	(r557517)
@@ -15,11 +15,11 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list