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

Vinícius Zavam egypcio at FreeBSD.org
Thu Feb 7 13:23:52 UTC 2019


Author: egypcio
Date: Thu Feb  7 13:23:51 2019
New Revision: 492365
URL: https://svnweb.freebsd.org/changeset/ports/492365

Log:
  security/py-sslstrip: add missing dependency to RUN_DEPENDS
  
  PR:		235276
  Submitted by:	egypcio
  Reviewed by:	Matthew Donovan <kitchetech % gmail.com> (maintainer)
  Approved by:	rene (mentor)

Modified:
  head/security/py-sslstrip/Makefile

Modified: head/security/py-sslstrip/Makefile
==============================================================================
--- head/security/py-sslstrip/Makefile	Thu Feb  7 13:16:25 2019	(r492364)
+++ head/security/py-sslstrip/Makefile	Thu Feb  7 13:23:51 2019	(r492365)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sslstrip
 PORTVERSION=	0.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security python
 MASTER_SITES=	http://www.thoughtcrime.org/software/sslstrip/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ MAINTAINER=	kitchetech at gmail.com
 COMMENT=	Python program for SSL stripping
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list