Fri Sep 10 05:00:51 2010 UTC ()
Update devel/ZenTest to 4.4.0.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

=== 4.4.0 / 2010-09-01

* 1 major enhancement:

  * Removed git building. I'm dropping direct support for rubinius.

* 3 minor enhancements:

  * Added multiruby  mri:list:x.y.z command so you can see what's available.
  * Enabled installing specific patch versions of ruby.
  * multiruby rubygems:update now forces a build to be less confusing.

* 1 bug fix:

  * Removed redundant test_to_normal, now in zentest_mappings

=== 4.3.3 / 2010-06-17

* 2 minor enhancements:

  * Added options and removed pattern from Autotest::RCov
  * update_rubygems now deletes cached rubygems installs

=== 4.3.2 / 2010-06-02

* 1 minor enhancement:

  * Removed support for rbx builds.

* 2 bug fixes:

  * Removed 'preview' from version filter so I can test with 1.9.2
  * Put PATH tweaks at front of PATH

=== 4.3.1 / 2010-03-30

* 1 bug fix:

  * Fixed autotest output on 1.8. That's what I get for not having
    tests for dots.

=== 4.3.0 / 2010-03-27

* 1 minor enhancement:

  * Added gemcutter rubyforge and hoe to the_usual setup

* 4 bug fixes:

  * 1.9 compat: don't use putc anymore. (fistfvck (hah!))
  * Added note that included articles are out of date
  * Fixed rcov plugin so multiple all_good hooks can coexist
  * Fixed typo in doco

=== 4.2.1 / 2009-12-09

* 1 minor enhancement:

  * Added GEM_HOME/GEM_PATH setting to multiruby.

* 1 bug fix:

  * Fixed multiruby refactoring bug from previous release.

=== 4.2.0 / 2009-12-08

* 3 minor enhancements:

  * Added 'multiruby -1 $version' for easier execution (idea from flori)
  * Set up and tear down PATH in multiruby (luis)
  * died hook now gets passed the exception (amikula)

* 3 bug fixes:

  * Deal with windoze getc returning nil (undees)
  * Fix unit_diff for multiline miniunit results.
  * Fix warning for 1.8.8+


(taca)
diff -r1.7 -r1.8 pkgsrc/devel/ZenTest/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/ZenTest/PLIST
diff -r1.5 -r1.6 pkgsrc/devel/ZenTest/distinfo

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

