diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-08-01 05:44:48 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-08-01 05:44:48 +0000 |
commit | b76704eac69c83ff17b9233a2c2c9153f4627c90 (patch) | |
tree | cab7575d95175e31980521ca131cafc5c460dbe0 /security/fuzzdb/Makefile | |
parent | e26704517183867509401d490eecf3a5400e8ec6 (diff) | |
download | ports-b76704eac69c83ff17b9233a2c2c9153f4627c90.tar.gz ports-b76704eac69c83ff17b9233a2c2c9153f4627c90.zip |
Notes
Diffstat (limited to 'security/fuzzdb/Makefile')
-rw-r--r-- | security/fuzzdb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/fuzzdb/Makefile b/security/fuzzdb/Makefile index 599016d73e3c..92a0bb9814d8 100644 --- a/security/fuzzdb/Makefile +++ b/security/fuzzdb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fuzzdb -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -15,11 +15,10 @@ MAINTAINER= niels@FreeBSD.org COMMENT= A comprehensive set of fuzzing patterns NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-read-only EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude .svn PORTDOCS= _copyright.txt _readme.txt PORTDIRS= attack-payloads wordlists-misc discovery \ - web-backdoors wordlists-user-passwd + web-backdoors wordlists-user-passwd regex .include <bsd.port.pre.mk> |