diff options
author | taca <taca@pkgsrc.org> | 2002-03-02 09:10:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-02 09:10:55 +0000 |
commit | 7be7902ffcc41b33e954ca42e24886cd8be3ea58 (patch) | |
tree | a25ce32dc2fcf67759b4e14f0a3307889224e075 /lang | |
parent | d3f6db38acf763402f28f87fe9c1a32a69f53af8 (diff) | |
download | pkgsrc-7be7902ffcc41b33e954ca42e24886cd8be3ea58.tar.gz |
Update ruby package to 1.6.7.
Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here.
In detail, See ChangeLog which is contained in the package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-base/patches/patch-ah | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/ruby-base/patches/patch-ah b/lang/ruby-base/patches/patch-ah deleted file mode 100644 index 68dea922a4e..00000000000 --- a/lang/ruby-base/patches/patch-ah +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2001/12/30 16:21:52 taca Exp $ - ---- lib/weakref.rb.orig Thu Jul 27 18:49:33 2000 -+++ lib/weakref.rb -@@ -60,7 +60,11 @@ - unless ID_MAP[@__id] - raise RefError, "Illegal Reference - probably recycled", caller(2) - end -- ObjectSpace._id2ref(@__id) -+ begin -+ ObjectSpace._id2ref(@__id) -+ rescue RangeError -+ raise RefError, "Illegal Reference - probably recycled", caller(2) -+ end - end - - def weakref_alive? |