--- pkgsrc/devel/ZenTest/Makefile 2009/11/23 13:45:51 1.7
+++ pkgsrc/devel/ZenTest/Makefile 2010/09/10 05:00:50 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2009/11/23 13:45:51 fhajny Exp $ 1# $NetBSD: Makefile,v 1.8 2010/09/10 05:00:50 taca Exp $
2 2
3DISTNAME= ZenTest-4.1.4 3DISTNAME= ZenTest-4.4.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://zentest.rubyforge.org/ 7HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
8COMMENT= Testing utilities for Ruby 8COMMENT= Testing utilities for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= hoe>=2.3.3:../../devel/hoe 11CONFLICTS+= ruby[1-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
12 12
13.include "../../misc/rubygems/rubygem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/ZenTest/PLIST 2009/11/23 13:45:51 1.6
+++ pkgsrc/devel/ZenTest/PLIST 2010/09/10 05:00:50 1.7
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1@comment $NetBSD: PLIST,v 1.6 2009/11/23 13:45:51 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.7 2010/09/10 05:00:50 taca Exp $
2bin/autotest 2bin/autotest
3bin/multigem 3bin/multigem
4bin/multiruby 4bin/multiruby
5bin/multiruby_setup 5bin/multiruby_setup
6bin/unit_diff 6bin/unit_diff
7bin/zentest 7bin/zentest
8${GEM_HOME}/cache/ZenTest-${PKGVERSION}.gem 8${GEM_HOME}/cache/${GEM_NAME}.gem
9${GEM_LIBDIR}/.autotest 9${GEM_LIBDIR}/.autotest
10${GEM_LIBDIR}/History.txt 10${GEM_LIBDIR}/History.txt
11${GEM_LIBDIR}/Manifest.txt 11${GEM_LIBDIR}/Manifest.txt
12${GEM_LIBDIR}/README.txt 12${GEM_LIBDIR}/README.txt
13${GEM_LIBDIR}/Rakefile 13${GEM_LIBDIR}/Rakefile
14${GEM_LIBDIR}/articles/Article.css 14${GEM_LIBDIR}/articles/Article.css
15${GEM_LIBDIR}/articles/getting_started_with_autotest.html 15${GEM_LIBDIR}/articles/getting_started_with_autotest.html
16${GEM_LIBDIR}/articles/how_to_use_zentest.txt 16${GEM_LIBDIR}/articles/how_to_use_zentest.txt
17${GEM_LIBDIR}/bin/autotest 17${GEM_LIBDIR}/bin/autotest
18${GEM_LIBDIR}/bin/multigem 18${GEM_LIBDIR}/bin/multigem
19${GEM_LIBDIR}/bin/multiruby 19${GEM_LIBDIR}/bin/multiruby
20${GEM_LIBDIR}/bin/multiruby_setup 20${GEM_LIBDIR}/bin/multiruby_setup
21${GEM_LIBDIR}/bin/unit_diff 21${GEM_LIBDIR}/bin/unit_diff
@@ -31,14 +31,14 @@ ${GEM_LIBDIR}/lib/autotest/rcov.rb @@ -31,14 +31,14 @@ ${GEM_LIBDIR}/lib/autotest/rcov.rb
31${GEM_LIBDIR}/lib/autotest/restart.rb 31${GEM_LIBDIR}/lib/autotest/restart.rb
32${GEM_LIBDIR}/lib/autotest/timestamp.rb 32${GEM_LIBDIR}/lib/autotest/timestamp.rb
33${GEM_LIBDIR}/lib/focus.rb 33${GEM_LIBDIR}/lib/focus.rb
34${GEM_LIBDIR}/lib/functional_test_matrix.rb 34${GEM_LIBDIR}/lib/functional_test_matrix.rb
35${GEM_LIBDIR}/lib/multiruby.rb 35${GEM_LIBDIR}/lib/multiruby.rb
36${GEM_LIBDIR}/lib/unit_diff.rb 36${GEM_LIBDIR}/lib/unit_diff.rb
37${GEM_LIBDIR}/lib/zentest.rb 37${GEM_LIBDIR}/lib/zentest.rb
38${GEM_LIBDIR}/lib/zentest_mapping.rb 38${GEM_LIBDIR}/lib/zentest_mapping.rb
39${GEM_LIBDIR}/test/test_autotest.rb 39${GEM_LIBDIR}/test/test_autotest.rb
40${GEM_LIBDIR}/test/test_focus.rb 40${GEM_LIBDIR}/test/test_focus.rb
41${GEM_LIBDIR}/test/test_unit_diff.rb 41${GEM_LIBDIR}/test/test_unit_diff.rb
42${GEM_LIBDIR}/test/test_zentest.rb 42${GEM_LIBDIR}/test/test_zentest.rb
43${GEM_LIBDIR}/test/test_zentest_mapping.rb 43${GEM_LIBDIR}/test/test_zentest_mapping.rb
44${GEM_HOME}/specifications/ZenTest-${PKGVERSION}.gemspec 44${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/devel/ZenTest/distinfo 2009/11/23 13:45:51 1.5
+++ pkgsrc/devel/ZenTest/distinfo 2010/09/10 05:00:50 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/11/23 13:45:51 fhajny Exp $ 1$NetBSD: distinfo,v 1.6 2010/09/10 05:00:50 taca Exp $
2 2
3SHA1 (ZenTest-4.1.4.gem) = e649df4cb482a5eb3ef6b109a57f3c27f4555912 3SHA1 (ZenTest-4.4.0.gem) = 1dbd47f8a8b3147aafa70d4db4eca1d2d4bfa68c
4RMD160 (ZenTest-4.1.4.gem) = eab798623bd819e5ed85a5693f87e24e7c3dab29 4RMD160 (ZenTest-4.4.0.gem) = 442baa7d562ea66d34d9d68f8ac7f1c185aa527f
5Size (ZenTest-4.1.4.gem) = 60416 bytes 5Size (ZenTest-4.4.0.gem) = 64000 bytes