Date: Wed, 5 Nov 2014 19:26:34 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372204 - head/graphics/pngcrush Message-ID: <201411051926.sA5JQYjf045612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Wed Nov 5 19:26:33 2014 New Revision: 372204 URL: https://svnweb.freebsd.org/changeset/ports/372204 QAT: https://qat.redports.org/buildarchive/r372204/ Log: - Update to 1.7.80 * Fixed bug in -plte_len N option. * Added "-reduce_palette" and "-noreduce_palette" options. Enable reduce_palette when the "-new" or "-reduce" option is used. PR: 194790 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 Wed Nov 5 18:23:30 2014 (r372203) +++ head/graphics/pngcrush/Makefile Wed Nov 5 19:26:33 2014 (r372204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.78 +PORTVERSION= 1.7.80 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 Wed Nov 5 18:23:30 2014 (r372203) +++ head/graphics/pngcrush/distinfo Wed Nov 5 19:26:33 2014 (r372204) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.78-nolib.tar.xz) = 59bfa327603059ea5db9c3a541df4ed68ce96ad6265f65dd7ac8c205a75f2c8f -SIZE (pngcrush-1.7.78-nolib.tar.xz) = 58984 +SHA256 (pngcrush-1.7.80-nolib.tar.xz) = 333d343e6bd893735af5f4ee85f254c02fb5657208faf731a4f24d358eabe386 +SIZE (pngcrush-1.7.80-nolib.tar.xz) = 59124
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051926.sA5JQYjf045612>