Received: by mail.netbsd.org (Postfix, from userid 605) id E12E884E7A; Sat, 24 Nov 2018 03:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E00E984D63 for ; Sat, 24 Nov 2018 03:49:08 +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 cfRkh5_K9PhN for ; Sat, 24 Nov 2018 03:49:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3185A84D38 for ; Sat, 24 Nov 2018 03:49:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AD46FB1F; Sat, 24 Nov 2018 03:49:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543031348135420" MIME-Version: 1.0 Date: Sat, 24 Nov 2018 03:49:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/converters/p5-Cpanel-JSON-XS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181124034908.2AD46FB1F@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. --_----------=_1543031348135420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Nov 24 03:49:08 UTC 2018 Modified Files: pkgsrc/converters/p5-Cpanel-JSON-XS: Makefile distinfo Log Message: Update to 4.07 Upstream changes: 4.07 2018-11-02 (rurban) - Silence Gconvert -Wunused-result. gcvt returns a string, sprintf int, so suppress the retval To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile cvs rdiff -u -r1.4 -r1.5 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. --_----------=_1543031348135420 Content-Disposition: inline Content-Length: 1837 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.5 pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile:1.6 --- pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile:1.5 Sun Aug 26 06:13:37 2018 +++ pkgsrc/converters/p5-Cpanel-JSON-XS/Makefile Sat Nov 24 03:49:07 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2018/08/26 06:13:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/11/24 03:49:07 wen Exp $ -DISTNAME= Cpanel-JSON-XS-4.06 +DISTNAME= Cpanel-JSON-XS-4.07 PKGNAME= p5-${DISTNAME} 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.4 pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo:1.5 --- pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo:1.4 Sun Aug 26 06:13:37 2018 +++ pkgsrc/converters/p5-Cpanel-JSON-XS/distinfo Sat Nov 24 03:49:07 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/08/26 06:13:37 wiz Exp $ +$NetBSD: distinfo,v 1.5 2018/11/24 03:49:07 wen Exp $ -SHA1 (Cpanel-JSON-XS-4.06.tar.gz) = acf89dbf851a0c4dab3328964bda9caa8b1d5b4a -RMD160 (Cpanel-JSON-XS-4.06.tar.gz) = 49e480544a2381d59a6625540d3521c9ac0bc8d2 -SHA512 (Cpanel-JSON-XS-4.06.tar.gz) = df765265c23982a6c5eb80d16d9c9e3b3ab9f0b34aa130df8da084936aa2b7e9f4b362466948925df7be9c448892eef93017cf1fa7be7f640b62c83493829cec -Size (Cpanel-JSON-XS-4.06.tar.gz) = 231698 bytes +SHA1 (Cpanel-JSON-XS-4.07.tar.gz) = 22ad28393d538b3ceb8677ccf1ee796fe7c80aae +RMD160 (Cpanel-JSON-XS-4.07.tar.gz) = 8158b6bd69c744405a07fe514f006b56de0999a4 +SHA512 (Cpanel-JSON-XS-4.07.tar.gz) = f8136702c7da4c04d210025ee6c9e5095c07f67012f1ad2f35e8dcce204bd826569c036f87e50e34b30c461a149cba4f4da66ee60e30c9f7e5f402fadf529a57 +Size (Cpanel-JSON-XS-4.07.tar.gz) = 238152 bytes --_----------=_1543031348135420--