Created attachment 169223 [details] patch for update Changelog:
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.
Created attachment 169224 [details] stage & qa log
A commit references this bug: Author: rakuco Date: Tue Apr 12 09:08:33 UTC 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) Changes: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo
Committed, thanks.