Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 189B91A923D for ; Sat, 31 Oct 2020 19:41:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1BCF84E06; Sat, 31 Oct 2020 19:41:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38B0584CEE for ; Sat, 31 Oct 2020 19:41:27 +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 HBxF1QAF2UJx for ; Sat, 31 Oct 2020 19:41:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A65BE84CDC for ; Sat, 31 Oct 2020 19:41:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2DC7FB28; Sat, 31 Oct 2020 19:41:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604173286120590" MIME-Version: 1.0 Date: Sat, 31 Oct 2020 19:41:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201031194126.A2DC7FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604173286120590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Oct 31 19:41:26 UTC 2020 Modified Files: pkgsrc/graphics/libimagequant: Makefile distinfo Log Message: libimagequant: update to 2.13.0. Changes not documented. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/libimagequant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604173286120590 Content-Disposition: inline Content-Length: 1912 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libimagequant/Makefile diff -u pkgsrc/graphics/libimagequant/Makefile:1.18 pkgsrc/graphics/libimagequant/Makefile:1.19 --- pkgsrc/graphics/libimagequant/Makefile:1.18 Sun Feb 16 21:16:25 2020 +++ pkgsrc/graphics/libimagequant/Makefile Sat Oct 31 19:41:26 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/02/16 21:16:25 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/10/31 19:41:26 wiz Exp $ -DISTNAME= libimagequant-2.12.6 +DISTNAME= libimagequant-2.13.0 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/graphics/libimagequant/distinfo diff -u pkgsrc/graphics/libimagequant/distinfo:1.20 pkgsrc/graphics/libimagequant/distinfo:1.21 --- pkgsrc/graphics/libimagequant/distinfo:1.20 Sun Feb 16 21:16:25 2020 +++ pkgsrc/graphics/libimagequant/distinfo Sat Oct 31 19:41:26 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2020/02/16 21:16:25 adam Exp $ +$NetBSD: distinfo,v 1.21 2020/10/31 19:41:26 wiz Exp $ -SHA1 (libimagequant-2.12.6.tar.gz) = 950dd2cc5b7f611f365caa072601da1f0379d6c6 -RMD160 (libimagequant-2.12.6.tar.gz) = e8ea403a3228162b382b771e24d016cab0a77e76 -SHA512 (libimagequant-2.12.6.tar.gz) = 457a3ab4b6c05415b110a5b570c3122f256a543cbd15ec61ff5a1df9a493a390e898dcf9ad83457f1dab13a22e1bfc1c8ce28c49530093e1d500ff0abf181788 -Size (libimagequant-2.12.6.tar.gz) = 96355 bytes +SHA1 (libimagequant-2.13.0.tar.gz) = 61eb68e1ce3be942d48ffabd5dafcccd8c543363 +RMD160 (libimagequant-2.13.0.tar.gz) = dc8baf31ed1b26848b101bde6192c821534a4ecb +SHA512 (libimagequant-2.13.0.tar.gz) = 6e6a8a69bac49e8025a66613d6616e2aee7136d9cbe040ba1bd4ec2a209c503785c45c6217f6b381864ebc562ebf780b6d6ebc995638552b91b0134fa743df58 +Size (libimagequant-2.13.0.tar.gz) = 96036 bytes SHA1 (patch-Makefile) = e75e9fea798efed44e25b840d5d433f16e18522a SHA1 (patch-configure) = 452aca3dd76ac93d7b6b4cc8028ac97cd72d6eb7 --_----------=_1604173286120590--