diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-02-14 16:47:52 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-02-14 16:47:52 +0000 |
commit | 0b7791eb8f424f60268ede716ca405e9acd322c7 (patch) | |
tree | b0fc130a522b6d5c1939c44ff4c68761b8442682 /security/afl | |
parent | da9c4272eb2f0e5f5f9a8443f5644d8091184272 (diff) |
Notes
Diffstat (limited to 'security/afl')
-rw-r--r-- | security/afl/Makefile | 6 | ||||
-rw-r--r-- | security/afl/distinfo | 4 | ||||
-rw-r--r-- | security/afl/pkg-plist | 25 |
3 files changed, 17 insertions, 18 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index c330acc3c309..00594f7e6b66 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.38b +PORTVERSION= 1.44b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -68,11 +68,11 @@ 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}${LOCALBASE}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/ .endfor .if ${PORT_OPTIONS:MMINIMIZE_CORPUS} - ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${LOCALBASE}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/ .endif .include <bsd.port.post.mk> diff --git a/security/afl/distinfo b/security/afl/distinfo index 5ca0398b9dc2..6c721e468fa4 100644 --- a/security/afl/distinfo +++ b/security/afl/distinfo @@ -1,2 +1,2 @@ -SHA256 (afl-1.38b.tgz) = 29ac53e6c06d9c0d632d1ac8527bb84e53b481195d21e3feeef191aede61b268 -SIZE (afl-1.38b.tgz) = 772843 +SHA256 (afl-1.44b.tgz) = 59bddc9fd9c4ba60e582631e9985c85f25924e22f1c1901230747ec1aa87e0af +SIZE (afl-1.44b.tgz) = 775257 diff --git a/security/afl/pkg-plist b/security/afl/pkg-plist index 78e1811adc12..e95d99f29cce 100644 --- a/security/afl/pkg-plist +++ b/security/afl/pkg-plist @@ -547,19 +547,18 @@ lib/afl/as %%DATADIR%%/archives/exotic/lzma/small_archive.lzma %%DATADIR%%/archives/exotic/rzip/small_archive.rz %%DATADIR%%/archives/exotic/zoo/small_archive.zoo -%%DATADIR%%/images/bmp/hello_kitty.bmp -%%DATADIR%%/images/gif/hello_kitty.gif -%%DATADIR%%/images/ico/hello_kitty.ico -%%DATADIR%%/images/jp2/hello_kitty.jp2 -%%DATADIR%%/images/jpeg/hello_kitty.jpg -%%DATADIR%%/images/jxr/hello_kitty.jxr -%%DATADIR%%/images/png/hello_kitty.png -%%DATADIR%%/images/png/hello_kitty_alpha.png -%%DATADIR%%/images/png/hello_kitty_gamma.png -%%DATADIR%%/images/png/hello_kitty_icc.png -%%DATADIR%%/images/png/hello_kitty_rle.png -%%DATADIR%%/images/tiff/hello_kitty.tif -%%DATADIR%%/images/webp/hello_kitty_lossless.webp +%%DATADIR%%/images/bmp/not_kitty.bmp +%%DATADIR%%/images/gif/not_kitty.gif +%%DATADIR%%/images/ico/not_kitty.ico +%%DATADIR%%/images/jp2/not_kitty.jp2 +%%DATADIR%%/images/jpeg/not_kitty.jpg +%%DATADIR%%/images/jxr/not_kitty.jxr +%%DATADIR%%/images/png/not_kitty.png +%%DATADIR%%/images/png/not_kitty_alpha.png +%%DATADIR%%/images/png/not_kitty_gamma.png +%%DATADIR%%/images/png/not_kitty_icc.png +%%DATADIR%%/images/tiff/not_kitty.tiff +%%DATADIR%%/images/webp/not_kitty.webp %%DATADIR%%/multimedia/h264/small_movie.mp4 %%DATADIR%%/others/elf/small_exec.elf %%DATADIR%%/others/js/small_script.js |