Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 04C341A9217 for ; Sun, 3 Jan 2021 11:24:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BFC984D4C; Sun, 3 Jan 2021 11:24:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77AE084D33 for ; Sun, 3 Jan 2021 11:24:57 +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 Ynb0--L2A2u7 for ; Sun, 3 Jan 2021 11:24:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C704884C13 for ; Sun, 3 Jan 2021 11:24:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4570FA9D; Sun, 3 Jan 2021 11:24:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609673096264470" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 11:24:56 +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: <20210103112456.C4570FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609673096264470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 3 11:24:56 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: Updated math/R-akima to 0.6.2.1 To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20285 -r1.20286 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609673096264470 Content-Disposition: inline Content-Length: 1241 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.103 pkgsrc/doc/CHANGES-2021:1.104 --- pkgsrc/doc/CHANGES-2021:1.103 Sun Jan 3 11:14:27 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Jan 3 11:24:56 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.103 2021/01/03 11:14:27 mef Exp $ +$NetBSD: CHANGES-2021,v 1.104 2021/01/03 11:24:56 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -123,3 +123,4 @@ Changes to the packages collection and i Updated devel/py-typed-ast to 1.4.2 [adam 2021-01-03] Added www/py-respx version 0.16.3 [adam 2021-01-03] Updated math/R-XML to 3.99.0.5 [mef 2021-01-03] + Updated math/R-akima to 0.6.2.1 [mef 2021-01-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20285 pkgsrc/doc/TODO:1.20286 --- pkgsrc/doc/TODO:1.20285 Sun Jan 3 10:08:07 2021 +++ pkgsrc/doc/TODO Sun Jan 3 11:24:56 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20285 2021/01/03 10:08:07 wiz Exp $ +$NetBSD: TODO,v 1.20286 2021/01/03 11:24:56 mef Exp $ Suggested new packages ====================== @@ -374,7 +374,6 @@ For possible Perl packages updates, see o OdfConverter-4.0 o PACK-0.0.4 o Pantomime-1.2.2 - o R-akima-11 o R-mapproj-3 o R-ncdf-1.6.8 o SOGo-5.0.1 --_----------=_1609673096264470--