Received: by mail.netbsd.org (Postfix, from userid 605) id 472C284FE3; Wed, 24 Jan 2024 11:37:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 765A084FE1 for ; Wed, 24 Jan 2024 11:37:22 +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 Z9Lsz9-lGlFu for ; Wed, 24 Jan 2024 11:37:21 +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 A5AB384CC9 for ; Wed, 24 Jan 2024 11:37:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A2BAFA42; Wed, 24 Jan 2024 11:37:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170609624141750" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 11:37:21 +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: <20240124113721.9A2BAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170609624141750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 24 11:37:21 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated math/R-RcppEigen to 0.3.3.9.4 To generate a diff of this commit: cvs rdiff -u -r1.613 -r1.614 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170609624141750 Content-Disposition: inline Content-Length: 718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.613 pkgsrc/doc/CHANGES-2024:1.614 --- pkgsrc/doc/CHANGES-2024:1.613 Wed Jan 24 11:20:59 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Jan 24 11:37:21 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.613 2024/01/24 11:20:59 adam Exp $ +$NetBSD: CHANGES-2024,v 1.614 2024/01/24 11:37:21 mef Exp $ Changes to the packages collection and infrastructure in 2024: @@ -797,3 +797,4 @@ Changes to the packages collection and i Updated textproc/py-xml2rfc to 3.19.1 [adam 2024-01-24] Updated cad/py-gds to 1.6.13 [adam 2024-01-24] Updated textproc/py-textile to 4.0.2 [adam 2024-01-24] + Updated math/R-RcppEigen to 0.3.3.9.4 [mef 2024-01-24] --_----------=_170609624141750--