svn commit: r384887 - head/graphics/pngcrush
Veniamin Gvozdikov
vg at FreeBSD.org
Tue Apr 28 06:05:36 UTC 2015
Author: vg
Date: Tue Apr 28 06:05:35 2015
New Revision: 384887
URL: https://svnweb.freebsd.org/changeset/ports/384887
Log:
- 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 at gmail.com> (maintainer)
Modified:
head/graphics/pngcrush/Makefile
head/graphics/pngcrush/distinfo
Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile Tue Apr 28 05:42:27 2015 (r384886)
+++ head/graphics/pngcrush/Makefile Tue Apr 28 06:05:35 2015 (r384887)
@@ -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}/
Modified: head/graphics/pngcrush/distinfo
==============================================================================
--- head/graphics/pngcrush/distinfo Tue Apr 28 05:42:27 2015 (r384886)
+++ head/graphics/pngcrush/distinfo Tue Apr 28 06:05:35 2015 (r384887)
@@ -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
More information about the svn-ports-all
mailing list