diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-04-12 17:08:33 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-04-12 17:08:33 +0800 |
commit | 9158d2516140186b0b559b06b41b8c0cb6fc61cd (patch) | |
tree | 9c8458760af7bc7c5fca0dde2d666a0fe7da01d7 /graphics | |
parent | f528d6ab8d154d57260983dcc32d0e01254863b2 (diff) | |
download | freebsd-ports-gnome-9158d2516140186b0b559b06b41b8c0cb6fc61cd.tar.gz freebsd-ports-gnome-9158d2516140186b0b559b06b41b8c0cb6fc61cd.tar.zst freebsd-ports-gnome-9158d2516140186b0b559b06b41b8c0cb6fc61cd.zip |
Update to 1.8.1.
Changelog:
* Added the LICENSE file to the tar and zip distributions.
* Made "-force" force output even when the IDAT is larger, and added
"-noforce" option; "-noforce" is now the default behavior (Bug
report #68 at SourceForge by "wintakeall")
* Use right filename in filesize reduction report (overwrite?inname:outname)
(bug report #69 by "wintakeall").
* Removed some superfluous spaces from the Copyright statement.
* Added "-speed" option; it avoids using the AVG or PAETH filters which
are slower to decode.
PR: 208730
Submitted by: Anton Sayetsky <vsasjason@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 6b7eb7707382..6b00bf2849b5 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:R}/${PORTVERSION}/ diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index a9b3ad8ae8a1..56e1fdcc6474 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.8.0-nolib.tar.xz) = baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf -SIZE (pngcrush-1.8.0-nolib.tar.xz) = 60224 +SHA256 (pngcrush-1.8.1-nolib.tar.xz) = 29dfdc0e4302a10a58f1785ebc08ec5f57b6b2d3f36688dcb69ee058eb8a7ac0 +SIZE (pngcrush-1.8.1-nolib.tar.xz) = 61232 |