Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2015 15:49:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379443 - head/security/py-sslstrip
Message-ID:  <201502201549.t1KFn6UG031994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 20 15:49:05 2015
New Revision: 379443
URL: https://svnweb.freebsd.org/changeset/ports/379443
QAT: https://qat.redports.org/buildarchive/r379443/

Log:
  - Use USES=twisted
  
  With hat:	python

Modified:
  head/security/py-sslstrip/Makefile

Modified: head/security/py-sslstrip/Makefile
==============================================================================
--- head/security/py-sslstrip/Makefile	Fri Feb 20 15:48:57 2015	(r379442)
+++ head/security/py-sslstrip/Makefile	Fri Feb 20 15:49:05 2015	(r379443)
@@ -11,10 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	kitchetech@gmail.com
 COMMENT=	Python program for SSL stripping
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \
-		${PYTHON_PKGNAMEPREFIX}twistedWeb>=0:${PORTSDIR}/www/py-twistedWeb
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
 
-USES=		python
+USES=		python twisted:web
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502201549.t1KFn6UG031994>