Received: by mail.netbsd.org (Postfix, from userid 605) id C887284D8A; Sun, 6 Jun 2021 15:19:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E61984D12 for ; Sun, 6 Jun 2021 15:19:16 +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 tJDfO7S-S9ZZ for ; Sun, 6 Jun 2021 15:19:15 +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 5FCE284CD9 for ; Sun, 6 Jun 2021 15:19:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57D61FA95; Sun, 6 Jun 2021 15:19:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622992755107330" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 15:19:15 +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: <20210606151915.57D61FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622992755107330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 15:19:15 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/R-IRdisplay to 1.0 To generate a diff of this commit: cvs rdiff -u -r1.3278 -r1.3279 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20751 -r1.20752 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622992755107330 Content-Disposition: inline Content-Length: 1251 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.3278 pkgsrc/doc/CHANGES-2021:1.3279 --- pkgsrc/doc/CHANGES-2021:1.3278 Sun Jun 6 15:13:12 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Jun 6 15:19:14 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3278 2021/06/06 15:13:12 mef Exp $ +$NetBSD: CHANGES-2021,v 1.3279 2021/06/06 15:19:14 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -5216,3 +5216,4 @@ Changes to the packages collection and i Updated graphics/R-ggplot2 to 3.3.3 [mef 2021-06-06] Updated math/R-zoo to 1.8.9 [mef 2021-06-06] Updated math/R-xts to 0.12.1 [mef 2021-06-06] + Updated devel/R-IRdisplay to 1.0 [mef 2021-06-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20751 pkgsrc/doc/TODO:1.20752 --- pkgsrc/doc/TODO:1.20751 Sun Jun 6 15:13:12 2021 +++ pkgsrc/doc/TODO Sun Jun 6 15:19:14 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20751 2021/06/06 15:13:12 mef Exp $ +$NetBSD: TODO,v 1.20752 2021/06/06 15:19:14 mef Exp $ Suggested new packages ====================== @@ -380,7 +380,6 @@ For possible Perl packages updates, see o R-DT-0.18 o R-GRASS-0.3.9 o R-Hmisc-4.5.0 - o R-IRdisplay-1.0 o R-IRkernel-1.1.1 o R-MatrixModels-0.5.0 o R-R6-2.5.0 --_----------=_1622992755107330--