From owner-svn-ports-head@freebsd.org Sat Mar 12 12:12:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23810ACB32E; Sat, 12 Mar 2016 12:12:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CDECD683; Sat, 12 Mar 2016 12:12:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2CCCB55040586; Sat, 12 Mar 2016 12:12:11 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2CCCBS7040584; Sat, 12 Mar 2016 12:12:11 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603121212.u2CCCBS7040584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 12 Mar 2016 12:12:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410872 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 12:12:13 -0000 Author: rakuco Date: Sat Mar 12 12:12:11 2016 New Revision: 410872 URL: https://svnweb.freebsd.org/changeset/ports/410872 Log: Update to 1.8.0. Changelog: * Made "-reduce" and "-force" the default behavior. Removed obsolete options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed", and "-bit_depth". Removed "things_have_changed" code. * Deleted png_read_update_info() statement that was mistakenly added to version 1.7.89. It caused "bad adaptive filter value" errors. * Suppress warning about "damaged LZ stream" when bailing out and building with libpng-1.7.0beta. * Added a LICENSE file to the distribution. It points to the actual license appearing in the NOTICES section near the top of pngcrush.c * Show if pngcrush is built with bundled or system libpng and zlib. * Fixed segfault while writing a -loco MNG (bug found with AFL, reported by Brian Carpenter). Bug was introduced in pngcrush-1.7.35. PR: 207801 Submitted by: Anton Sayetsky (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Sat Mar 12 12:07:00 2016 (r410871) +++ head/graphics/pngcrush/Makefile Sat Mar 12 12:12:11 2016 (r410872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.88 +PORTVERSION= 1.8.0 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Sat Mar 12 12:07:00 2016 (r410871) +++ head/graphics/pngcrush/distinfo Sat Mar 12 12:12:11 2016 (r410872) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.88-nolib.tar.xz) = d8fdfa25951465651b8f791bec3dc71acc4a752685885b41646f423a609f4855 -SIZE (pngcrush-1.7.88-nolib.tar.xz) = 60432 +SHA256 (pngcrush-1.8.0-nolib.tar.xz) = baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf +SIZE (pngcrush-1.8.0-nolib.tar.xz) = 60224