diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-23 08:59:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-04-23 08:59:06 +0800 |
commit | 155c9c4b723aacdd01fa10ff8bc79d3c8ee64279 (patch) | |
tree | dfa40a48b285a2fb3855e02b8302b1a4802e01fe /graphics | |
parent | cd88a9311bc6394622955877923bfd377ea18d42 (diff) | |
download | freebsd-ports-gnome-155c9c4b723aacdd01fa10ff8bc79d3c8ee64279.tar.gz freebsd-ports-gnome-155c9c4b723aacdd01fa10ff8bc79d3c8ee64279.tar.zst freebsd-ports-gnome-155c9c4b723aacdd01fa10ff8bc79d3c8ee64279.zip |
- 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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 2 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 8be51d460efe..dbc8555de656 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -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}/ diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index bb92564c3253..1204200f2422 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -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 |