Received: by mail.netbsd.org (Postfix, from userid 605) id 0671984D73; Mon, 26 Apr 2021 14:38:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4084484D6D for ; Mon, 26 Apr 2021 14:38:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2MKEIdTnxrv4 for ; Mon, 26 Apr 2021 14:38:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9181384CD9 for ; Mon, 26 Apr 2021 14:38:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F8BDFA95; Mon, 26 Apr 2021 14:38:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619447904158310" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 14:38:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210426143824.8F8BDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619447904158310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 14:38:24 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated converters/p5-JSON-XS to 4.03 To generate a diff of this commit: cvs rdiff -u -r1.2362 -r1.2363 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20526 -r1.20527 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619447904158310 Content-Disposition: inline Content-Length: 1326 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2362 pkgsrc/doc/CHANGES-2021:1.2363 --- pkgsrc/doc/CHANGES-2021:1.2362 Mon Apr 26 14:37:22 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Apr 26 14:38:23 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2362 2021/04/26 14:37:22 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2363 2021/04/26 14:38:23 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3702,3 +3702,4 @@ Changes to the packages collection and i Updated devel/cbindgen to 0.19.0 [ryoon 2021-04-26] Updated converters/p5-JSON to 4.03 [wiz 2021-04-26] Updated converters/p5-JSON-Parse to 0.61 [wiz 2021-04-26] + Updated converters/p5-JSON-XS to 4.03 [wiz 2021-04-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20526 pkgsrc/doc/TODO:1.20527 --- pkgsrc/doc/TODO:1.20526 Mon Apr 26 14:37:22 2021 +++ pkgsrc/doc/TODO Mon Apr 26 14:38:24 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20526 2021/04/26 14:37:22 wiz Exp $ +$NetBSD: TODO,v 1.20527 2021/04/26 14:38:24 wiz Exp $ Suggested new packages ====================== @@ -1257,7 +1257,6 @@ For possible Perl packages updates, see o p5-IO-Interactive-1.023 o p5-IO-Tty-1.16 o p5-JSON-MaybeXS-1.004003 - o p5-JSON-XS-4.03 o p5-LEOCHARRE-Dir-1.09 o p5-List-MoreUtils-0.430 o p5-List-MoreUtils-XS-0.430 --_----------=_1619447904158310--