Received: by mail.netbsd.org (Postfix, from userid 605) id 4252784F1E; Sat, 3 Feb 2024 15:36:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7064A84E7E for ; Sat, 3 Feb 2024 15:36:49 +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 R-MtMysowxyF for ; Sat, 3 Feb 2024 15:36:48 +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 6B32A84CFC for ; Sat, 3 Feb 2024 15:36:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56F40FA42; Sat, 3 Feb 2024 15:36:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706974608266370" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:36:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-regexp_parser To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240203153648.56F40FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706974608266370 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:36:48 UTC 2024 Modified Files: pkgsrc/devel/ruby-regexp_parser: Makefile PLIST distinfo Log Message: devel/ruby-regexp_parser: update to 2.9.0 2.9.0 (2024-01-07) Added * all expressions now respond to #negative? / #negated? - previously only sets, props, and posix classes did * implemented #negative? / #negated? for more applicable expressions - \B, \D, \H, \S, \W, (?!...), (?