Received: by mail.netbsd.org (Postfix, from userid 605) id DDEC284CFC; Sun, 28 Feb 2021 15:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2098B84CE2 for ; Sun, 28 Feb 2021 15:08:09 +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 M9lHJY0Vff9u for ; Sun, 28 Feb 2021 15:08:08 +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 8EDE684C71 for ; Sun, 28 Feb 2021 15:08:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8305AFA95; Sun, 28 Feb 2021 15:08:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161452488866080" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 15:08:08 +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: <20210228150808.8305AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161452488866080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 28 15:08:08 UTC 2021 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.14.4 5.14.4 / 2021-02-23 1 bug fix: * Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161452488866080 Content-Disposition: inline Content-Length: 1629 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.23 pkgsrc/devel/ruby-minitest/Makefile:1.24 --- pkgsrc/devel/ruby-minitest/Makefile:1.23 Sun Jan 10 15:10:22 2021 +++ pkgsrc/devel/ruby-minitest/Makefile Sun Feb 28 15:08:08 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/01/10 15:10:22 taca Exp $ +# $NetBSD: Makefile,v 1.24 2021/02/28 15:08:08 taca Exp $ -DISTNAME= minitest-5.14.3 +DISTNAME= minitest-5.14.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.22 pkgsrc/devel/ruby-minitest/distinfo:1.23 --- pkgsrc/devel/ruby-minitest/distinfo:1.22 Sun Jan 10 15:10:22 2021 +++ pkgsrc/devel/ruby-minitest/distinfo Sun Feb 28 15:08:08 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2021/01/10 15:10:22 taca Exp $ +$NetBSD: distinfo,v 1.23 2021/02/28 15:08:08 taca Exp $ -SHA1 (minitest-5.14.3.gem) = d7ef56afba1255fe1bb1bce2fd26bffe1a9323ec -RMD160 (minitest-5.14.3.gem) = eb18490a5c63e4f6cf3c92487fdfe07a752059b3 -SHA512 (minitest-5.14.3.gem) = 2aadb99c5eac8d29c78865f8ce3fae51f11c2e1dd17157b6d0c6684733a3b870146df16fd26626c6f9c56806422e1e2457208afa1c69238a2bdaa4a859c23645 -Size (minitest-5.14.3.gem) = 84992 bytes +SHA1 (minitest-5.14.4.gem) = 5318ce991bee26a1f835540488cd96160d77f874 +RMD160 (minitest-5.14.4.gem) = 181570ee707aec0cb7643b4cc2629bb00a2657c5 +SHA512 (minitest-5.14.4.gem) = f967a11cfce82e167879905082859273b270e8d8e663a0c1c553964a345fb8564547627b8cf97418ac5bda544bb76c1385438ad74ec8e846666dc2952d55c9e9 +Size (minitest-5.14.4.gem) = 86016 bytes --_----------=_161452488866080--