Received: by mail.netbsd.org (Postfix, from userid 605) id 6608684D64; Thu, 13 Jul 2017 15:35:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC48684D4C for ; Thu, 13 Jul 2017 15:35:32 +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 i98PEHxmUUX7 for ; Thu, 13 Jul 2017 15:35:32 +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 7BFBA84CDC for ; Thu, 13 Jul 2017 15:35:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A4F7FACB; Thu, 13 Jul 2017 15:35:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499960132267370" MIME-Version: 1.0 Date: Thu, 13 Jul 2017 15:35:32 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-test-unit To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170713153532.7A4F7FACB@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. --_----------=_1499960132267370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jul 13 15:35:32 UTC 2017 Modified Files: pkgsrc/devel/ruby-test-unit: Makefile distinfo Log Message: Update ruby-test-unit to 3.2.5. ## 3.2.5 - 2017-06-24 {#version-3-2-5} ### Improvements * Supported `--enable-frozen-string-literal` `ruby` option. [GitHub#149][Reported by Pat Allan] ### Thanks * Pat Allan To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-test-unit/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-test-unit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499960132267370 Content-Disposition: inline Content-Length: 1641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-test-unit/Makefile diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.29 pkgsrc/devel/ruby-test-unit/Makefile:1.30 --- pkgsrc/devel/ruby-test-unit/Makefile:1.29 Tue Jun 20 13:42:32 2017 +++ pkgsrc/devel/ruby-test-unit/Makefile Thu Jul 13 15:35:32 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/06/20 13:42:32 taca Exp $ +# $NetBSD: Makefile,v 1.30 2017/07/13 15:35:32 taca Exp $ -DISTNAME= test-unit-3.2.4 +DISTNAME= test-unit-3.2.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-test-unit/distinfo diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.24 pkgsrc/devel/ruby-test-unit/distinfo:1.25 --- pkgsrc/devel/ruby-test-unit/distinfo:1.24 Mon Jun 5 14:17:43 2017 +++ pkgsrc/devel/ruby-test-unit/distinfo Thu Jul 13 15:35:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/06/05 14:17:43 taca Exp $ +$NetBSD: distinfo,v 1.25 2017/07/13 15:35:32 taca Exp $ -SHA1 (test-unit-3.2.4.gem) = be52f44a725b156e9d8a0a4662452c706ab262e4 -RMD160 (test-unit-3.2.4.gem) = a9cee42930c894a99fa5596349c0193d56d37206 -SHA512 (test-unit-3.2.4.gem) = e2ff209c9aef1b01c14a9dcea0c07d22fdc302cb42d68ffa8dd98d64dc444252ee746c3f3a2ad6ff4651c176d84d1b862e037a8a140c078b7f142a624115d3c7 -Size (test-unit-3.2.4.gem) = 128000 bytes +SHA1 (test-unit-3.2.5.gem) = 06ec45f477b53469db1f4df366fa20be9fd0bcfc +RMD160 (test-unit-3.2.5.gem) = 5a25f61a1778967af8977e5922bdd41a8059833d +SHA512 (test-unit-3.2.5.gem) = 4c2efa61893d20d593c3b4ab620219c4540f04abd8566c4448e17f50727a955188d76e2d09759f7829b4587c40369a2b7419bf13315537cea7da8bb95c795ab0 +Size (test-unit-3.2.5.gem) = 128512 bytes --_----------=_1499960132267370--