Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 09:08:33 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413107 - head/graphics/pngcrush
Message-ID:  <201604120908.u3C98XPK019679@repo.freebsd.org>

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



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