aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2010-08-15 18:05:25 +0800
committerarved <arved@FreeBSD.org>2010-08-15 18:05:25 +0800
commit57a27ea0ac4e1ceaa1653e072c377b750d83b5ef (patch)
tree3edec9ff37ce52dc2117f4b0af59f0566600246f
parent0d4d7c2dae0c358f9c2ee3292e939d54d323c104 (diff)
downloadfreebsd-ports-gnome-57a27ea0ac4e1ceaa1653e072c377b750d83b5ef.tar.gz
freebsd-ports-gnome-57a27ea0ac4e1ceaa1653e072c377b750d83b5ef.tar.zst
freebsd-ports-gnome-57a27ea0ac4e1ceaa1653e072c377b750d83b5ef.zip
Add dependency on py-asn1
PR: 148026 Submitted by: Janne Snabb <snabb@epipe.com> Approved by: maintainer
-rw-r--r--security/py-twistedConch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile
index a3e6693d1a9a..1882b60057c2 100644
--- a/security/py-twistedConch/Makefile
+++ b/security/py-twistedConch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedConch
PORTVERSION= 9.0.0
+PORTREVISION= 1
CATEGORIES= security devel python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ MAINTAINER= neal@nelson.name
COMMENT= An SSH and SFTP protocol implementation with clients and servers
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
USE_BZIP2= yes
USE_PYTHON= yes