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

Antoine Brodin antoine at FreeBSD.org
Mon Feb 17 18:45:43 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list