From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 5 15:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B601F123 for ; Sat, 5 Apr 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 89BB8A8D for ; Sat, 5 Apr 2014 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35F00m7030723 for ; Sat, 5 Apr 2014 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35F00wO030722; Sat, 5 Apr 2014 15:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 5 Apr 2014 15:00:00 GMT Resent-Message-Id: <201404051500.s35F00wO030722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC39BDDE for ; Sat, 5 Apr 2014 14:50:22 +0000 (UTC) Received: from mail.lds.net.ua (mail.lds.net.ua [193.192.36.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE5AA39 for ; Sat, 5 Apr 2014 14:50:21 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.lds.net.ua (Postfix) with ESMTP id D597A4BB for ; Sat, 5 Apr 2014 17:44:25 +0300 (EEST) Received: from mail.lds.net.ua ([127.0.0.1]) by localhost (mail.lds.net.ua [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7N-J0mSokrCI for ; Sat, 5 Apr 2014 17:44:17 +0300 (EEST) Received: from cs0.ntop.tv (mirror.linux.lg.ua [94.158.46.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lds.net.ua (Postfix) with ESMTPS for ; Sat, 5 Apr 2014 17:44:17 +0300 (EEST) Received: from cs0.ntop.tv (localhost [127.0.0.1]) by cs0.ntop.tv (8.14.7/8.14.7) with ESMTP id s35EiHPG077464 for ; Sat, 5 Apr 2014 17:44:17 +0300 (EEST) (envelope-from jason@cs0.ntop.tv) Received: (from root@localhost) by cs0.ntop.tv (8.14.7/8.14.7/Submit) id s35EiCIs077463; Sat, 5 Apr 2014 17:44:12 +0300 (EEST) (envelope-from jason) Message-Id: <201404051444.s35EiCIs077463@cs0.ntop.tv> Date: Sat, 5 Apr 2014 17:44:12 +0300 (EEST) From: Anton Sayetsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188290: [maintainer update] [patch] graphics/pngcrush: update to 1.7.73 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anton Sayetsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 15:00:00 -0000 >Number: 188290 >Category: ports >Synopsis: [maintainer update] [patch] graphics/pngcrush: update to 1.7.73 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 05 15:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD cs0.local 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0 r262976: Mon Mar 10 19:45:19 EET 2014 root@cs0.local:/usr/obj/usr/src/sys/FSRV amd64 >Description: There is a new version. Changelog: * Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored. * Changed "fix" internal variable name to "salvage" (still set with "-fix") * Added code to fix/salvage PNG with "bad adaptive filter value" error. * Avoid calculating CRC during compression trials except for the last trial, when the output is actually written. * Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option. >How-To-Repeat: >Fix: --- patch.txt begins here --- Index: /usr/ports/graphics/pngcrush/Makefile =================================================================== --- /usr/ports/graphics/pngcrush/Makefile (revision 350189) +++ /usr/ports/graphics/pngcrush/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.72 +PORTVERSION= 1.7.73 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ Index: /usr/ports/graphics/pngcrush/distinfo =================================================================== --- /usr/ports/graphics/pngcrush/distinfo (revision 350189) +++ /usr/ports/graphics/pngcrush/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.72-nolib.tar.xz) = 8c253f47de7be7e33d5d10879be9240b94b38d2e15fdddd709c9ad9b8c037042 -SIZE (pngcrush-1.7.72-nolib.tar.xz) = 58388 +SHA256 (pngcrush-1.7.73-nolib.tar.xz) = 14ac277a91d099a38df04c4f82d6c1c79ae67ee258e576b835836be0540a7e1c +SIZE (pngcrush-1.7.73-nolib.tar.xz) = 58868 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: