Wed Aug 17 13:28:21 2011 UTC ()
Update ruby-test-unit package to 2.3.2.

2.3.2 2011-08-15
----------------

A bug fix release.

Improvements
------------

    [ui][console] Added some newlines to improve readability.

Fixes
-----

    [ui][console] Worked --verbose again.
    Re-supported Ruby 1.8.6. [Reported by James Mead]

Thanks
------

    James Mead


(taca)
diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/patches/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/Makefile 2011/08/12 16:38:04 1.4
+++ pkgsrc/devel/ruby-test-unit/Makefile 2011/08/17 13:28:21 1.5
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.4 2011/08/12 16:38:04 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2011/08/17 13:28:21 taca Exp $
2 2
3DISTNAME= test-unit-2.3.1 3DISTNAME= test-unit-2.3.2
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://rubyforge.org/projects/test-unit/ 7HOMEPAGE= http://rubyforge.org/projects/test-unit/
8COMMENT= Improved version of Test::Unit 8COMMENT= Improved version of Test::Unit
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11pre-configure: 11pre-configure:
12 ${MV} ${WRKSRC}/bin/testrb ${WRKSRC}/bin/testrb2 12 ${MV} ${WRKSRC}/bin/testrb ${WRKSRC}/bin/testrb2
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/distinfo 2011/08/12 16:38:04 1.4
+++ pkgsrc/devel/ruby-test-unit/distinfo 2011/08/17 13:28:21 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2011/08/12 16:38:04 taca Exp $ 1$NetBSD: distinfo,v 1.5 2011/08/17 13:28:21 taca Exp $
2 2
3SHA1 (test-unit-2.3.1.gem) = 5e27ec8e92a0c972204df140fc352e90aa4e7640 3SHA1 (test-unit-2.3.2.gem) = aeda648c442a1d1fb60a5c4c586a7e1ea36e3159
4RMD160 (test-unit-2.3.1.gem) = 6d91c4bf371a52f094eab80eb01373235bd71d88 4RMD160 (test-unit-2.3.2.gem) = 39ac0c3c6cad82cfaf6488d319bc5f6d5aa9b657
5Size (test-unit-2.3.1.gem) = 94720 bytes 5Size (test-unit-2.3.2.gem) = 94720 bytes
6SHA1 (patch-aa) = 941888e8ad8dea1c2f4990cfce718bdd71dadc7b 6SHA1 (patch-aa) = db5ae252f41f1b445daffcf952eebf5bee9e9888

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-test-unit/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/ruby-test-unit/patches/Attic/patch-aa 2011/08/12 16:38:04 1.4
+++ pkgsrc/devel/ruby-test-unit/patches/Attic/patch-aa 2011/08/17 13:28:21 1.5
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1$NetBSD: patch-aa,v 1.4 2011/08/12 16:38:04 taca Exp $ 1$NetBSD: patch-aa,v 1.5 2011/08/17 13:28:21 taca Exp $
2 2
3Avoid conflict with ruby{18,19}-base's command. 3Avoid conflict with ruby{18,19}-base's command.
4 4
5--- ../test-unit-2.3.1.gemspec.orig 2011-08-07 05:27:09.000000000 +0000 5--- ../test-unit-2.3.2.gemspec.orig 2011-08-17 01:14:05.000000000 +0000
6+++ ../test-unit-2.3.1.gemspec 6+++ ../test-unit-2.3.2.gemspec
7@@ -29,7 +29,7 @@ email:  7@@ -28,7 +28,7 @@ email:
8 - kou@cozmixng.org 8 - kou@cozmixng.org
9 - yoshihara@clear-code.com 9 - yoshihara@clear-code.com
10 executables:  10 executables:
11-- testrb 11-- testrb
12+- testrb2 12+- testrb2
13 extensions: [] 13 extensions: []
14  14
15 extra_rdoc_files:  15 extra_rdoc_files:
16@@ -42,7 +42,7 @@ files:  16@@ -41,7 +41,7 @@ files:
17 - README.textile 17 - README.textile
18 - Rakefile 18 - Rakefile
19 - TODO 19 - TODO
20-- bin/testrb 20-- bin/testrb
21+- bin/testrb2 21+- bin/testrb2
22 - lib/test/unit.rb 22 - lib/test/unit.rb
23 - lib/test/unit/assertionfailederror.rb 23 - lib/test/unit/assertionfailederror.rb
24 - lib/test/unit/assertions.rb 24 - lib/test/unit/assertions.rb