diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
commit | f637b43fec14553dcf7fdd3a95991aa5909cc59c (patch) | |
tree | fff1f4332450097c333cfe25b401c82dcda38958 /security/py-twistedConch/Makefile | |
parent | 075d066d971344577ca5b776fb386446bd31d81f (diff) |
Notes
Diffstat (limited to 'security/py-twistedConch/Makefile')
-rw-r--r-- | security/py-twistedConch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile index d0f8775bc068..fdf7898030b8 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -3,6 +3,7 @@ PORTNAME= twistedConch PORTVERSION= 15.2.1 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ LOCAL/sunpoet @@ -14,7 +15,7 @@ COMMENT= SSH and SFTP protocol implementation with clients and servers LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.0.9a:${PORTSDIR}/devel/py-pyasn1 NO_ARCH= yes USE_PYTHON= autoplist distutils |