Date: Mon, 4 Sep 2017 00:01:21 +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: r449231 - head/security/py-sslstrip Message-ID: <201709040001.v8401Lbx058445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709040001.v8401Lbx058445>