diff options
author | vg <vg@FreeBSD.org> | 2015-04-28 14:05:35 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2015-04-28 14:05:35 +0800 |
commit | f60d44ee516d5808de71d7350d5f5236d493ec44 (patch) | |
tree | 8980b39870d3751daf91962f098afccd5f116df2 /graphics | |
parent | 167c8957d3ba7ed8ae44f4be704d1e0026ef35f0 (diff) | |
download | freebsd-ports-gnome-f60d44ee516d5808de71d7350d5f5236d493ec44.tar.gz freebsd-ports-gnome-f60d44ee516d5808de71d7350d5f5236d493ec44.tar.zst freebsd-ports-gnome-f60d44ee516d5808de71d7350d5f5236d493ec44.zip |
- Update to 1.7.85
Changelog:
* Improved reporting of invalid chunk names. Does not try to put
non-printable characters in STDERR; displays hex numbers instead.
* Fixed include path for utime.h on MSVC (Louis McLaughlin).
* Eliminated "FAR" memory support (it was removed from libpng at version
1.6.0).
* Disabled the "-already_crushed" option which does not really work well.
PR: ports/199520
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 6cf34eff6c1e..2adcee46bed7 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.84 +PORTVERSION= 1.7.85 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 16a35fe0cd00..737d55a3076c 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.84-nolib.tar.xz) = 2d45b172ce334945edabf33321a8712ebbf8692490a5e37c6a28e18dbba7b4c2 -SIZE (pngcrush-1.7.84-nolib.tar.xz) = 60052 +SHA256 (pngcrush-1.7.85-nolib.tar.xz) = 296cef699cac7b23c02f5458e4fd7fe3b07ee4748a69928c7d51743198f56cc3 +SIZE (pngcrush-1.7.85-nolib.tar.xz) = 59828 |