Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zn3qA54q; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=x5sMSdnQ Received: by mail.netbsd.org (Postfix, from userid 605) id 2C07084F80; Sun, 12 May 2024 16:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715530830; bh=GnuWAivAYiV0A78vHqUAWRWRWSnw7HcmUsb0eQQ22J8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zn3qA54qgFsTfczZILNk8aIeHuO5zvqdypcLZ21TKF3VsDro0c0qe0mUNnXxN37w1 K5UI29fmIdICYlF0etR3ED7qf0PCWOZ7apUaogL2OyFHTTuzEWcUCSw8UDK6LFNJgK TcjjL1GG0mJtl5P7LOVK6FSaCn+wU0lLs/PZKsxY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D8F884F75 for ; Sun, 12 May 2024 16:20:29 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3m6JD-_dUFih for ; Sun, 12 May 2024 16:20:28 +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 72E8A84CD9 for ; Sun, 12 May 2024 16:20:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715530828; bh=GnuWAivAYiV0A78vHqUAWRWRWSnw7HcmUsb0eQQ22J8=; h=Date:From:Subject:To:Reply-To; b=x5sMSdnQIYZRwHnQysw55eGVIBRIJgCB+c/yWlNencJKrfoIWV95ismKCMweoeZwO +KQdG+IkaC/qZW4Ao4Rob+j/Wz3FEDpRmMiNg5b4+04TTTUj071Uidc+cWGHwb0M5w DbopSr9rgE5ugKDaGZ/V+KmGdbxEjsdNTZuZervI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6EB82FA2C; Sun, 12 May 2024 16:20:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171553082837140" MIME-Version: 1.0 Date: Sun, 12 May 2024 16:20:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512162028.6EB82FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171553082837140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 16:20:28 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/ruby-review to 5.9.0 To generate a diff of this commit: cvs rdiff -u -r1.3362 -r1.3363 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171553082837140 Content-Disposition: inline Content-Length: 749 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.3362 pkgsrc/doc/CHANGES-2024:1.3363 --- pkgsrc/doc/CHANGES-2024:1.3362 Sun May 12 16:18:23 2024 +++ pkgsrc/doc/CHANGES-2024 Sun May 12 16:20:28 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3362 2024/05/12 16:18:23 taca Exp $ +$NetBSD: CHANGES-2024,v 1.3363 2024/05/12 16:20:28 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5289,3 +5289,4 @@ Changes to the packages collection and i Updated security/ruby-sshkit to 1.22.2 [taca 2024-05-12] Updated sysutils/ruby-facter to 4.7.0 [taca 2024-05-12] Updated textproc/ruby-kramdown-rfc2629 to 1.7.11 [taca 2024-05-12] + Updated textproc/ruby-review to 5.9.0 [taca 2024-05-12] --_----------=_171553082837140--