Received: by mail.netbsd.org (Postfix, from userid 605) id 0C22B84D7E; Mon, 26 Apr 2021 14:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47E0784D75 for ; Mon, 26 Apr 2021 14:52:28 +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 fW7NAi86V8Cd for ; Mon, 26 Apr 2021 14:52:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9860984D74 for ; Mon, 26 Apr 2021 14:52:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 964BFFA95; Mon, 26 Apr 2021 14:52:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619448747292980" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 14:52:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210426145227.964BFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619448747292980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 14:52:27 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/p5-PadWalker to 2.5 To generate a diff of this commit: cvs rdiff -u -r1.2369 -r1.2370 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20533 -r1.20534 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619448747292980 Content-Disposition: inline Content-Length: 1310 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2369 pkgsrc/doc/CHANGES-2021:1.2370 --- pkgsrc/doc/CHANGES-2021:1.2369 Mon Apr 26 14:51:13 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Apr 26 14:52:27 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2369 2021/04/26 14:51:13 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2370 2021/04/26 14:52:27 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3709,3 +3709,4 @@ Changes to the packages collection and i Updated devel/p5-Moo to 2.005004 [wiz 2021-04-26] Updated devel/p5-MooX-HandlesVia to 0.001009 [wiz 2021-04-26] Updated devel/p5-Package-Stash to 0.39 [wiz 2021-04-26] + Updated devel/p5-PadWalker to 2.5 [wiz 2021-04-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20533 pkgsrc/doc/TODO:1.20534 --- pkgsrc/doc/TODO:1.20533 Mon Apr 26 14:51:14 2021 +++ pkgsrc/doc/TODO Mon Apr 26 14:52:27 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20533 2021/04/26 14:51:14 wiz Exp $ +$NetBSD: TODO,v 1.20534 2021/04/26 14:52:27 wiz Exp $ Suggested new packages ====================== @@ -1278,7 +1278,6 @@ For possible Perl packages updates, see o p5-PAR-1.017 o p5-PAR-Dist-0.51 o p5-PPIx-Regexp-0.080 - o p5-PadWalker-2.5 o p5-Params-Coerce-0.15 o p5-Params-Validate-1.30 o p5-Parse-PMFile-0.43 --_----------=_1619448747292980--