Received: by mail.netbsd.org (Postfix, from userid 605) id EEB7184EAB; Thu, 19 Aug 2021 14:46:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35E0884E77 for ; Thu, 19 Aug 2021 14:46:11 +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 vWSMLxOxCvvM for ; Thu, 19 Aug 2021 14:46:10 +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 7201B84CE2 for ; Thu, 19 Aug 2021 14:46:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F469FA97; Thu, 19 Aug 2021 14:46:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629384370259010" MIME-Version: 1.0 Date: Thu, 19 Aug 2021 14:46:10 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210819144610.6F469FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629384370259010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Aug 19 14:46:10 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/R-tinytest to 1.3.1 To generate a diff of this commit: cvs rdiff -u -r1.4260 -r1.4261 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20950 -r1.20951 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629384370259010 Content-Disposition: inline Content-Length: 1267 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.4260 pkgsrc/doc/CHANGES-2021:1.4261 --- pkgsrc/doc/CHANGES-2021:1.4260 Thu Aug 19 14:07:12 2021 +++ pkgsrc/doc/CHANGES-2021 Thu Aug 19 14:46:09 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4260 2021/08/19 14:07:12 mef Exp $ +$NetBSD: CHANGES-2021,v 1.4261 2021/08/19 14:46:09 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6706,3 +6706,4 @@ Changes to the packages collection and i Updated net/bind916 to 9.16.20 [taca 2021-08-19] Updated devel/mustach to 1.1.1 [sjmulder 2021-08-19] Updated devel/R-gert to 1.3.2 [mef 2021-08-19] + Updated devel/R-tinytest to 1.3.1 [mef 2021-08-19] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20950 pkgsrc/doc/TODO:1.20951 --- pkgsrc/doc/TODO:1.20950 Tue Aug 17 08:01:45 2021 +++ pkgsrc/doc/TODO Thu Aug 19 14:46:10 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20950 2021/08/17 08:01:45 wiz Exp $ +$NetBSD: TODO,v 1.20951 2021/08/19 14:46:10 mef Exp $ Suggested new packages ====================== @@ -476,7 +476,6 @@ For possible Perl packages updates, see o R-tensorA-0.36.2 o R-tidyr-1.1.3 o R-timeSeries-3062.100 - o R-tinytest-1.2.4 o R-tseries-0.10.48 o R-uuid-4 o R-viridis-0.6.0 --_----------=_1629384370259010--