Received: by mail.netbsd.org (Postfix, from userid 605) id 9AA2885002; Mon, 5 Feb 2024 20:38:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA91784DB9 for ; Mon, 5 Feb 2024 20:38:10 +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 j-g_XJUO9-f7 for ; Mon, 5 Feb 2024 20:38:10 +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 2AE8984CD9 for ; Mon, 5 Feb 2024 20:38:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21C07FA42; Mon, 5 Feb 2024 20:38:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170716549060540" MIME-Version: 1.0 Date: Mon, 5 Feb 2024 20:38:10 +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: <20240205203810.21C07FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170716549060540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Feb 5 20:38:10 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated math/R-poweRlaw to 0.80.0 To generate a diff of this commit: cvs rdiff -u -r1.967 -r1.968 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170716549060540 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.967 pkgsrc/doc/CHANGES-2024:1.968 --- pkgsrc/doc/CHANGES-2024:1.967 Mon Feb 5 15:53:27 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Feb 5 20:38:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.967 2024/02/05 15:53:27 taca Exp $ +$NetBSD: CHANGES-2024,v 1.968 2024/02/05 20:38:09 mef Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1370,3 +1370,4 @@ Changes to the packages collection and i Added devel/ruby-observer version 0.1.2 [taca 2024-02-05] Updated graphics/ruby-RMagick to 5.4.0 [taca 2024-02-05] Updated www/ruby-http-accept to 2.2.1 [taca 2024-02-05] + Updated math/R-poweRlaw to 0.80.0 [mef 2024-02-05] --_----------=_170716549060540--