diff options
author | taca <taca> | 2002-01-19 16:33:16 +0000 |
---|---|---|
committer | taca <taca> | 2002-01-19 16:33:16 +0000 |
commit | 6c19794d1b98b5a52948b26e525d54a337cb5f55 (patch) | |
tree | 98577eba729b1763065653cdd5767ac458d9cbbc /devel/ruby-unit/Makefile | |
parent | eb226fa762ef35963422a01cb46647a529716c0a (diff) | |
download | pkgsrc-6c19794d1b98b5a52948b26e525d54a337cb5f55.tar.gz |
Update ruby-unit package to 0.5.4. Changes from 0.5.2 are below.
Sat Jan 19 14:47:02 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testfailure.rb: correct not to occure
warning message with ruby -w. (Thanks to David Alan Black)
Sat Jan 12 16:11:56 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* runit/testfailure.rb: uses Regexp.quote to create SKIP_FILES pattern.
Diffstat (limited to 'devel/ruby-unit/Makefile')
-rw-r--r-- | devel/ruby-unit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index 5b33bdeb58f..9afb0c54bb0 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/04 00:36:54 taca Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/19 16:33:17 taca Exp $ # FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp DISTNAME= rubyunit-${VERSION} @@ -10,7 +10,7 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html COMMENT= Ruby implementation of eXtreme Programming -VERSION= 0.5.2 +VERSION= 0.5.4 DIST_SUBDIR= ruby USE_RUBY_RD= yes |