diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-28 03:26:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-28 03:26:40 +0000 |
commit | 3e0550237397c462e2e9508ba0be475754b95284 (patch) | |
tree | c32761ae2f6b6a1d8be27ece3463f3e5a31bf394 /security/py-txtorcon/Makefile | |
parent | 8cd6a579326bcefe220eea9bebf615351bd591c6 (diff) | |
download | ports-3e0550237397c462e2e9508ba0be475754b95284.tar.gz ports-3e0550237397c462e2e9508ba0be475754b95284.zip |
Notes
Diffstat (limited to 'security/py-txtorcon/Makefile')
-rw-r--r-- | security/py-txtorcon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-txtorcon/Makefile b/security/py-txtorcon/Makefile index ca59c0435080..b6834bff5829 100644 --- a/security/py-txtorcon/Makefile +++ b/security/py-txtorcon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= txtorcon -DISTVERSION= 18.0.2 +DISTVERSION= 18.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= distutils autoplist NO_ARCH= yes SHEBANG_FILES= examples/*.py |