Received: by mail.netbsd.org (Postfix, from userid 605) id 8688884EC8; Wed, 11 Aug 2021 09:40:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5122D84D40 for ; Wed, 11 Aug 2021 09:39:34 +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 aB5akC7pr5ID for ; Wed, 11 Aug 2021 09:39:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D98E584C13 for ; Wed, 11 Aug 2021 09:39:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6D98FA97; Wed, 11 Aug 2021 09:39:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628674773134170" MIME-Version: 1.0 Date: Wed, 11 Aug 2021 09:39:33 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210811093933.D6D98FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628674773134170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Aug 11 09:39:33 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated math/R to 4.1.1 To generate a diff of this commit: cvs rdiff -u -r1.4168 -r1.4169 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628674773134170 Content-Disposition: inline Content-Length: 726 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.4168 pkgsrc/doc/CHANGES-2021:1.4169 --- pkgsrc/doc/CHANGES-2021:1.4168 Wed Aug 11 07:24:50 2021 +++ pkgsrc/doc/CHANGES-2021 Wed Aug 11 09:39:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4168 2021/08/11 07:24:50 adam Exp $ +$NetBSD: CHANGES-2021,v 1.4169 2021/08/11 09:39:33 wen Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6600,3 +6600,4 @@ Changes to the packages collection and i Updated databases/mongo-c-driver to 1.17.7 [adam 2021-08-11] Updated databases/mongodb to 4.2.15 [adam 2021-08-11] Updated databases/mongo-tools to 4.2.15 [adam 2021-08-11] + Updated math/R to 4.1.1 [wen 2021-08-11] --_----------=_1628674773134170--