Received: by mail.netbsd.org (Postfix, from userid 605) id 6662984D7F; Mon, 26 Apr 2021 15:08:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A39F184D72 for ; Mon, 26 Apr 2021 15:08:21 +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 dsi6nBF2xNrT for ; Mon, 26 Apr 2021 15:08:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 008D384CD9 for ; Mon, 26 Apr 2021 15:08:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2BDCFA95; Mon, 26 Apr 2021 15:08:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619449700120790" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 15:08:20 +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: <20210426150820.F2BDCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619449700120790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 15:08:20 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/p5-Test-Manifest to 2.022 To generate a diff of this commit: cvs rdiff -u -r1.2385 -r1.2386 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20542 -r1.20543 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619449700120790 Content-Disposition: inline Content-Length: 1334 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.2385 pkgsrc/doc/CHANGES-2021:1.2386 --- pkgsrc/doc/CHANGES-2021:1.2385 Mon Apr 26 15:07:26 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Apr 26 15:08:20 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2385 2021/04/26 15:07:26 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2386 2021/04/26 15:08:20 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3726,3 +3726,4 @@ Changes to the packages collection and i Updated devel/p5-Term-ReadLine-Gnu to 1.40 [wiz 2021-04-26] Updated net/s6-networking to 2.4.1.1 [schmonz 2021-04-26] Updated devel/p5-Test-LeakTrace to 0.17 [wiz 2021-04-26] + Updated devel/p5-Test-Manifest to 2.022 [wiz 2021-04-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20542 pkgsrc/doc/TODO:1.20543 --- pkgsrc/doc/TODO:1.20542 Mon Apr 26 15:07:26 2021 +++ pkgsrc/doc/TODO Mon Apr 26 15:08:20 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20542 2021/04/26 15:07:26 wiz Exp $ +$NetBSD: TODO,v 1.20543 2021/04/26 15:08:20 wiz Exp $ Suggested new packages ====================== @@ -1293,7 +1293,6 @@ For possible Perl packages updates, see o p5-Term-Size-0.211 o p5-Test-Class-0.52 o p5-Test-EOL-2.02 - o p5-Test-Manifest-2.022 o p5-Test-MockModule-0.176.0 o p5-Test-Output-1.033 o p5-Test-Script-1.27 --_----------=_1619449700120790--