From owner-svn-ports-all@freebsd.org Tue Apr 12 09:08:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79E70B0CF14; Tue, 12 Apr 2016 09:08:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2F0E213C1; Tue, 12 Apr 2016 09:08:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3C98Xl2019681; Tue, 12 Apr 2016 09:08:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3C98XPK019679; Tue, 12 Apr 2016 09:08:33 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604120908.u3C98XPK019679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 12 Apr 2016 09:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413107 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 09:08:34 -0000 Author: rakuco Date: Tue Apr 12 09:08:33 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 (maintainer) Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Tue Apr 12 08:55:46 2016 (r413106) +++ head/graphics/pngcrush/Makefile Tue Apr 12 09:08:33 2016 (r413107) @@ -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}/ Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Tue Apr 12 08:55:46 2016 (r413106) +++ head/graphics/pngcrush/distinfo Tue Apr 12 09:08:33 2016 (r413107) @@ -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