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

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 17 00:42:01 UTC 2016


Author: amdmi3
Date: Thu Mar 17 00:42:00 2016
New Revision: 411249
URL: https://svnweb.freebsd.org/changeset/ports/411249

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Switch to options helpers
  - Fix WWW:

Modified:
  head/security/spike-proxy/Makefile
  head/security/spike-proxy/pkg-descr

Modified: head/security/spike-proxy/Makefile
==============================================================================
--- head/security/spike-proxy/Makefile	Thu Mar 17 00:41:52 2016	(r411248)
+++ head/security/spike-proxy/Makefile	Thu Mar 17 00:42:00 2016	(r411249)
@@ -10,11 +10,15 @@ DISTNAME=	SP${PORTVERSION:tl:C/\.//g}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool looking for vulnerabilities in web applications
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
 
 USES=		python shebangfix tar:tgz
 SHEBANG_FILES=	*.py
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 WRKSRC=		${WRKDIR}/spkproxy
 
@@ -27,6 +31,8 @@ do-install:
 	${SED} "s|DATADIR|${DATADIR}|" ${SCRIPTDIR}/spkproxy.sh > \
 		${STAGEDIR}${PREFIX}/bin/spkproxy.sh
 	@${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/spkproxy.sh
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} WHYGPL.txt TODO.txt SpikeUsage.txt \
 		README.txt CHANGELOG.txt ${STAGEDIR}${DOCSDIR})

Modified: head/security/spike-proxy/pkg-descr
==============================================================================
--- head/security/spike-proxy/pkg-descr	Thu Mar 17 00:41:52 2016	(r411248)
+++ head/security/spike-proxy/pkg-descr	Thu Mar 17 00:42:00 2016	(r411249)
@@ -6,4 +6,4 @@ cross-site-scripting, but it's completel
 allows advanced users to customize it for web applications that other
 tools fall apart on.
 
-WWW: http://www.immunitysec.com
+WWW: http://www.immunitysec.com/


More information about the svn-ports-all mailing list