Received: by mail.netbsd.org (Postfix, from userid 605) id 3B27084D99; Fri, 24 Nov 2017 13:20:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBFA884D24 for ; Fri, 24 Nov 2017 13:20:56 +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 dEMyrzj6GKAD for ; Fri, 24 Nov 2017 13:20:56 +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 47DFD84C6C for ; Fri, 24 Nov 2017 13:20:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46174FB40; Fri, 24 Nov 2017 13:20:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511529656115100" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 13:20:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/p5-JSON-PP To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171124132056.46174FB40@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. --_----------=_1511529656115100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 24 13:20:56 UTC 2017 Modified Files: pkgsrc/converters/p5-JSON-PP: Makefile distinfo Log Message: p5-JSON-PP: update to 2.97000. 2.97000 2017-11-21 - fix is_bool to use blessed() instead of ref() (jwrightecs++) - use 5 digit minor version number for a while to avoid confusion (GH#33, dansut) 2.96 2017-11-20 - not to use newer Test::More features (RT-122421 for JSON) 2.95 2017-11-20 - json_pp now prints an encoded json string (RT#123653) - fix is_bool to use ->isa("JSON::PP::Boolean"), instead of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/p5-JSON-PP/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/p5-JSON-PP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511529656115100 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-JSON-PP/Makefile diff -u pkgsrc/converters/p5-JSON-PP/Makefile:1.13 pkgsrc/converters/p5-JSON-PP/Makefile:1.14 --- pkgsrc/converters/p5-JSON-PP/Makefile:1.13 Sun Sep 17 08:13:27 2017 +++ pkgsrc/converters/p5-JSON-PP/Makefile Fri Nov 24 13:20:56 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/09/17 08:13:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/11/24 13:20:56 wiz Exp $ -DISTNAME= JSON-PP-2.94 +DISTNAME= JSON-PP-2.97000 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} Index: pkgsrc/converters/p5-JSON-PP/distinfo diff -u pkgsrc/converters/p5-JSON-PP/distinfo:1.7 pkgsrc/converters/p5-JSON-PP/distinfo:1.8 --- pkgsrc/converters/p5-JSON-PP/distinfo:1.7 Sun Sep 17 08:13:27 2017 +++ pkgsrc/converters/p5-JSON-PP/distinfo Fri Nov 24 13:20:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/09/17 08:13:27 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/11/24 13:20:56 wiz Exp $ -SHA1 (JSON-PP-2.94.tar.gz) = aec9fea13e2e5ab60b73e4cbd38eaacbf8c42007 -RMD160 (JSON-PP-2.94.tar.gz) = 207a24e24637e6b26d8446beb552a474662d14d2 -SHA512 (JSON-PP-2.94.tar.gz) = 7873b52b5509dbd2d7c559718fd8be068ad3f65cafd10e46ac54c577c6331fba3c3ab908ec95f9e3bbcebd057429906a70ff7ebabe3a871ce5e094ba39769d37 -Size (JSON-PP-2.94.tar.gz) = 46646 bytes +SHA1 (JSON-PP-2.97000.tar.gz) = 1f6e26b3c0c41737b49caa550e7b17f24c0b0b72 +RMD160 (JSON-PP-2.97000.tar.gz) = 933898ab2d15d7870e77ce77a878f1be8390ab11 +SHA512 (JSON-PP-2.97000.tar.gz) = df79d8c6f3bd08e731979f53c35f7e3e20ffe1ec9cffe6587d7c75cc4e5aabf10578ac19f0336e7f2394bff6c331adb111981f908098962a86f66ae9ccd0121a +Size (JSON-PP-2.97000.tar.gz) = 46856 bytes --_----------=_1511529656115100--