summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-04 00:01:21 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-09-04 00:01:21 +0000
commit54e25f98a5fbfca1841da1b32b3e195f949611cc (patch)
tree49b3287c41416dc936c7ebcb6487a43a56a6f277
parent7d48c56b689ff7b10daed0b20430e8f4a8e7be70 (diff)
downloadFreeBSD-ports-54e25f98a5fbfca1841da1b32b3e195f949611cc.zip
FreeBSD-ports-54e25f98a5fbfca1841da1b32b3e195f949611cc.tar.gz
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change PR: 221666 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
-rw-r--r--security/py-sslstrip/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile
index 799c1a2..4723072 100644
--- a/security/py-sslstrip/Makefile
+++ b/security/py-sslstrip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sslstrip
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kitchetech@gmail.com
COMMENT= Python program for SSL stripping
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
+ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
NO_ARCH= yes
-USES= python twisted:web
+USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
OpenPOWER on IntegriCloud