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 DEFE41A9217 for ; Sun, 3 Jan 2021 12:52:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2233F84D69; Sun, 3 Jan 2021 12:52:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A21184D4C for ; Sun, 3 Jan 2021 12:52:14 +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 jB324JcNxLyy for ; Sun, 3 Jan 2021 12:52:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5FC684C86 for ; Sun, 3 Jan 2021 12:52:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E33F1FA9D; Sun, 3 Jan 2021 12:52:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160967833335810" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 12:52:13 +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: <20210103125213.E33F1FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160967833335810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 3 12:52:13 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: Updated math/R-classInt to 0.4.3 To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160967833335810 Content-Disposition: inline Content-Length: 702 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.106 pkgsrc/doc/CHANGES-2021:1.107 --- pkgsrc/doc/CHANGES-2021:1.106 Sun Jan 3 11:33:51 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Jan 3 12:52:13 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.106 2021/01/03 11:33:51 mef Exp $ +$NetBSD: CHANGES-2021,v 1.107 2021/01/03 12:52:13 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -126,3 +126,4 @@ Changes to the packages collection and i Updated math/R-akima to 0.6.2.1 [mef 2021-01-03] Updated math/R-backports to 1.2.1 [mef 2021-01-03] Updated math/R-chron to 2.3.56 [mef 2021-01-03] + Updated math/R-classInt to 0.4.3 [mef 2021-01-03] --_----------=_160967833335810--