svn commit: r449231 - head/security/py-sslstrip

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 4 00:01:22 UTC 2017


Author: sunpoet
Date: Mon Sep  4 00:01:21 2017
New Revision: 449231
URL: https://svnweb.freebsd.org/changeset/ports/449231

Log:
  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)

Modified:
  head/security/py-sslstrip/Makefile

Modified: head/security/py-sslstrip/Makefile
==============================================================================
--- head/security/py-sslstrip/Makefile	Mon Sep  4 00:01:16 2017	(r449230)
+++ head/security/py-sslstrip/Makefile	Mon Sep  4 00:01:21 2017	(r449231)
@@ -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 at 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>


More information about the svn-ports-head mailing list