From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 16:47:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93425BEE; Sat, 14 Feb 2015 16:47:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9C7691; Sat, 14 Feb 2015 16:47:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EGlrwq050288; Sat, 14 Feb 2015 16:47:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EGlqWP050285; Sat, 14 Feb 2015 16:47:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502141647.t1EGlqWP050285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 14 Feb 2015 16:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378968 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 16:47:53 -0000 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 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