Index: head/devel/py-jsonpath-rw/Makefile =================================================================== --- head/devel/py-jsonpath-rw/Makefile (revision 544837) +++ head/devel/py-jsonpath-rw/Makefile (revision 544838) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= jsonpath-rw -PORTVERSION= 1.4.0 +DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of JSONPath for Python LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include