From owner-svn-ports-all@FreeBSD.ORG Wed Apr 23 00:59:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 475FFC45; Wed, 23 Apr 2014 00:59:07 +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 346B01221; Wed, 23 Apr 2014 00:59:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N0x7UP028307; Wed, 23 Apr 2014 00:59:07 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3N0x604028305; Wed, 23 Apr 2014 00:59:06 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201404230059.s3N0x604028305@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Apr 2014 00:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351894 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 23 Apr 2014 00:59:07 -0000 Author: amdmi3 Date: Wed Apr 23 00:59:06 2014 New Revision: 351894 URL: http://svnweb.freebsd.org/changeset/ports/351894 QAT: https://qat.redports.org/buildarchive/r351894/ Log: - Update to 1.7.73 Changelog: * Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored. * Changed "fix" internal variable name to "salvage" (still set with "-fix") * Added code to fix/salvage PNG with "bad adaptive filter value" error. * Avoid calculating CRC during compression trials except for the last trial, when the output is actually written. * Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option. PR: 188290 Submitted by: Anton Sayetsky (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Wed Apr 23 00:57:10 2014 (r351893) +++ head/graphics/pngcrush/Makefile Wed Apr 23 00:59:06 2014 (r351894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.72 +PORTVERSION= 1.7.73 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 Wed Apr 23 00:57:10 2014 (r351893) +++ head/graphics/pngcrush/distinfo Wed Apr 23 00:59:06 2014 (r351894) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.72-nolib.tar.xz) = 8c253f47de7be7e33d5d10879be9240b94b38d2e15fdddd709c9ad9b8c037042 -SIZE (pngcrush-1.7.72-nolib.tar.xz) = 58388 +SHA256 (pngcrush-1.7.73-nolib.tar.xz) = 14ac277a91d099a38df04c4f82d6c1c79ae67ee258e576b835836be0540a7e1c +SIZE (pngcrush-1.7.73-nolib.tar.xz) = 58868