Skip to content

Commit

Permalink
Update to 1.8.1.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rakuco committed Apr 12, 2016
1 parent 96bc04b commit ef72ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphics/pngcrush/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
Expand Down
4 changes: 2 additions & 2 deletions graphics/pngcrush/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef72ab4

Please sign in to comment.