diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-12 20:12:11 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-12 20:12:11 +0800 |
commit | 40a2da09ba2ae41ee378e2d1b214c5a5c313a2d6 (patch) | |
tree | d0bdfa16c0e8de07ba0407414ed3bc6099e57a2d /graphics/pngcrush | |
parent | fb9f0812a500cbe7ed045eb5fd104a592dcef4a0 (diff) | |
download | freebsd-ports-gnome-40a2da09ba2ae41ee378e2d1b214c5a5c313a2d6.tar.gz freebsd-ports-gnome-40a2da09ba2ae41ee378e2d1b214c5a5c313a2d6.tar.zst freebsd-ports-gnome-40a2da09ba2ae41ee378e2d1b214c5a5c313a2d6.zip |
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 <vsasjason@gmail.com> (maintainer)
Diffstat (limited to 'graphics/pngcrush')
-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 cc78cf6adcde..831c98f2ec69 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -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}/ diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index 4adc35b4dcec..a9b3ad8ae8a1 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -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 |