svn commit: r413107 - head/graphics/pngcrush

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Apr 12 09:08:34 UTC 2016


Author: rakuco
Date: Tue Apr 12 09:08:33 2016
New Revision: 413107
URL: https://svnweb.freebsd.org/changeset/ports/413107

Log:
  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 at gmail.com> (maintainer)

Modified:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Tue Apr 12 08:55:46 2016	(r413106)
+++ head/graphics/pngcrush/Makefile	Tue Apr 12 09:08:33 2016	(r413107)
@@ -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}/

Modified: head/graphics/pngcrush/distinfo
==============================================================================
--- head/graphics/pngcrush/distinfo	Tue Apr 12 08:55:46 2016	(r413106)
+++ head/graphics/pngcrush/distinfo	Tue Apr 12 09:08:33 2016	(r413107)
@@ -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


More information about the svn-ports-all mailing list