diff options
author | ak <ak@FreeBSD.org> | 2014-11-06 03:26:33 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-11-06 03:26:33 +0800 |
commit | 04fd0f222968c2b6edcbc05046e011c415a84b6a (patch) | |
tree | 26e61e6869137fbe9c110174187b979fa2b6350d /graphics | |
parent | 2256dcdce3ef04189ceeef81568f3c100ab8d854 (diff) | |
download | freebsd-ports-gnome-04fd0f222968c2b6edcbc05046e011c415a84b6a.tar.gz freebsd-ports-gnome-04fd0f222968c2b6edcbc05046e011c415a84b6a.tar.zst freebsd-ports-gnome-04fd0f222968c2b6edcbc05046e011c415a84b6a.zip |
- Update to 1.7.80
* Fixed bug in -plte_len N option.
* Added "-reduce_palette" and "-noreduce_palette" options. Enable
reduce_palette when the "-new" or "-reduce" option is used.
PR: 194790
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 83ce14b7b3eb..d37e6dc0d25d 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.78 +PORTVERSION= 1.7.80 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 ee6f018185b0..101b97e077a0 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.78-nolib.tar.xz) = 59bfa327603059ea5db9c3a541df4ed68ce96ad6265f65dd7ac8c205a75f2c8f -SIZE (pngcrush-1.7.78-nolib.tar.xz) = 58984 +SHA256 (pngcrush-1.7.80-nolib.tar.xz) = 333d343e6bd893735af5f4ee85f254c02fb5657208faf731a4f24d358eabe386 +SIZE (pngcrush-1.7.80-nolib.tar.xz) = 59124 |