Received: by mail.netbsd.org (Postfix, from userid 605) id 380AE84F24; Sat, 3 Feb 2024 15:46:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6878A84F10 for ; Sat, 3 Feb 2024 15:46:54 +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 pMs4IvTKmM84 for ; Sat, 3 Feb 2024 15:46:54 +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 BB04D84E7E for ; Sat, 3 Feb 2024 15:46:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7633FA42; Sat, 3 Feb 2024 15:46:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170697521353210" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:46:53 +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: <20240203154653.B7633FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170697521353210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 15:46:53 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/ruby-shoulda-matchers to 6.1.0 To generate a diff of this commit: cvs rdiff -u -r1.865 -r1.866 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170697521353210 Content-Disposition: inline Content-Length: 751 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.865 pkgsrc/doc/CHANGES-2024:1.866 --- pkgsrc/doc/CHANGES-2024:1.865 Sat Feb 3 15:40:20 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 3 15:46:53 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.865 2024/02/03 15:40:20 taca Exp $ +$NetBSD: CHANGES-2024,v 1.866 2024/02/03 15:46:53 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1197,3 +1197,4 @@ Changes to the packages collection and i Updated devel/ruby-regexp_parser to 2.9.0 [taca 2024-02-03] Updated devel/ruby-rspec-rails to 6.1.1 [taca 2024-02-03] Updated devel/ruby-sexp-processor to 4.17.1 [taca 2024-02-03] + Updated devel/ruby-shoulda-matchers to 6.1.0 [taca 2024-02-03] --_----------=_170697521353210--