Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2016 12:12:11 +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: r410872 - head/graphics/pngcrush
Message-ID:  <201603121212.u2CCCBS7040584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Mar 12 12:12:11 2016
New Revision: 410872
URL: https://svnweb.freebsd.org/changeset/ports/410872

Log:
  Update to 1.8.0.
  
  Changelog:
  * Made "-reduce" and "-force" the default behavior.  Removed obsolete
    options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed",
    and "-bit_depth". Removed "things_have_changed" code.
  * Deleted png_read_update_info() statement that was mistakenly added to
    version 1.7.89. It caused "bad adaptive filter value" errors.
  * Suppress warning about "damaged LZ stream" when bailing out and building
    with libpng-1.7.0beta.
  * Added a LICENSE file to the distribution. It points to the actual
    license appearing in the NOTICES section near the top of pngcrush.c
  * Show if pngcrush is built with bundled or system libpng and zlib.
  * Fixed segfault while writing a -loco MNG (bug found with AFL, reported
    by Brian Carpenter). Bug was introduced in pngcrush-1.7.35.
  
  PR:		207801
  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	Sat Mar 12 12:07:00 2016	(r410871)
+++ head/graphics/pngcrush/Makefile	Sat Mar 12 12:12:11 2016	(r410872)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.88
+PORTVERSION=	1.8.0
 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	Sat Mar 12 12:07:00 2016	(r410871)
+++ head/graphics/pngcrush/distinfo	Sat Mar 12 12:12:11 2016	(r410872)
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.88-nolib.tar.xz) = d8fdfa25951465651b8f791bec3dc71acc4a752685885b41646f423a609f4855
-SIZE (pngcrush-1.7.88-nolib.tar.xz) = 60432
+SHA256 (pngcrush-1.8.0-nolib.tar.xz) = baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf
+SIZE (pngcrush-1.8.0-nolib.tar.xz) = 60224



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