diff options
author | taca <taca> | 2002-03-02 09:10:55 +0000 |
---|---|---|
committer | taca <taca> | 2002-03-02 09:10:55 +0000 |
commit | f097ae9c9964b47a29fceddc01e322108d53e9f4 (patch) | |
tree | a25ce32dc2fcf67759b4e14f0a3307889224e075 /lang/ruby-base | |
parent | d48ef2e5c2fd38b59f642963497752812d75357c (diff) | |
download | pkgsrc-f097ae9c9964b47a29fceddc01e322108d53e9f4.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/ruby-base')
-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? |