Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 06:05:36 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384887 - head/graphics/pngcrush
Message-ID:  <201504280605.t3S65awt061100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504280605.t3S65awt061100>