Date: Mon, 4 Dec 2017 20:40:18 +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: r455538 - head/security/spike-proxy Message-ID: <201712042040.vB4KeICG088479@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042040.vB4KeICG088479>