Bug 188290 - [maintainer update] [patch] graphics/pngcrush: update to 1.7.73
Summary: [maintainer update] [patch] graphics/pngcrush: update to 1.7.73
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 16:00 UTC by vsjcfm
Modified: 2014-04-23 02:00 UTC (History)
0 users

See Also:


Attachments
patch.txt (999 bytes, text/plain)
2014-04-05 16:00 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2014-04-05 16:00:00 UTC
There is a new version.

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.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-22 19:54:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-23 01:59:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-23 01:59:10 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"