diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 14:03:37 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 14:03:37 +0000 |
commit | 02f84abcf672cb479f3dc1668d1c9ab994564c5d (patch) | |
tree | c42590c5ce5a5cb1904da7aac8ff941496625b6e /security/w3af | |
parent | 661a44b4253545f90c96a6fa88ba7c06fbeb3639 (diff) | |
download | ports-02f84abcf672cb479f3dc1668d1c9ab994564c5d.tar.gz ports-02f84abcf672cb479f3dc1668d1c9ab994564c5d.zip |
Notes
Diffstat (limited to 'security/w3af')
-rw-r--r-- | security/w3af/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/w3af/Makefile b/security/w3af/Makefile index 138f8d54038e..e7b7ec2a4715 100644 --- a/security/w3af/Makefile +++ b/security/w3af/Makefile @@ -3,6 +3,7 @@ PORTNAME= w3af PORTVERSION= 1.6.49 +PORTREVISION= 1 CATEGORIES= security python www MAINTAINER= dbaio@FreeBSD.org @@ -26,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}pyClamd>=0.2.2:security/py-pyclamd \ ${PYTHON_PKGNAMEPREFIX}pygithub>=1.21:devel/py-pygithub \ ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.2:devel/py-gitpython \ - ${PYTHON_PKGNAMEPREFIX}pybloom>=0.3.11:math/py-pybloom \ + ${PYTHON_PKGNAMEPREFIX}pybloomfiltermmap>=0.3.11:devel/py-pybloomfiltermmap \ ${PYTHON_PKGNAMEPREFIX}esmre>=0.3.1:textproc/py-esmre \ ${PYTHON_PKGNAMEPREFIX}phply>=0.9.1:devel/py-phply \ ${PYTHON_PKGNAMEPREFIX}stopit>=1.1.0:devel/py-stopit \ @@ -51,7 +52,7 @@ USE_GITHUB= yes GH_ACCOUNT= andresriancho USES= gettext python shebangfix -SHEBANG_FILES= tools/* +SHEBANG_FILES= tools/* w3af_console w3af_gui NO_BUILD= yes OPTIONS_DEFINE= GUI DOCS |