Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 55D821A921F for ; Sun, 3 Apr 2022 08:07:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9FC1484EAC; Sun, 3 Apr 2022 08:07:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA01C84E89 for ; Sun, 3 Apr 2022 08:07:33 +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 Pgho6Hh1_R46 for ; Sun, 3 Apr 2022 08:07:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5D86384CD8 for ; Sun, 3 Apr 2022 08:07:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5109CFB24; Sun, 3 Apr 2022 08:07:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1648973253264270" MIME-Version: 1.0 Date: Sun, 3 Apr 2022 08:07:33 +0000 From: "Adrian Steinmann" Subject: CVS commit: pkgsrc/converters/p5-JSON To: pkgsrc-changes@NetBSD.org Reply-To: ast@netbsd.org X-Mailer: log_accum Message-Id: <20220403080733.5109CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1648973253264270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ast Date: Sun Apr 3 08:07:33 UTC 2022 Modified Files: pkgsrc/converters/p5-JSON: Makefile distinfo Log Message: Update to 4.05 Upstream changes: 4.05 2022-01-14 - removed VERSION section in pod (GH#52, abraxxa++) 4.04 2021-12-17 - updated backportPP with JSON::PP 4.07 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/converters/p5-JSON/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/converters/p5-JSON/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1648973253264270 Content-Disposition: inline Content-Length: 1506 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-JSON/Makefile diff -u pkgsrc/converters/p5-JSON/Makefile:1.42 pkgsrc/converters/p5-JSON/Makefile:1.43 --- pkgsrc/converters/p5-JSON/Makefile:1.42 Mon May 24 19:49:21 2021 +++ pkgsrc/converters/p5-JSON/Makefile Sun Apr 3 08:07:33 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2021/05/24 19:49:21 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2022/04/03 08:07:33 ast Exp $ -DISTNAME= JSON-4.03 +DISTNAME= JSON-4.05 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= converters perl5 Index: pkgsrc/converters/p5-JSON/distinfo diff -u pkgsrc/converters/p5-JSON/distinfo:1.30 pkgsrc/converters/p5-JSON/distinfo:1.31 --- pkgsrc/converters/p5-JSON/distinfo:1.30 Tue Oct 26 10:06:45 2021 +++ pkgsrc/converters/p5-JSON/distinfo Sun Apr 3 08:07:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2021/10/26 10:06:45 nia Exp $ +$NetBSD: distinfo,v 1.31 2022/04/03 08:07:33 ast Exp $ -BLAKE2s (JSON-4.03.tar.gz) = 575e1c35758cdbc2d5123ba11b12dc953b8b3c4ba4ee51ce335a065d0950d599 -SHA512 (JSON-4.03.tar.gz) = 5910818d3a866a50ea655da7d9ae617f21d3bc7e8511d35cff96ec4ea04fe553638c7843422cf2d00c37835a6d9f931b1defd224f57c40a3e52d7cef4684ef8c -Size (JSON-4.03.tar.gz) = 91373 bytes +BLAKE2s (JSON-4.05.tar.gz) = a3cfd84070211d9ebb7719b1d004fee46815bd1162b80118b8e45d94e4fcf9fc +SHA512 (JSON-4.05.tar.gz) = 2655d78baee5d986779f66ab0bb93e9943dcd9eefb06033b76130282e64104c8eb5b702c0edeb69fe3c2b6edb2125b3bf338b7923c50bf702a8c35f09a7bde65 +Size (JSON-4.05.tar.gz) = 91829 bytes --_----------=_1648973253264270--