Wed Oct 23 16:15:36 2019 UTC ()
devel/ZenTest: update to 4.12.0

Update ZenTest to 4.12.0

=== 4.12.0 / 2019-09-22

* 3 major enhancements:

  * Deleted autotest from project. Use minitest-autotest instead.
  * Removed multiruby_setup. Use ruby-install or ruby-build or install your own.
  * Update multiruby to use ~/.rubies (default for ruby-install).

* 4 minor enhancements:

  * Find and use the multiruby next to multigem.
  * multiruby ignores GEM_HOME and GEM_PATH (to allow multigem to work).
  * multiruby respects global `multiruby_skip` entries in `~/.hoerc`.
  * multiruby sorts versions properly so glob ordering is consistent.

* 1 bug fix:

  * Removed hacks for rbx because nobody uses rbx.


(taca)
diff -r1.1 -r1.2 pkgsrc/devel/ZenTest/ALTERNATIVES
diff -r1.24 -r1.25 pkgsrc/devel/ZenTest/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/ZenTest/PLIST
diff -r1.23 -r1.24 pkgsrc/devel/ZenTest/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/ZenTest/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/ZenTest/ALTERNATIVES 2016/08/21 08:32:41 1.1
+++ pkgsrc/devel/ZenTest/ALTERNATIVES 2019/10/23 16:15:36 1.2
@@ -1,6 +1,4 @@ @@ -1,6 +1,4 @@
1bin/autotest @PREFIX@/bin/autotest@RUBY_SUFFIX@ 
2bin/multigem @PREFIX@/bin/multigem@RUBY_SUFFIX@ 1bin/multigem @PREFIX@/bin/multigem@RUBY_SUFFIX@
3bin/multiruby @PREFIX@/bin/multiruby@RUBY_SUFFIX@ 2bin/multiruby @PREFIX@/bin/multiruby@RUBY_SUFFIX@
4bin/multiruby_setup @PREFIX@/bin/multiruby_setup@RUBY_SUFFIX@ 
5bin/unit_diff @PREFIX@/bin/unit_diff@RUBY_SUFFIX@ 3bin/unit_diff @PREFIX@/bin/unit_diff@RUBY_SUFFIX@
6bin/zentest @PREFIX@/bin/zentest@RUBY_SUFFIX@ 4bin/zentest @PREFIX@/bin/zentest@RUBY_SUFFIX@

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

--- pkgsrc/devel/ZenTest/Makefile 2019/01/06 15:00:14 1.24
+++ pkgsrc/devel/ZenTest/Makefile 2019/10/23 16:15:36 1.25
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.24 2019/01/06 15:00:14 taca Exp $ 1# $NetBSD: Makefile,v 1.25 2019/10/23 16:15:36 taca Exp $
2 2
3DISTNAME= ZenTest-4.11.2 3DISTNAME= ZenTest-4.12.0
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]*
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
 14USE_LANGUAGES= # empty
 15
