Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MV94Le8E; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WjDIb2uo Received: by mail.netbsd.org (Postfix, from userid 605) id 04BF684D72; Sun, 28 Apr 2024 14:26:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714314414; bh=Ik3K0E437RMuS739/Ngle58tzt5klDiVaMsSpy2Lo5Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MV94Le8Etj7bkn9wZ1XTtVmsrJEOMCD0TUA7m+jlW99EIAxwMzSLVjRkgXMycf/Hx MvttQzWrrOXrNp62FoZUlNdyjaJ1kvsSj5+RyOwr5tClnPCSQ2bBwqN92PCplNGXsr QxXzyl78iavQj0Hd3dwwOUog6CIOUmIeV1RUkhv0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9FE384D15 for ; Sun, 28 Apr 2024 14:26:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IeIFrH5ssIyh for ; Sun, 28 Apr 2024 14:26:52 +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 4D0DC84CF7 for ; Sun, 28 Apr 2024 14:26:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714314412; bh=Ik3K0E437RMuS739/Ngle58tzt5klDiVaMsSpy2Lo5Y=; h=Date:From:Subject:To:Reply-To; b=WjDIb2uoDrLCu8LJKizdiykA9xf1MygyzWCtdLytye2se9PDk4JCooyDWBqDR0grE KWv7e3EnEMMN9v/X7cuEAG7l6NhpsCsl2TCuyh0rMT/B6kkMBRgdxKJirYnzsTix+J 4inF0h/YvuHkzJZSliwh9syxPbuc1AsOtg1OYbx8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43DC1FA2C; Sun, 28 Apr 2024 14:26:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714314412132580" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 14:26:52 +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: <20240428142652.43DC1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714314412132580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 28 14:26:52 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated math/R to 4.3.3 To generate a diff of this commit: cvs rdiff -u -r1.2789 -r1.2790 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714314412132580 Content-Disposition: inline Content-Length: 729 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.2789 pkgsrc/doc/CHANGES-2024:1.2790 --- pkgsrc/doc/CHANGES-2024:1.2789 Sun Apr 28 12:21:28 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Apr 28 14:26:52 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2789 2024/04/28 12:21:28 pho Exp $ +$NetBSD: CHANGES-2024,v 1.2790 2024/04/28 14:26:52 mef Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4605,3 +4605,4 @@ Changes to the packages collection and i Updated textproc/hs-HsYAML to 0.2.1.4 [pho 2024-04-28] Updated math/hs-commutative-semigroups to 0.2 [pho 2024-04-28] Updated devel/hs-vector-stream to 0.1.0.1 [pho 2024-04-28] + Updated math/R to 4.3.3 [mef 2024-04-28] --_----------=_1714314412132580--