Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2E9841A9217 for ; Sun, 10 Jan 2021 15:10:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6511584D59; Sun, 10 Jan 2021 15:10:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A145084D3D for ; Sun, 10 Jan 2021 15:10:23 +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 C00SPJ_xSELA for ; Sun, 10 Jan 2021 15:10:23 +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 16A6784CEC for ; Sun, 10 Jan 2021 15:10:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1429EFA9D; Sun, 10 Jan 2021 15:10:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161029142395300" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 15:10:23 +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: <20210110151023.1429EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161029142395300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 15:10:23 UTC 2021 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.14.3 === 5.14.3 / 2021-01-05 * 1 bug fix: * Bumped require_ruby_version to < 4 (trunk = 3.1). To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161029142395300 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.22 pkgsrc/devel/ruby-minitest/Makefile:1.23 --- pkgsrc/devel/ruby-minitest/Makefile:1.22 Sun Sep 13 15:53:32 2020 +++ pkgsrc/devel/ruby-minitest/Makefile Sun Jan 10 15:10:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2020/09/13 15:53:32 taca Exp $ +# $NetBSD: Makefile,v 1.23 2021/01/10 15:10:22 taca Exp $ -DISTNAME= minitest-5.14.2 +DISTNAME= minitest-5.14.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.21 pkgsrc/devel/ruby-minitest/distinfo:1.22 --- pkgsrc/devel/ruby-minitest/distinfo:1.21 Sun Sep 13 15:53:32 2020 +++ pkgsrc/devel/ruby-minitest/distinfo Sun Jan 10 15:10:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/09/13 15:53:32 taca Exp $ +$NetBSD: distinfo,v 1.22 2021/01/10 15:10:22 taca Exp $ -SHA1 (minitest-5.14.2.gem) = b064df124354b64c305f62c4e64f1b058513d7df -RMD160 (minitest-5.14.2.gem) = 2876b3a794a571d3eda9dd515b2ae75027946237 -SHA512 (minitest-5.14.2.gem) = c1cdb87824382233d4ae0570346a6888ecdf0dddbd5fbc9bc136e1c8ed9e1ce57d08d5994f57ba1eee99a38e48a04a10a32288d34ce10ca4ecdfa15587cf602e -Size (minitest-5.14.2.gem) = 84992 bytes +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 --_----------=_161029142395300--