Received: by mail.netbsd.org (Postfix, from userid 605) id 7C04E84D51; Fri, 30 Sep 2022 23:45:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABC0284D41 for ; Fri, 30 Sep 2022 23:44:59 +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 l2Z8E5XEkVvj for ; Fri, 30 Sep 2022 23:44:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2711F84D00 for ; Fri, 30 Sep 2022 23:44:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20854FA90; Fri, 30 Sep 2022 23:44:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166458149995040" MIME-Version: 1.0 Date: Fri, 30 Sep 2022 23:44:59 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/converters/p5-JSON-MaybeXS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20220930234459.20854FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166458149995040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Sep 30 23:44:59 UTC 2022 Modified Files: pkgsrc/converters/p5-JSON-MaybeXS: Makefile distinfo Log Message: Update to 1.004004 Upstream changes: 1.004004 - 2022-09-17 - slight speed optimization for is_bool() 1.004003 - 2020-11-13 - fix another test that fails when JSON::XS is installed, but below version 3.0 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/converters/p5-JSON-MaybeXS/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/p5-JSON-MaybeXS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166458149995040 Content-Disposition: inline Content-Length: 1735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-JSON-MaybeXS/Makefile diff -u pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.26 pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.27 --- pkgsrc/converters/p5-JSON-MaybeXS/Makefile:1.26 Tue Jun 28 11:31:10 2022 +++ pkgsrc/converters/p5-JSON-MaybeXS/Makefile Fri Sep 30 23:44:58 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2022/06/28 11:31:10 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/09/30 23:44:58 wen Exp $ -DISTNAME= JSON-MaybeXS-1.004002 +DISTNAME= JSON-MaybeXS-1.004004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= converters www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} Index: pkgsrc/converters/p5-JSON-MaybeXS/distinfo diff -u pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.14 pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.15 --- pkgsrc/converters/p5-JSON-MaybeXS/distinfo:1.14 Tue Oct 26 10:06:46 2021 +++ pkgsrc/converters/p5-JSON-MaybeXS/distinfo Fri Sep 30 23:44:58 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:06:46 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/09/30 23:44:58 wen Exp $ -BLAKE2s (JSON-MaybeXS-1.004002.tar.gz) = e54a97ff46963c46c51dd6218269507903e7e12f28f7d989f114aab9651f0b51 -SHA512 (JSON-MaybeXS-1.004002.tar.gz) = 5e8965323051f34e8b0f2ad9ed2eb7ec05a6479112c1c56c450f7d3224e82bf382f643e897c33f11218e2fb7d8807ad3c5306f83b7eb53081602d9d8fafc4fbe -Size (JSON-MaybeXS-1.004002.tar.gz) = 22555 bytes +BLAKE2s (JSON-MaybeXS-1.004004.tar.gz) = a74d9072d7ef5a66a7e8394bbe594a53b32dd537e1438e425590619c0376a39d +SHA512 (JSON-MaybeXS-1.004004.tar.gz) = b3ed3a0993c0671f49cbb6bde72b58f3dc55d807b42cfa98702e92daea177fdd8f71cccda962daedf98fb0d77d043a95558a670eda70c8e929791e52229bab9d +Size (JSON-MaybeXS-1.004004.tar.gz) = 22610 bytes --_----------=_166458149995040--