Received: by mail.netbsd.org (Postfix, from userid 605) id 1F0CD84E78; Sun, 18 Feb 2024 14:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708266190; bh=a+p6VPMnIxBhj981FSY1dXGOBdFoAicDpxSh2oFL1O8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0bCC3Pb4+CfzPVVUg+OSfVri4yO6PZEDBuCeavKYaB6Hj2GwIymKBjv93hjoT3ST6 0Oj0DDPL7wDETVqcKcfBMwfUbgQIt6G+45ufoYTVw/zp4TD3JpCfcgwC1QxKaI7TCD ONveUPsudOL1Gtu2ee9H6QwaoVzBZE8ge65qkWpA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CE1684E78 for ; Sun, 18 Feb 2024 14:23:09 +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 MPnMfosyeyQO for ; Sun, 18 Feb 2024 14:23:08 +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 9157584CE2 for ; Sun, 18 Feb 2024 14:23:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708266188; bh=a+p6VPMnIxBhj981FSY1dXGOBdFoAicDpxSh2oFL1O8=; h=Date:From:Subject:To:Reply-To; b=Cazvof5ELd2uvyOBNr+n8YkkxzppW1+KX98xt7WrT2JsMFJnokIXiMyHV65/15vAk 9kidCzaS7A7mogi7GPaZtvTneHwv90vwB9JvNYQUyS6qwRo0aM3+jdeRA5L/MH547X pGaFglrsEXvjOOC5hW43Ji3xE3B6cURBx1AT/+7E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84D98F9F4; Sun, 18 Feb 2024 14:23:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708266188158560" MIME-Version: 1.0 Date: Sun, 18 Feb 2024 14:23:08 +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: <20240218142308.84D98F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708266188158560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Feb 18 14:23:08 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/R-xfun to 0.42 To generate a diff of this commit: cvs rdiff -u -r1.1313 -r1.1314 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708266188158560 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.1313 pkgsrc/doc/CHANGES-2024:1.1314 --- pkgsrc/doc/CHANGES-2024:1.1313 Sun Feb 18 11:01:27 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Feb 18 14:23:08 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1313 2024/02/18 11:01:27 markd Exp $ +$NetBSD: CHANGES-2024,v 1.1314 2024/02/18 14:23:08 mef Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2306,3 +2306,4 @@ Changes to the packages collection and i Updated print/tex-verse-doc to 2.4c [markd 2024-02-18] Updated print/tex-zref to 2.35 [markd 2024-02-18] Updated print/tex-zref-doc to 2.35 [markd 2024-02-18] + Updated devel/R-xfun to 0.42 [mef 2024-02-18] --_----------=_1708266188158560--