Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 00:59:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351894 - head/graphics/pngcrush
Message-ID:  <201404230059.s3N0x604028305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <vsjcfm@gmail.com> (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



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