Received: by mail.netbsd.org (Postfix, from userid 605) id 5634584D60; Mon, 31 Jul 2017 14:11:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF56884D2F for ; Mon, 31 Jul 2017 14:11:12 +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 iR04fnGHP0wP for ; Mon, 31 Jul 2017 14:11:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70ABC84CE1 for ; Mon, 31 Jul 2017 14:11:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6ED28FACD; Mon, 31 Jul 2017 14:11:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150151027277690" MIME-Version: 1.0 Date: Mon, 31 Jul 2017 14:11:12 +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: <20170731141112.6ED28FACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150151027277690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jul 31 14:11:12 UTC 2017 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: Update ruby-minitest to 5.10.3. === 5.10.3 / 2017-07-21 * 1 minor enhancement: * Extended documentation for Mock#expect for multiple calls to mock object. (insti) * 2 bug fixes: * Finished off missing doco. * Fixed verbose output on parallelize_me! classes. (chanks) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150151027277690 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.15 pkgsrc/devel/ruby-minitest/Makefile:1.16 --- pkgsrc/devel/ruby-minitest/Makefile:1.15 Sun Jun 4 15:55:56 2017 +++ pkgsrc/devel/ruby-minitest/Makefile Mon Jul 31 14:11:12 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/06/04 15:55:56 taca Exp $ +# $NetBSD: Makefile,v 1.16 2017/07/31 14:11:12 taca Exp $ -DISTNAME= minitest-5.10.2 +DISTNAME= minitest-5.10.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.14 pkgsrc/devel/ruby-minitest/distinfo:1.15 --- pkgsrc/devel/ruby-minitest/distinfo:1.14 Sun Jun 4 15:55:56 2017 +++ pkgsrc/devel/ruby-minitest/distinfo Mon Jul 31 14:11:12 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/06/04 15:55:56 taca Exp $ +$NetBSD: distinfo,v 1.15 2017/07/31 14:11:12 taca Exp $ -SHA1 (minitest-5.10.2.gem) = 593eaa641e3d5977024d9f40c5841ccbc292735e -RMD160 (minitest-5.10.2.gem) = 838689faa92287fe112f958276516446b6a6f0c0 -SHA512 (minitest-5.10.2.gem) = f2a0ee13166cd6cb2cebc1f075347f205ac14e03943b2cccff7eadd34d09f2fb8ea0a6c764f20a84efef6463f4101a998110809c81c385225b4f72eb5da687d2 -Size (minitest-5.10.2.gem) = 75264 bytes +SHA1 (minitest-5.10.3.gem) = 2e26c271ac0627e634036c2c20deadee338df523 +RMD160 (minitest-5.10.3.gem) = 6848f2a6729b0afabafdaa790461e6c7eaef30a8 +SHA512 (minitest-5.10.3.gem) = 6a3b1c86471fd7bb6ca078de9f253aeb9533f8da027998c34cd7fb8165a1d3bb565c1f8df958bb0eef6b7e22658894175c5f54f475585f2c05bb667e812b7aa3 +Size (minitest-5.10.3.gem) = 76288 bytes --_----------=_150151027277690--