Received: by mail.netbsd.org (Postfix, from userid 605) id 806A384E43; Fri, 24 Aug 2018 06:12:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5655D84D7A for ; Fri, 24 Aug 2018 06:11:42 +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 TT3J228JpPaK for ; Fri, 24 Aug 2018 06:11:41 +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 9855884D40 for ; Fri, 24 Aug 2018 06:11:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 949B6FBEC; Fri, 24 Aug 2018 06:11:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153509110115800" MIME-Version: 1.0 Date: Fri, 24 Aug 2018 06:11:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/p5-Cpanel-JSON-XS To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180824061141.949B6FBEC@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. --_----------=_153509110115800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 24 06:11:41 UTC 2018 Modified Files: pkgsrc/converters/p5-Cpanel-JSON-XS: Makefile distinfo Log Message: p5-Cpanel-JSON-XS: update to 4.05. 4.05 2018-08-19 (rurban) - Set decoded type (PR #115 by Pali) - Add json_type_weaken (PR #114 by Pali) - Fix tests for 5.6 (rurban, pali) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153509110115800 Content-Disposition: inline Content-Length: 1855 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile diff -u pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile:1.3 pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile:1.4 --- pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile:1.3 Wed Aug 22 09:43:06 2018 +++ pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile Fri Aug 24 06:11:41 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2018/08/24 06:11:41 wiz Exp $ -DISTNAME= Cpanel-JSON-XS-4.04 +DISTNAME= Cpanel-JSON-XS-4.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RU/RURBAN/} Index: pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo diff -u pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo:1.2 pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo:1.3 --- pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo:1.2 Sun Jun 24 06:49:22 2018 +++ pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo Fri Aug 24 06:11:41 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/06/24 06:49:22 wiz Exp $ +$NetBSD: distinfo,v 1.3 2018/08/24 06:11:41 wiz Exp $ -SHA1 (Cpanel-JSON-XS-4.04.tar.gz) = 27e091bf54271b1e53fbb50c2d3c00b60ce74a61 -RMD160 (Cpanel-JSON-XS-4.04.tar.gz) = ea4c56a3b50f216ab2b8b0d7e64d1206c5a0e5cd -SHA512 (Cpanel-JSON-XS-4.04.tar.gz) = 6b2479ee89f2b8c79ef979cecbdb6f29c28ee37ab530eabc9070728ba37063be3c5836571bea84d537dc93f8586cca71fd3bdca5e420c1d6a2eabf2547ca1db7 -Size (Cpanel-JSON-XS-4.04.tar.gz) = 229733 bytes +SHA1 (Cpanel-JSON-XS-4.05.tar.gz) = b6420b8fd362ebf5b1a3449e9c8aa8a5f7be3309 +RMD160 (Cpanel-JSON-XS-4.05.tar.gz) = 541c0bcf26a545743da1172eda534b36c4d62e8a +SHA512 (Cpanel-JSON-XS-4.05.tar.gz) = fb9fc2ad3e4660706281c0fe6c32385a58913668d7c0008bf2f89a6eebe49933836f09e0eee96575c981cd16dda32559958a4c1539c48b1080cb47ad636c673c +Size (Cpanel-JSON-XS-4.05.tar.gz) = 231219 bytes --_----------=_153509110115800--