summaryrefslogtreecommitdiff
path: root/devel/ZenTest/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 16:23:00 +0000
committertaca <taca@pkgsrc.org>2011-08-12 16:23:00 +0000
commit46ad9ebed33e6ec443210f92ad78062d67a9fb6e (patch)
treeb7a2b524916171dc98fc499b8dda15ceb4bef702 /devel/ZenTest/Makefile
parent0050737a649707d80acccd73e2e48ec81938d85b (diff)
downloadpkgsrc-46ad9ebed33e6ec443210f92ad78062d67a9fb6e.tar.gz
Update ZenTest package to 4.6.0.
=== 4.6.0 / 2011-07-22 * 6 minor enhancements: * Added -p (plain diff) and made -u (unified diff) the default for unit_diff. * Added ./tmp to default exclusions. * Autotest defaults unit_diff to nil now, to allow minitest's enhanced assert_equal to shine. * Autotest will raise if the :died handler doesn't handle the exception. (ralfebert) * Dropped 1.8.6 as a default tag/branch to build in multiruby. * autotest can now be automatically 'narrowed' on the command-line. * eg: `autotest lib test/test_blah.rb` * 7 bug fixes: * Believe it or not... but some ppl use zentest. Fixed nested class vs module bug * Fix to turn on jruby's support for ObjectSpace. (stepheneb) * Fixed a rubygems deprecation in autotest * Fixed unit_diff scanning for minitest output. * Normalized shebangs to fix problems on windows (luis) * autotest/isolate.rb sets GEM_HOME as well as GEM_PATH. * Fixed 1.9.3 warnings.
Diffstat (limited to 'devel/ZenTest/Makefile')
-rw-r--r--devel/ZenTest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ZenTest/Makefile b/devel/ZenTest/Makefile
index 7548cdf0320..4d7840e1dda 100644
--- a/devel/ZenTest/Makefile
+++ b/devel/ZenTest/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/03/23 15:53:34 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/08/12 16:23:00 taca Exp $
-DISTNAME= ZenTest-4.5.0
+DISTNAME= ZenTest-4.6.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org