Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BH2zrbvl; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=myOvS1GZ Received: by mail.netbsd.org (Postfix, from userid 605) id 0CDCC84D68; Sun, 24 Mar 2024 13:46:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711287972; bh=cgDxIx5t+HtGIAfaVkws2/kDZHEf0HhscN0DDcPcVkQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=BH2zrbvlXu38CXeDqTAYTsv98SQcfE6nnChAfe9fYe/8vDwTmkp30Hb/XmpOsYkP6 6mpbvQflFyoxQI1HpU61iM9xx5aZJUkbqekNSm9DD5tg/IBtSo1u025Mu6hdwp0Ddz qIL6A/F9hantSgovJCmT4TIcAVn+Tw5oSrPzuS4s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F410784D1D for ; Sun, 24 Mar 2024 13:46:10 +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 o4lzgvE5z8pz for ; Sun, 24 Mar 2024 13:46: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 545DF84CE3 for ; Sun, 24 Mar 2024 13:46:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711287970; bh=cgDxIx5t+HtGIAfaVkws2/kDZHEf0HhscN0DDcPcVkQ=; h=Date:From:Subject:To:Reply-To; b=myOvS1GZJeUkeqetfFiMD8jlKNknq6WHwzyXRkm7wazEzFoM0gj50RcuaB7ywjg5w suheuGX8r8ywc9IZHYaxCwq+0QsLJE/K7Ez72C06DZMuyVZ198JKF4FXmdumXnLdR1 xQLz7mdHdojWa1UZNs1bT5lXn9k9BE86VU1fYKw0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E1B2FA2C; Sun, 24 Mar 2024 13:46:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711287970216370" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 13:46:10 +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: <20240324134610.4E1B2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711287970216370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 13:46:10 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ruby-cucumber-expressions to 17.1.0 To generate a diff of this commit: cvs rdiff -u -r1.2058 -r1.2059 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711287970216370 Content-Disposition: inline Content-Length: 755 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.2058 pkgsrc/doc/CHANGES-2024:1.2059 --- pkgsrc/doc/CHANGES-2024:1.2058 Sun Mar 24 13:43:52 2024 +++ pkgsrc/doc/CHANGES-2024 Sun Mar 24 13:46:10 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2058 2024/03/24 13:43:52 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2059 2024/03/24 13:46:10 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3542,3 +3542,4 @@ Changes to the packages collection and i Updated databases/ruby-sqlite3 to 1.7.3 [taca 2024-03-24] Updated devel/ruby-console to 1.23.6 [taca 2024-03-24] Updated devel/ruby-cucumber-core to 13.0.2 [taca 2024-03-24] + Updated devel/ruby-cucumber-expressions to 17.1.0 [taca 2024-03-24] --_----------=_1711287970216370--