Received: by mail.netbsd.org (Postfix, from userid 605) id CD8EC84DBF; Tue, 27 Apr 2021 16:24:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1512484DB1 for ; Tue, 27 Apr 2021 16:24:43 +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 M8__7W8nbas9 for ; Tue, 27 Apr 2021 16:24:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E1AF84D10 for ; Tue, 27 Apr 2021 16:24:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B6B5FA95; Tue, 27 Apr 2021 16:24:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619540682215460" MIME-Version: 1.0 Date: Tue, 27 Apr 2021 16:24:42 +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: <20210427162442.8B6B5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619540682215460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 27 16:24:42 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated textproc/p5-Text-Balanced to 2.04 To generate a diff of this commit: cvs rdiff -u -r1.2420 -r1.2421 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20572 -r1.20573 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619540682215460 Content-Disposition: inline Content-Length: 1569 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.2420 pkgsrc/doc/CHANGES-2021:1.2421 --- pkgsrc/doc/CHANGES-2021:1.2420 Tue Apr 27 16:21:22 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Apr 27 16:24:42 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2420 2021/04/27 16:21:22 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2421 2021/04/27 16:24:42 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3907,3 +3907,4 @@ Changes to the packages collection and i Updated math/flann-lib to 1.9.1 [thor 2021-04-27] Updated textproc/p5-Alien-Libxml2 to 0.17 [wiz 2021-04-27] Updated textproc/p5-Data-HexDump to 0.04 [wiz 2021-04-27] + Updated textproc/p5-Text-Balanced to 2.04 [wiz 2021-04-27] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20572 pkgsrc/doc/TODO:1.20573 --- pkgsrc/doc/TODO:1.20572 Tue Apr 27 16:21:22 2021 +++ pkgsrc/doc/TODO Tue Apr 27 16:24:42 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20572 2021/04/27 16:21:22 wiz Exp $ +$NetBSD: TODO,v 1.20573 2021/04/27 16:24:42 wiz Exp $ Suggested new packages ====================== @@ -1708,7 +1708,6 @@ For possible Perl packages updates, see o p5-Parse-Win32Registry-1.1 o p5-Perl-Critic-1.140 o p5-Perl-Tidy-20210402 - o p5-Pod-Coverage-0.100005 o p5-Pod-Strip-1.100 o p5-Pod-Weaver-4.017 o p5-Publican-4.3.2 @@ -1736,7 +1735,6 @@ For possible Perl packages updates, see o p5-Test-EOL-2.02 o p5-Test-MockModule-0.176.0 o p5-Test-TempDir-0.018 - o p5-Text-Balanced-2.04 o p5-Text-CSV_XS-1.46 o p5-Text-xSV-0.23 o p5-Tie-Cycle-1.226 --_----------=_1619540682215460--