Received: by mail.netbsd.org (Postfix, from userid 605) id D63F284D47; Tue, 6 Feb 2024 15:00:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10C0184D46 for ; Tue, 6 Feb 2024 15:00:18 +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 7glzOcauTyXh for ; Tue, 6 Feb 2024 15:00:17 +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 797F584D08 for ; Tue, 6 Feb 2024 15:00:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64A91FA42; Tue, 6 Feb 2024 15:00:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707231617228100" MIME-Version: 1.0 Date: Tue, 6 Feb 2024 15:00:17 +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: <20240206150017.64A91FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707231617228100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Tue Feb 6 15:00:17 UTC 2024 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.22.0 5.22.0 (2024-02-05) 1 minor enhancement: * Added "did you mean" output if your –name filter matches nothing. (tenderlove) 2 bug fixes: * Big cleanup of test filtering. Much prettier / more functional. * Fix situation where Assertion#location can’t find the location. (pftg) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707231617228100 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.34 pkgsrc/devel/ruby-minitest/Makefile:1.35 --- pkgsrc/devel/ruby-minitest/Makefile:1.34 Sun Jan 21 15:24:51 2024 +++ pkgsrc/devel/ruby-minitest/Makefile Tue Feb 6 15:00:17 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2024/01/21 15:24:51 taca Exp $ +# $NetBSD: Makefile,v 1.35 2024/02/06 15:00:17 taca Exp $ -DISTNAME= minitest-5.21.2 +DISTNAME= minitest-5.22.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.35 pkgsrc/devel/ruby-minitest/distinfo:1.36 --- pkgsrc/devel/ruby-minitest/distinfo:1.35 Sun Jan 21 15:24:51 2024 +++ pkgsrc/devel/ruby-minitest/distinfo Tue Feb 6 15:00:17 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2024/01/21 15:24:51 taca Exp $ +$NetBSD: distinfo,v 1.36 2024/02/06 15:00:17 taca Exp $ -BLAKE2s (minitest-5.21.2.gem) = 5c143577818fcc381f8aec2fc202209b49d4904d4210e1f0150eb4dea8d824ce -SHA512 (minitest-5.21.2.gem) = 4cf86dab870f1cb39ef8c9756fa843c6ddc03ff7738c404db37abc7bdb0ff0436e5a64ed15a733d72e7ae0b8412e4b44cbda0ef3d89ba487268f3550d9248e0c -Size (minitest-5.21.2.gem) = 98304 bytes +BLAKE2s (minitest-5.22.0.gem) = 6d2015ffea751244730e6aaea41b1b1a89ba1e370e768a5c50b1252f97afcadd +SHA512 (minitest-5.22.0.gem) = d8ffac4d46c59bc62a421f66d09d8228a73f3a02e8c159a8b231dc2d049fa44ab5077a96f05ae339c69c5162e0b0b42eeb324dc33dd414058782561263714633 +Size (minitest-5.22.0.gem) = 98816 bytes --_----------=_1707231617228100--