summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-28 19:33:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-28 19:33:39 +0000
commit3d3b2e83ce1bc322f7d9f95b843bd217d0e82782 (patch)
tree1beea6724c2491931de0894308cb970c4054b3a8 /Mk
parentUpdate to 0.2. (diff)
Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
Notes
Notes: svn path=/head/; revision=33227
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ruby.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 92e6e791437d..0a8ff702ed13 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -64,7 +64,7 @@ _RUBY_SUFFIX= ${RUBY_VER:S/.//}
RUBY_VERSION?= 1.4.6
RUBY_SUFFIX?= ${_RUBY_SUFFIX}
.else
-RUBY_VERSION?= 1.6.0
+RUBY_VERSION?= 1.6.1
RUBY_SUFFIX?= # empty
.endif