Received: by mail.netbsd.org (Postfix, from userid 605) id 9B17584D80; Mon, 26 Apr 2021 15:10:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D54D284D72 for ; Mon, 26 Apr 2021 15:10:34 +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 FnsFELL1XGEz for ; Mon, 26 Apr 2021 15:10:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2122184CD9 for ; Mon, 26 Apr 2021 15:10:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E3C8FA95; Mon, 26 Apr 2021 15:10:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619449834142460" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 15:10:34 +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: <20210426151034.1E3C8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619449834142460 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:10:33 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/p5-Test-Output to 1.033 To generate a diff of this commit: cvs rdiff -u -r1.2386 -r1.2387 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20543 -r1.20544 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619449834142460 Content-Disposition: inline Content-Length: 1333 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.2386 pkgsrc/doc/CHANGES-2021:1.2387 --- pkgsrc/doc/CHANGES-2021:1.2386 Mon Apr 26 15:08:20 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Apr 26 15:10:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2386 2021/04/26 15:08:20 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2387 2021/04/26 15:10:33 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3727,3 +3727,4 @@ Changes to the packages collection and i 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] + Updated devel/p5-Test-Output to 1.033 [wiz 2021-04-26] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20543 pkgsrc/doc/TODO:1.20544 --- pkgsrc/doc/TODO:1.20543 Mon Apr 26 15:08:20 2021 +++ pkgsrc/doc/TODO Mon Apr 26 15:10:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20543 2021/04/26 15:08:20 wiz Exp $ +$NetBSD: TODO,v 1.20544 2021/04/26 15:10:33 wiz Exp $ Suggested new packages ====================== @@ -1294,7 +1294,6 @@ For possible Perl packages updates, see o p5-Test-Class-0.52 o p5-Test-EOL-2.02 o p5-Test-MockModule-0.176.0 - o p5-Test-Output-1.033 o p5-Test-Script-1.27 o p5-Test-TempDir-0.018 o p5-Test2-Suite-0.000139 --_----------=_1619449834142460--