Received: by mail.netbsd.org (Postfix, from userid 605) id 6DFD684D55; Sun, 10 Oct 2021 01:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8F3384D26 for ; Sun, 10 Oct 2021 01:27:03 +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 xahiHsPBH3yC for ; Sun, 10 Oct 2021 01:27:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24E2B84D24 for ; Sun, 10 Oct 2021 01:27:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B9EAFA97; Sun, 10 Oct 2021 01:27:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633829223250170" MIME-Version: 1.0 Date: Sun, 10 Oct 2021 01:27:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-MetaCPAN-Client To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211010012703.1B9EAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633829223250170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Oct 10 01:27:03 UTC 2021 Modified Files: pkgsrc/devel/p5-MetaCPAN-Client: Makefile distinfo Log Message: Update to 2.029000 Upstream changes: 2.029000 20.12.20 * Added checksum_sha256 & checksum_md5 fields support (stigo, GH#110) * Cleanup old files (Mickey) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-MetaCPAN-Client/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-MetaCPAN-Client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633829223250170 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-MetaCPAN-Client/Makefile diff -u pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.27 pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.28 --- pkgsrc/devel/p5-MetaCPAN-Client/Makefile:1.27 Mon May 24 19:51:00 2021 +++ pkgsrc/devel/p5-MetaCPAN-Client/Makefile Sun Oct 10 01:27:02 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2021/05/24 19:51:00 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2021/10/10 01:27:02 wen Exp $ -DISTNAME= MetaCPAN-Client-2.028000 +DISTNAME= MetaCPAN-Client-2.029000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MICKEY/} Index: pkgsrc/devel/p5-MetaCPAN-Client/distinfo diff -u pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.18 pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.19 --- pkgsrc/devel/p5-MetaCPAN-Client/distinfo:1.18 Thu Oct 7 13:41:47 2021 +++ pkgsrc/devel/p5-MetaCPAN-Client/distinfo Sun Oct 10 01:27:02 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/10/07 13:41:47 nia Exp $ +$NetBSD: distinfo,v 1.19 2021/10/10 01:27:02 wen Exp $ -RMD160 (MetaCPAN-Client-2.028000.tar.gz) = 8437646670c7c447b1f53d120a9b020a898c66e5 -SHA512 (MetaCPAN-Client-2.028000.tar.gz) = b4c273f1409cddf69b9db2118e3c7312a72532f5676a2990dbb7b18ce2eed8784f76754dbb1f5cec2a64189f9790473a96d5aabf405acb36caa35822412f763c -Size (MetaCPAN-Client-2.028000.tar.gz) = 53689 bytes +RMD160 (MetaCPAN-Client-2.029000.tar.gz) = af8a990ef08c2daed5b6499567bb1ea028ffee10 +SHA512 (MetaCPAN-Client-2.029000.tar.gz) = f1bc369c2460307ed2a73b5913e5765feadaa34091f76030556457562356d4a6b2015c0df3acfb6793058e25bff4ee9dc25bd85e622ca75f438621fe12dc1410 +Size (MetaCPAN-Client-2.029000.tar.gz) = 53860 bytes --_----------=_1633829223250170--