svn commit: r455538 - head/security/spike-proxy

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:40:19 UTC 2017


Author: antoine
Date: Mon Dec  4 20:40:17 2017
New Revision: 455538
URL: https://svnweb.freebsd.org/changeset/ports/455538

Log:
  - spike-proxy fails to run with python3
  - py-openssl is a runtime dependency, not build time
  - add explicit FLAVOR to dependency (useful when using
    DEFAULT_VERSIONS=python=3.x)

Modified:
  head/security/spike-proxy/Makefile

Modified: head/security/spike-proxy/Makefile
==============================================================================
--- head/security/spike-proxy/Makefile	Mon Dec  4 20:27:08 2017	(r455537)
+++ head/security/spike-proxy/Makefile	Mon Dec  4 20:40:17 2017	(r455538)
@@ -3,6 +3,7 @@
 
 PORTNAME=	spike-proxy
 PORTVERSION=	1.4.8
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.immunitysec.com/downloads/
 DISTNAME=	SP${PORTVERSION:tl:C/\.//g}
@@ -13,9 +14,9 @@ COMMENT=	Tool looking for vulnerabilities in web appli
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR}
 
-USES=		python shebangfix tar:tgz
+USES=		python:2.7 shebangfix tar:tgz
 SHEBANG_FILES=	*.py
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-head mailing list