Received: by mail.netbsd.org (Postfix, from userid 605) id 39BBB84D7F; Fri, 24 Nov 2017 13:19:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9E5C84D24 for ; Fri, 24 Nov 2017 13:19:48 +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 UClan_GEO15Q for ; Fri, 24 Nov 2017 13:19:48 +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 4748984C6C for ; Fri, 24 Nov 2017 13:19:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DDFEFB40; Fri, 24 Nov 2017 13:19:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511529588229370" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 13:19:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/p5-JSON To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171124131948.3DDFEFB40@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. --_----------=_1511529588229370 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:19:48 UTC 2017 Modified Files: pkgsrc/converters/p5-JSON: Makefile distinfo Log Message: p5-JSON: update to 2.97000. 2.97000 2017-11-21 - updated backportPP with JSON::PP 2.97000 - use 5 digit minor version number for a while to avoid confusion - fixed is_bool to use blessed() instead of ref() 2.96 2017-11-20 - fixed packaging issue - updated backportPP with JSON::PP 2.96 - not to use newer Test::More features (RT-122421; ilmari++) 2.95 2017-11-20 - updated backportPP with JSON::PP 2.95 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/converters/p5-JSON/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/converters/p5-JSON/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511529588229370 Content-Disposition: inline Content-Length: 1664 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.31 pkgsrc/converters/p5-JSON/Makefile:1.32 --- pkgsrc/converters/p5-JSON/Makefile:1.31 Mon Jun 5 14:22:21 2017 +++ pkgsrc/converters/p5-JSON/Makefile Fri Nov 24 13:19:48 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2017/06/05 14:22:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2017/11/24 13:19:48 wiz Exp $ -DISTNAME= JSON-2.94 +DISTNAME= JSON-2.97000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} Index: pkgsrc/converters/p5-JSON/distinfo diff -u pkgsrc/converters/p5-JSON/distinfo:1.22 pkgsrc/converters/p5-JSON/distinfo:1.23 --- pkgsrc/converters/p5-JSON/distinfo:1.22 Sun Jun 4 02:49:37 2017 +++ pkgsrc/converters/p5-JSON/distinfo Fri Nov 24 13:19:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/06/04 02:49:37 jklos Exp $ +$NetBSD: distinfo,v 1.23 2017/11/24 13:19:48 wiz Exp $ -SHA1 (JSON-2.94.tar.gz) = a30c5897bcb2068624f6e1e8669a1d23dd4365aa -RMD160 (JSON-2.94.tar.gz) = 491c45e149fc6dc7e3f3e11174947c1a037b4678 -SHA512 (JSON-2.94.tar.gz) = 0a20562441d525ee37fff467111f7d65124525e06b4f825079948752da2a983757e719025dd2ab896115b34ba146b4c495f738e4f005542dce0b058440c73a46 -Size (JSON-2.94.tar.gz) = 82629 bytes +SHA1 (JSON-2.97000.tar.gz) = 267b598f09acf0411b39e9647c390a21e8ee6663 +RMD160 (JSON-2.97000.tar.gz) = bc4de04f257093a086426ab9e7e97fce5bdd69a1 +SHA512 (JSON-2.97000.tar.gz) = 7f11faa7a27fdaef65e252f3d7e7625108df733d0f49b4175fec8d71b5222de8c2deceb615bdce4d00bde20591dfb1f2a80f2b881cba50f1092933de255be0fa +Size (JSON-2.97000.tar.gz) = 82804 bytes --_----------=_1511529588229370--