Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2019 13:23:51 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492365 - head/security/py-sslstrip
Message-ID:  <201902071323.x17DNpkU024218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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