pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-test-unit Update -test-unit to 3.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59f6c86d05c1
branches:  trunk
changeset: 652725:59f6c86d05c1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 07 10:15:23 2015 +0000

description:
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:

 devel/ruby-test-unit/Makefile |  9 ++++++---
 devel/ruby-test-unit/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 093becc44f63 -r 59f6c86d05c1 devel/ruby-test-unit/Makefile
--- a/devel/ruby-test-unit/Makefile     Sun Jun 07 10:14:40 2015 +0000
+++ b/devel/ruby-test-unit/Makefile     Sun Jun 07 10:15:23 2015 +0000
@@ -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@localhost
@@ -9,7 +9,10 @@
 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 -r 093becc44f63 -r 59f6c86d05c1 devel/ruby-test-unit/distinfo
--- a/devel/ruby-test-unit/distinfo     Sun Jun 07 10:14:40 2015 +0000
+++ b/devel/ruby-test-unit/distinfo     Sun Jun 07 10:15:23 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index