From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 06:05:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BADA52F2; Tue, 28 Apr 2015 06:05:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8D3C185D; Tue, 28 Apr 2015 06:05:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3S65aLt061106; Tue, 28 Apr 2015 06:05:36 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3S65awt061100; Tue, 28 Apr 2015 06:05:36 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201504280605.t3S65awt061100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Tue, 28 Apr 2015 06:05:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384887 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 06:05:36 -0000 Author: vg Date: Tue Apr 28 06:05:35 2015 New Revision: 384887 URL: https://svnweb.freebsd.org/changeset/ports/384887 Log: - Update to 1.7.85 Changelog: * Improved reporting of invalid chunk names. Does not try to put non-printable characters in STDERR; displays hex numbers instead. * Fixed include path for utime.h on MSVC (Louis McLaughlin). * Eliminated "FAR" memory support (it was removed from libpng at version 1.6.0). * Disabled the "-already_crushed" option which does not really work well. PR: ports/199520 Submitted by: Anton Sayetsky (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Tue Apr 28 05:42:27 2015 (r384886) +++ head/graphics/pngcrush/Makefile Tue Apr 28 06:05:35 2015 (r384887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.84 +PORTVERSION= 1.7.85 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 Tue Apr 28 05:42:27 2015 (r384886) +++ head/graphics/pngcrush/distinfo Tue Apr 28 06:05:35 2015 (r384887) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.84-nolib.tar.xz) = 2d45b172ce334945edabf33321a8712ebbf8692490a5e37c6a28e18dbba7b4c2 -SIZE (pngcrush-1.7.84-nolib.tar.xz) = 60052 +SHA256 (pngcrush-1.7.85-nolib.tar.xz) = 296cef699cac7b23c02f5458e4fd7fe3b07ee4748a69928c7d51743198f56cc3 +SIZE (pngcrush-1.7.85-nolib.tar.xz) = 59828