14pre-configure: 16pre-configure:
15 ${CHMOD} ${BINMODE} ${WRKSRC}/bin/* 17 ${CHMOD} ${BINMODE} ${WRKSRC}/bin/*
16 18
17.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
18.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/ZenTest/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ZenTest/PLIST 2016/08/21 08:31:41 1.9
+++ pkgsrc/devel/ZenTest/PLIST 2019/10/23 16:15:36 1.10
@@ -1,47 +1,30 @@ @@ -1,47 +1,30 @@
1@comment $NetBSD: PLIST,v 1.9 2016/08/21 08:31:41 taca Exp $ 1@comment $NetBSD: PLIST,v 1.10 2019/10/23 16:15:36 taca Exp $
2bin/autotest${RUBY_SUFFIX} 
3bin/multigem${RUBY_SUFFIX} 2bin/multigem${RUBY_SUFFIX}
4bin/multiruby${RUBY_SUFFIX} 3bin/multiruby${RUBY_SUFFIX}
5bin/multiruby_setup${RUBY_SUFFIX} 
6bin/unit_diff${RUBY_SUFFIX} 4bin/unit_diff${RUBY_SUFFIX}
7bin/zentest${RUBY_SUFFIX} 5bin/zentest${RUBY_SUFFIX}
8${GEM_HOME}/cache/${GEM_NAME}.gem 6${GEM_HOME}/cache/${GEM_NAME}.gem
9${GEM_LIBDIR}/.autotest 7${GEM_LIBDIR}/.autotest
10${GEM_LIBDIR}/History.txt 8${GEM_LIBDIR}/History.txt
11${GEM_LIBDIR}/Manifest.txt 9${GEM_LIBDIR}/Manifest.txt
12${GEM_LIBDIR}/README.txt 10${GEM_LIBDIR}/README.txt
13${GEM_LIBDIR}/Rakefile 11${GEM_LIBDIR}/Rakefile
14${GEM_LIBDIR}/articles/Article.css 12${GEM_LIBDIR}/articles/Article.css
15${GEM_LIBDIR}/articles/getting_started_with_autotest.html 
16${GEM_LIBDIR}/articles/how_to_use_zentest.txt 13${GEM_LIBDIR}/articles/how_to_use_zentest.txt
17${GEM_LIBDIR}/bin/autotest 
18${GEM_LIBDIR}/bin/multigem 14${GEM_LIBDIR}/bin/multigem
19${GEM_LIBDIR}/bin/multiruby 15${GEM_LIBDIR}/bin/multiruby
20${GEM_LIBDIR}/bin/multiruby_setup 
21${GEM_LIBDIR}/bin/unit_diff 16${GEM_LIBDIR}/bin/unit_diff
22${GEM_LIBDIR}/bin/zentest 17${GEM_LIBDIR}/bin/zentest
23${GEM_LIBDIR}/example.txt 18${GEM_LIBDIR}/example.txt
24${GEM_LIBDIR}/example1.rb 19${GEM_LIBDIR}/example1.rb
25${GEM_LIBDIR}/example2.rb 20${GEM_LIBDIR}/example2.rb
26${GEM_LIBDIR}/example_dot_autotest.rb 
27${GEM_LIBDIR}/lib/autotest.rb 
28${GEM_LIBDIR}/lib/autotest/autoupdate.rb 
29${GEM_LIBDIR}/lib/autotest/bundler.rb 
30${GEM_LIBDIR}/lib/autotest/isolate.rb 
31${GEM_LIBDIR}/lib/autotest/once.rb 
32${GEM_LIBDIR}/lib/autotest/preload.rb 
33${GEM_LIBDIR}/lib/autotest/rcov.rb 
34${GEM_LIBDIR}/lib/autotest/restart.rb 
35${GEM_LIBDIR}/lib/autotest/timestamp.rb 
36${GEM_LIBDIR}/lib/focus.rb 21${GEM_LIBDIR}/lib/focus.rb
37${GEM_LIBDIR}/lib/functional_test_matrix.rb 22${GEM_LIBDIR}/lib/functional_test_matrix.rb
38${GEM_LIBDIR}/lib/multiruby.rb 
39${GEM_LIBDIR}/lib/unit_diff.rb 23${GEM_LIBDIR}/lib/unit_diff.rb
40${GEM_LIBDIR}/lib/zentest.rb 24${GEM_LIBDIR}/lib/zentest.rb
41${GEM_LIBDIR}/lib/zentest_mapping.rb 25${GEM_LIBDIR}/lib/zentest_mapping.rb
42${GEM_LIBDIR}/test/test_autotest.rb 
43${GEM_LIBDIR}/test/test_focus.rb 26${GEM_LIBDIR}/test/test_focus.rb
44${GEM_LIBDIR}/test/test_unit_diff.rb 27${GEM_LIBDIR}/test/test_unit_diff.rb
45${GEM_LIBDIR}/test/test_zentest.rb 28${GEM_LIBDIR}/test/test_zentest.rb
46${GEM_LIBDIR}/test/test_zentest_mapping.rb 29${GEM_LIBDIR}/test/test_zentest_mapping.rb
47${GEM_HOME}/specifications/${GEM_NAME}.gemspec 30${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/devel/ZenTest/distinfo 2019/01/06 15:00:14 1.23
+++ pkgsrc/devel/ZenTest/distinfo 2019/10/23 16:15:36 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2019/01/06 15:00:14 taca Exp $ 1$NetBSD: distinfo,v 1.24 2019/10/23 16:15:36 taca Exp $
2 2
3SHA1 (ZenTest-4.11.2.gem) = 89b8ed26c603bc4ac08ccd44a63ddf7d0d5467ee 3SHA1 (ZenTest-4.12.0.gem) = d2df459d30dc13445f2cc962b81fc0d058ff5822
4RMD160 (ZenTest-4.11.2.gem) = 1ef805ef6bf3b02b1ced4f906a5fae9acacec5ef 4RMD160 (ZenTest-4.12.0.gem) = 2f933894e6b699cbb2fc59e71666e1ccd9b783af
5SHA512 (ZenTest-4.11.2.gem) = 6596d49fe3f3a05db69fe81ff0825b3158a30a54c63e2794e0c09a4abb51b60fc612765dd811a9ad99db0390904ca59f4afd4fe780dfaeddb3cb6623184228e8 5SHA512 (ZenTest-4.12.0.gem) = cbce7059ed48fba1a265c9a4360d032492cbc3a67131480e11bc06c1cc7fadcd82139231f16c5ff4fd2a9b771a574f834a71eae21392ee5fdbf335366748150c
6Size (ZenTest-4.11.2.gem) = 71680 bytes 6Size (ZenTest-4.12.0.gem) = 48128 bytes