Fri Sep 13 12:54:23 2013 UTC ()
Update ZenTest package to 4.9.3.

=== 4.9.3 / 2013-08-12

* 1 minor enhancement:

  * Added --debug option. Probably need to add more to help bug reports.

* 2 bug fixes:

  * Fixed completed_re and failed_results_re to match minitest 5 (and still mt
    4).
  * Fixed handle_results to deal with minitest 5 output (eg
    ClassName#method_name).


(taca)
diff -r1.19 -r1.20 pkgsrc/devel/ZenTest/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/ZenTest/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/ZenTest/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ZenTest/Makefile 2013/06/16 14:47:06 1.19
+++ pkgsrc/devel/ZenTest/Makefile 2013/09/13 12:54:23 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2013/06/16 14:47:06 taca Exp $ 1# $NetBSD: Makefile,v 1.20 2013/09/13 12:54:23 taca Exp $
2 2
3DISTNAME= ZenTest-4.9.2 3DISTNAME= ZenTest-4.9.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/ 7HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
8COMMENT= Testing utilities for Ruby 8COMMENT= Testing utilities for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11CONFLICTS+= ruby[1-9][0-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]* 11CONFLICTS+= ruby[1-9][0-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
12 12
13RUBYGEMS_REQD= 1.8 13RUBYGEMS_REQD= 1.8
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/devel/ZenTest/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ZenTest/distinfo 2013/06/16 14:47:06 1.17
+++ pkgsrc/devel/ZenTest/distinfo 2013/09/13 12:54:23 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2013/06/16 14:47:06 taca Exp $ 1$NetBSD: distinfo,v 1.18 2013/09/13 12:54:23 taca Exp $
2 2
3SHA1 (ZenTest-4.9.2.gem) = 73be368bd7ac1845fafff360937495692ce241a2 3SHA1 (ZenTest-4.9.3.gem) = 474d7aa2b7fc93a84b00e9b188e4dcc05ed03389
4RMD160 (ZenTest-4.9.2.gem) = 059e9301a0254ba05094868ef848400f3b579533 4RMD160 (ZenTest-4.9.3.gem) = 650e955efda018366504e9742b2da422e09ddd05
5Size (ZenTest-4.9.2.gem) = 69120 bytes 5Size (ZenTest-4.9.3.gem) = 69120 bytes