Received: by mail.netbsd.org (Postfix, from userid 605) id D1A3784F41; Sun, 8 Jan 2023 00:32:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1D9C84F41 for ; Sun, 8 Jan 2023 00:26:17 +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 uWwau_9SJVL9 for ; Sun, 8 Jan 2023 00:26:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 38DFF84F29 for ; Sun, 8 Jan 2023 00:26:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35C9CFA90; Sun, 8 Jan 2023 00:26:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673137577132930" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 00:26:17 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Moo To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108002617.35C9CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673137577132930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 00:26:17 UTC 2023 Modified Files: pkgsrc/devel/p5-Moo: Makefile distinfo Log Message: Update to 2.005005 Upstream changes: 2.005005 - 2023-01-05 - drop dependency on Test::Fatal To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/p5-Moo/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Moo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673137577132930 Content-Disposition: inline Content-Length: 1864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Moo/Makefile diff -u pkgsrc/devel/p5-Moo/Makefile:1.46 pkgsrc/devel/p5-Moo/Makefile:1.47 --- pkgsrc/devel/p5-Moo/Makefile:1.46 Tue Jun 28 11:32:49 2022 +++ pkgsrc/devel/p5-Moo/Makefile Sun Jan 8 00:26:17 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2022/06/28 11:32:49 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2023/01/08 00:26:17 wen Exp $ -DISTNAME= Moo-2.005004 +DISTNAME= Moo-2.005005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} @@ -19,8 +18,6 @@ DEPENDS+= p5-strictures>=2.000000:../../ DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into DEPENDS+= p5-Sub-Quote>=2.003001:../../devel/p5-Sub-Quote -TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal - PERL5_PACKLIST= auto/Moo/.packlist .include "../../lang/perl5/module.mk" Index: pkgsrc/devel/p5-Moo/distinfo diff -u pkgsrc/devel/p5-Moo/distinfo:1.35 pkgsrc/devel/p5-Moo/distinfo:1.36 --- pkgsrc/devel/p5-Moo/distinfo:1.35 Tue Oct 26 10:17:01 2021 +++ pkgsrc/devel/p5-Moo/distinfo Sun Jan 8 00:26:17 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2021/10/26 10:17:01 nia Exp $ +$NetBSD: distinfo,v 1.36 2023/01/08 00:26:17 wen Exp $ -BLAKE2s (Moo-2.005004.tar.gz) = 0e01ce7a0b75d111411a89a55de64af33fdab8245a0c593d535262c8939141a0 -SHA512 (Moo-2.005004.tar.gz) = a1335d180cd19dc7189bc1663efd5a05650d579c5e5d049fc4059a382d1eeb882fdd9cd2b107fdd40499e22a5c6196fc47c1334145101def531e5f5fd3cd0edf -Size (Moo-2.005004.tar.gz) = 108339 bytes +BLAKE2s (Moo-2.005005.tar.gz) = a7d86365e38b04df5f656fae7ddf12823139ffe4d0c53140d059b365899779a7 +SHA512 (Moo-2.005005.tar.gz) = e6b6cc491bb55ab0a7a57418d210da52990e8aa559fcf83c25838624caa0de1c919a229bab2b9c7e7c99cc9904706b64db169860d2c404449731e400ea1c5f79 +Size (Moo-2.005005.tar.gz) = 108583 bytes --_----------=_1673137577132930--