aboutsummaryrefslogtreecommitdiff
path: root/security/afl/Makefile
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-07-09 12:52:40 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-07-09 12:52:40 +0000
commita51173064b8c8e39dbda981e80bcc446197a124f (patch)
treed7bdac5244d8a92a0003a29b7d6888b8c1fb6149 /security/afl/Makefile
parentcc46e6c83c67511ad506fcd565822b103419fb7a (diff)
downloadports-a51173064b8c8e39dbda981e80bcc446197a124f.tar.gz
ports-a51173064b8c8e39dbda981e80bcc446197a124f.zip
security/afl: update 2.07b -> 2.19b
PR: 210832 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Notes
Notes: svn path=/head/; revision=418275
Diffstat (limited to 'security/afl/Makefile')
-rw-r--r--security/afl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile
index 21824a36548a..08b1b859a8c5 100644
--- a/security/afl/Makefile
+++ b/security/afl/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= afl
-PORTVERSION= 2.07b
+PORTVERSION= 2.19
+DISTVERSIONSUFFIX= b
CATEGORIES= security
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
@@ -74,7 +75,6 @@ post-build-LLVM-on:
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/
-
.for afl_script in afl-cmin afl-plot afl-whatsup
${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/
.endfor