Received: by mail.netbsd.org (Postfix, from userid 605) id 2A33C84DE8; Thu, 3 Jun 2021 19:09:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66A6C84CD8 for ; Thu, 3 Jun 2021 19:09:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8i-Qs57-uRP0 for ; Thu, 3 Jun 2021 19:09:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E30A784C13 for ; Thu, 3 Jun 2021 19:09:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCB77FA95; Thu, 3 Jun 2021 19:09:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622747373159170" MIME-Version: 1.0 Date: Thu, 3 Jun 2021 19:09:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/pngquant To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210603190933.DCB77FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622747373159170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 3 19:09:33 UTC 2021 Modified Files: pkgsrc/graphics/pngquant: Makefile distinfo Log Message: pngquant: updated to 2.15.1 2.15.1: Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/pngquant/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/pngquant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622747373159170 Content-Disposition: inline Content-Length: 1763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/pngquant/Makefile diff -u pkgsrc/graphics/pngquant/Makefile:1.7 pkgsrc/graphics/pngquant/Makefile:1.8 --- pkgsrc/graphics/pngquant/Makefile:1.7 Tue May 25 05:12:45 2021 +++ pkgsrc/graphics/pngquant/Makefile Thu Jun 3 19:09:33 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/05/25 05:12:45 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/06/03 19:09:33 adam Exp $ -DISTNAME= pngquant-2.15.0-src +DISTNAME= pngquant-2.15.1-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ Index: pkgsrc/graphics/pngquant/distinfo diff -u pkgsrc/graphics/pngquant/distinfo:1.5 pkgsrc/graphics/pngquant/distinfo:1.6 --- pkgsrc/graphics/pngquant/distinfo:1.5 Tue May 25 05:12:45 2021 +++ pkgsrc/graphics/pngquant/distinfo Thu Jun 3 19:09:33 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2021/05/25 05:12:45 adam Exp $ +$NetBSD: distinfo,v 1.6 2021/06/03 19:09:33 adam Exp $ -SHA1 (pngquant-2.15.0-src.tar.gz) = a3e15d3c96eb5f9b49af0884519181adf5cf882b -RMD160 (pngquant-2.15.0-src.tar.gz) = 993d9c2aadb220bb12efe1889a9cbffe9858b801 -SHA512 (pngquant-2.15.0-src.tar.gz) = 856d802016c91515a4f11952fc5287c3bfc288fae948279fdeaaafbcb219740024292146676c1c761a3eb65956db3067bf88cfe79414aa786b8accc4b2c8ae62 -Size (pngquant-2.15.0-src.tar.gz) = 149409 bytes +SHA1 (pngquant-2.15.1-src.tar.gz) = 97843fc4ddc81d4b8fae007f4fe687481176d557 +RMD160 (pngquant-2.15.1-src.tar.gz) = 176bf2be42152a7bddd3c4dbd7716cd39abd6072 +SHA512 (pngquant-2.15.1-src.tar.gz) = 9a39700994a877d779b275b73e259310fcbf92920d4d177dce4e046be442731b2b498e41d57e469ce32aa5f3c49e5f58e40552905d97e62f1231c1795c95457d +Size (pngquant-2.15.1-src.tar.gz) = 149278 bytes SHA1 (patch-configure) = 34165a94074a0e7f35b23794165589551d58ee08 --_----------=_1622747373159170--