diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-28 19:33:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-28 19:33:39 +0000 |
commit | 3d3b2e83ce1bc322f7d9f95b843bd217d0e82782 (patch) | |
tree | 1beea6724c2491931de0894308cb970c4054b3a8 /lang/ruby | |
parent | 2a30b0b03b802bfe86930588b592e1f9e5e1dc48 (diff) | |
download | freebsd-ports-3d3b2e83ce1bc322f7d9f95b843bd217d0e82782.zip |
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.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index f30b0a651600..82e177ae05be 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${RUBY_VER} DIST_SUBDIR= ruby -MAINTAINER= yasuf@bsdclub.org +MAINTAINER= knu@FreeBSD.org USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/lang/ruby/distinfo b/lang/ruby/distinfo index 78be989c6959..78c49ef5fc06 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-1.6.0.tar.gz) = fc35bbdc50c7512b838f45558744f75d +MD5 (ruby/ruby-1.6.1.tar.gz) = 59e5b9ab8dfe65214e1b72eec4219dff |