Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 16:47:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378968 - head/security/afl
Message-ID:  <201502141647.t1EGlqWP050285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 14 16:47:52 2015
New Revision: 378968
URL: https://svnweb.freebsd.org/changeset/ports/378968
QAT: https://qat.redports.org/buildarchive/r378968/

Log:
  - Update to version 1.44b [1]
  - Unbreak install with LOCALBASE != PREFIX [2]
  
  Changes:	http://lcamtuf.coredump.cx/afl/ChangeLog.txt
  PR:		197564 [1]
  PR:		197644 [2]
  Submitted by:	fk@fabiankeil.de (maintainer) [1]
  Approved by:	fk@fabiankeil.de (maintainer) [2]
  Approved by:	mentors (implicit)

Modified:
  head/security/afl/Makefile
  head/security/afl/distinfo
  head/security/afl/pkg-plist

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Sat Feb 14 16:31:40 2015	(r378967)
+++ head/security/afl/Makefile	Sat Feb 14 16:47:52 2015	(r378968)
@@ -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>

Modified: head/security/afl/distinfo
==============================================================================
--- head/security/afl/distinfo	Sat Feb 14 16:31:40 2015	(r378967)
+++ head/security/afl/distinfo	Sat Feb 14 16:47:52 2015	(r378968)
@@ -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

Modified: head/security/afl/pkg-plist
==============================================================================
--- head/security/afl/pkg-plist	Sat Feb 14 16:31:40 2015	(r378967)
+++ head/security/afl/pkg-plist	Sat Feb 14 16:47:52 2015	(r378968)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141647.t1EGlqWP050285>