Received: by mail.netbsd.org (Postfix, from userid 605) id A2F5684D5E; Sat, 12 Jun 2021 02:38:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE91684D27 for ; Sat, 12 Jun 2021 02:38:09 +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 Bc_1SGlaxJaW for ; Sat, 12 Jun 2021 02:38:09 +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 3CC6784CBC for ; Sat, 12 Jun 2021 02:38:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A1ECFA95; Sat, 12 Jun 2021 02:38:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623465489289700" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 02:38:09 +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: <20210612023809.3A1ECFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623465489289700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 12 02:38:09 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated devel/R-desc to 1.3.0 To generate a diff of this commit: cvs rdiff -u -r1.3368 -r1.3369 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20769 -r1.20770 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623465489289700 Content-Disposition: inline Content-Length: 1254 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.3368 pkgsrc/doc/CHANGES-2021:1.3369 --- pkgsrc/doc/CHANGES-2021:1.3368 Sat Jun 12 02:11:17 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Jun 12 02:38:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3368 2021/06/12 02:11:17 rjs Exp $ +$NetBSD: CHANGES-2021,v 1.3369 2021/06/12 02:38:08 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -5397,3 +5397,4 @@ Changes to the packages collection and i Updated devel/R-remotes to 2.4.0 [mef 2021-06-12] Updated www/R-htmlwidgets to 1.5.3 [mef 2021-06-12] Updated lang/sbcl to 2.1.5 [rjs 2021-06-12] + Updated devel/R-desc to 1.3.0 [mef 2021-06-12] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20769 pkgsrc/doc/TODO:1.20770 --- pkgsrc/doc/TODO:1.20769 Sat Jun 12 01:49:35 2021 +++ pkgsrc/doc/TODO Sat Jun 12 02:38:08 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20769 2021/06/12 01:49:35 mef Exp $ +$NetBSD: TODO,v 1.20770 2021/06/12 02:38:08 mef Exp $ Suggested new packages ====================== @@ -402,7 +402,6 @@ For possible Perl packages updates, see o R-data.table-1.14.0 o R-date-1.2.39 o R-deldir-0.2.10 - o R-desc-1.3.0 o R-digest-0.6.27 o R-dplyr-1.0.5 o R-e1071-1.7.6 --_----------=_1623465489289700--