svn commit: r434074 - head/devel/py-jmespath
Dmitry Sivachenko
demon at FreeBSD.org
Tue Feb 14 10:50:25 UTC 2017
Author: demon
Date: Tue Feb 14 10:50:22 2017
New Revision: 434074
URL: https://svnweb.freebsd.org/changeset/ports/434074
Log:
Allow concurrent install.
PR: 216583
Submitted by: John W. O'Brien <john at saltant.com>
Modified:
head/devel/py-jmespath/Makefile
Modified: head/devel/py-jmespath/Makefile
==============================================================================
--- head/devel/py-jmespath/Makefile Tue Feb 14 10:34:29 2017 (r434073)
+++ head/devel/py-jmespath/Makefile Tue Feb 14 10:50:22 2017 (r434074)
@@ -3,6 +3,7 @@
PORTNAME= jmespath
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,6 @@ COMMENT= JSON Matching Expressions
LICENSE= MIT
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list