Received: by mail.netbsd.org (Postfix, from userid 605) id 9483984ECF; Sun, 5 Mar 2023 13:41:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C277684ECD for ; Sun, 5 Mar 2023 13:41:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 Jje7tIi5lzpb for ; Sun, 5 Mar 2023 13:41:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3755B84EB2 for ; Sun, 5 Mar 2023 13:41:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B15DFA90; Sun, 5 Mar 2023 13:41:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678023664150810" MIME-Version: 1.0 Date: Sun, 5 Mar 2023 13:41:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-minitest To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230305134104.2B15DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678023664150810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 5 13:41:04 UTC 2023 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.18.0 5.18.0 (2023-03-04) 2 major enhancements: * Added assert_pattern & refute_pattern for pattern matching. (flavorjones) * Added matching must_pattern_match & wont_pattern_match to minitest/spec. 1 bug fix: * Support the new message format of NameError in Ruby 3.3 (mame) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678023664150810 Content-Disposition: inline Content-Length: 1537 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-minitest/Makefile diff -u pkgsrc/devel/ruby-minitest/Makefile:1.28 pkgsrc/devel/ruby-minitest/Makefile:1.29 --- pkgsrc/devel/ruby-minitest/Makefile:1.28 Tue Jan 3 05:52:48 2023 +++ pkgsrc/devel/ruby-minitest/Makefile Sun Mar 5 13:41:03 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2023/01/03 05:52:48 taca Exp $ +# $NetBSD: Makefile,v 1.29 2023/03/05 13:41:03 taca Exp $ -DISTNAME= minitest-5.17.0 +DISTNAME= minitest-5.18.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.29 pkgsrc/devel/ruby-minitest/distinfo:1.30 --- pkgsrc/devel/ruby-minitest/distinfo:1.29 Tue Jan 3 05:52:48 2023 +++ pkgsrc/devel/ruby-minitest/distinfo Sun Mar 5 13:41:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2023/01/03 05:52:48 taca Exp $ +$NetBSD: distinfo,v 1.30 2023/03/05 13:41:03 taca Exp $ -BLAKE2s (minitest-5.17.0.gem) = e9f0cda1d3a1fe6cb37b5849d41ac081c6ef28272d0439f79bb3b5bcdf94b333 -SHA512 (minitest-5.17.0.gem) = 00374b0d0c86d0ec2d285bc4053b6851e1a59e86f7a3ab3db8ccac1db222256edb58514c666763047cec95cf099b1738765a3e9eec9aee3386b187e9fe0f59f9 -Size (minitest-5.17.0.gem) = 93696 bytes +BLAKE2s (minitest-5.18.0.gem) = 2cf6d42a5ade32de1137d97fc673ce4f0767e25e1085c62aad472277d07fa46d +SHA512 (minitest-5.18.0.gem) = 309f899b5c5c2573aaf1e84a2225f446e009923b864af8a006eb518f95e758fb6425ec1e5f1790ba8026e041a8fc601551c2f447fa06528399041de119fa2d1a +Size (minitest-5.18.0.gem) = 95232 bytes --_----------=_1678023664150810--