Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 18:45:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344815 - head/security/py-sslstrip
Message-ID:  <201402171845.s1HIjhYK094978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb 17 18:45:43 2014
New Revision: 344815
URL: http://svnweb.freebsd.org/changeset/ports/344815
QAT: https://qat.redports.org/buildarchive/r344815/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST
  - Fix RUN_DEPENDS

Deleted:
  head/security/py-sslstrip/pkg-plist
Modified:
  head/security/py-sslstrip/Makefile

Modified: head/security/py-sslstrip/Makefile
==============================================================================
--- head/security/py-sslstrip/Makefile	Mon Feb 17 18:25:52 2014	(r344814)
+++ head/security/py-sslstrip/Makefile	Mon Feb 17 18:45:43 2014	(r344815)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sslstrip
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	http://www.thoughtcrime.org/software/sslstrip/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +11,11 @@ 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
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	sslstrip
-RUN_DEPENDS =	${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb
-NO_STAGE=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
 .include <bsd.port.mk>



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