Received: by mail.netbsd.org (Postfix, from userid 605) id 5328C84E73; Mon, 20 Sep 2021 02:33:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E6B684E69 for ; Mon, 20 Sep 2021 02:33:26 +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 QdVsxtehvWgH for ; Mon, 20 Sep 2021 02:33:26 +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 DB7DE84D0C for ; Mon, 20 Sep 2021 02:33:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8C76FA97; Mon, 20 Sep 2021 02:33:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632105205106220" MIME-Version: 1.0 Date: Mon, 20 Sep 2021 02:33:25 +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: <20210920023325.D8C76FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632105205106220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Sep 20 02:33:25 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated graphics/R-ggthemes to 4.2.4 To generate a diff of this commit: cvs rdiff -u -r1.4864 -r1.4865 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.21082 -r1.21083 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632105205106220 Content-Disposition: inline Content-Length: 1269 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.4864 pkgsrc/doc/CHANGES-2021:1.4865 --- pkgsrc/doc/CHANGES-2021:1.4864 Mon Sep 20 01:36:35 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Sep 20 02:33:25 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4864 2021/09/20 01:36:35 mef Exp $ +$NetBSD: CHANGES-2021,v 1.4865 2021/09/20 02:33:25 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -7511,3 +7511,4 @@ Changes to the packages collection and i Updated math/R-survey to 4.1.1 [mef 2021-09-20] Updated math/R-nloptr to 1.2.2.2 [mef 2021-09-20] Updated graphics/R-ggExtra to 0.9 [mef 2021-09-20] + Updated graphics/R-ggthemes to 4.2.4 [mef 2021-09-20] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21082 pkgsrc/doc/TODO:1.21083 --- pkgsrc/doc/TODO:1.21082 Mon Sep 20 01:36:35 2021 +++ pkgsrc/doc/TODO Mon Sep 20 02:33:25 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21082 2021/09/20 01:36:35 mef Exp $ +$NetBSD: TODO,v 1.21083 2021/09/20 02:33:25 mef Exp $ Suggested new packages ====================== @@ -398,7 +398,6 @@ For possible Perl packages updates, see o R-forecast-8.14 o R-fracdiff-1.5.1 o R-ggspatial-1.1.5 - o R-ggthemes-4.2.4 o R-gss-2.2.2 o R-igraph-1.2.6 o R-jsonlite-1.7.2 --_----------=_1632105205106220--