diff options
author | knu <knu@FreeBSD.org> | 2000-09-29 03:33:39 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-29 03:33:39 +0800 |
commit | 41fcc8d569b454e85c95825fcefa9b19991e62f4 (patch) | |
tree | 50fdcf624084ab78298635666c2deaffd24c2895 /japanese | |
parent | 1362d1be91d798c2f9b8301f88c41b7b9d0c4377 (diff) | |
download | freebsd-ports-graphics-41fcc8d569b454e85c95825fcefa9b19991e62f4.tar.gz freebsd-ports-graphics-41fcc8d569b454e85c95825fcefa9b19991e62f4.tar.zst freebsd-ports-graphics-41fcc8d569b454e85c95825fcefa9b19991e62f4.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 'japanese')
-rw-r--r-- | japanese/ruby-tcltklib/Makefile | 2 | ||||
-rw-r--r-- | japanese/ruby-tk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ruby-tcltklib/Makefile b/japanese/ruby-tcltklib/Makefile index 6da1e2d9da3..97c8c1d40f3 100644 --- a/japanese/ruby-tcltklib/Makefile +++ b/japanese/ruby-tcltklib/Makefile @@ -7,7 +7,7 @@ CATEGORIES= japanese -MAINTAINER= yasuf@bsdclub.org +MAINTAINER= knu@FreeBSD.org TCL_VERSION?= 80 TK_VERSION?= 80 diff --git a/japanese/ruby-tk/Makefile b/japanese/ruby-tk/Makefile index 2984a400d1b..809a9299229 100644 --- a/japanese/ruby-tk/Makefile +++ b/japanese/ruby-tk/Makefile @@ -7,7 +7,7 @@ CATEGORIES= japanese -MAINTAINER= yasuf@bsdclub.org +MAINTAINER= knu@FreeBSD.org TK_VERSION?= 80 WITH_TCLTK_JP= yes |