summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-07 10:15:23 +0000
committertaca <taca@pkgsrc.org>2015-06-07 10:15:23 +0000
commit2a8ae99b0141eb5402863b4dd35dfad93d67f18c (patch)
tree1778c0ba3f925939373eb01bb5284ee82539be79 /devel
parent77dd917c88d1246e0ad5dacaabbd6c3affc04e0c (diff)
downloadpkgsrc-2a8ae99b0141eb5402863b4dd35dfad93d67f18c.tar.gz
Update -test-unit to 3.1.1.
## 3.1.0 - 2015-05-28 {#version-3-1-0} It's a bug fix release. ### Improvements * [ui][console] Removed needless new line. ### Fixes * Fixed a bug that priority mode can't be used on Windows. [GitHub#95][Reported by Daniel Berger] * Fixed a homepage URL RubyGems spec. [GitHub#96][Patch by Masayoshi Takahashi] supported.) [GitHub#89][Patch by Aaron Stone] * Fixed a bug that shutdown hook isn't called when pass throw exception such as `Interrupt` is raised. [GitHub#98][Reported by jeremiahishere.] * Fixed typos in documents. [GitHub#100][Reported by scivola] [GitHub#102][GitHub#103][Patch by Masafumi Yokoyama] * Fixed a bug that the same name test isn't executed in sub test case. [GitHub#104][Reported by wanabe] ### Thanks * Daniel Berger * Masayoshi Takahashi * jeremiahishere * scivola * Masafumi Yokoyama * wanabe
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-test-unit/Makefile9
-rw-r--r--devel/ruby-test-unit/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index 1406dc6a7cd..990019bc80e 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/03/02 11:05:34 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2015/06/07 10:15:23 taca Exp $
-DISTNAME= test-unit-3.0.9
+DISTNAME= test-unit-3.1.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,7 +9,10 @@ COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-power_assert>=0:../../devel/ruby-power_assert
-RUBY_VERSION_SUPPORTED= 200 21
+
+USE_LANGUAGES= # none
+
+RUBY_VERSION_SUPPORTED= 200 21 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo
index 2b6ffbb40a2..fc60401a19b 100644
--- a/devel/ruby-test-unit/distinfo
+++ b/devel/ruby-test-unit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2015/02/02 15:11:31 taca Exp $
+$NetBSD: distinfo,v 1.15 2015/06/07 10:15:23 taca Exp $
-SHA1 (test-unit-3.0.9.gem) = 08438942a7cb4515a5a13ea7e8e686be4a1d6bef
-RMD160 (test-unit-3.0.9.gem) = 94f9c102e2c803a16e4e0c3dbdfe64b382035312
-Size (test-unit-3.0.9.gem) = 120320 bytes
+SHA1 (test-unit-3.1.1.gem) = 8b7827ecf503cdb189817ad46fcadb68373f1490
+RMD160 (test-unit-3.1.1.gem) = 61e5ddba435cdf527ad8bce75bfe07ba371f90a8
+Size (test-unit-3.1.1.gem) = 121344 bytes