diff options
author | knu <knu@FreeBSD.org> | 2001-04-13 00:57:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-13 00:57:17 +0800 |
commit | 3d34ac95ffec52a7289af3b51e0b6739d0762949 (patch) | |
tree | 680631bf1b94a2035fdd80ffdc5efa16d5ee2939 /lang/ruby | |
parent | e77e1a09fe7620670692e08e6833a0948e1b4f93 (diff) | |
download | freebsd-ports-gnome-3d34ac95ffec52a7289af3b51e0b6739d0762949.tar.gz freebsd-ports-gnome-3d34ac95ffec52a7289af3b51e0b6739d0762949.tar.zst freebsd-ports-gnome-3d34ac95ffec52a7289af3b51e0b6739d0762949.zip |
Update to the latest snapshot plus a fix against malloc race issue.
(1.6.4.p1.2001.04.11)
This does not build on the very latest CURRENT due to the newly
updated libreadline, but the problem will soon be fixed.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 7 | ||||
-rw-r--r-- | lang/ruby/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index decfea285c7f..6ebadae92225 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -13,9 +13,10 @@ MASTER_SITE_SUBDIR= ${RUBY_VER} DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby -#PATCH_SITES= http://www.ruby-lang.org/~knu/ -#PATCHFILES= ${RUBY_DISTNAME}-${RUBY_SNAPSHOTVERSION}.patch.gz -#PATCH_DIST_STRIP= -p1 +PATCH_SITES= http://www.ruby-lang.org/~knu/ +PATCHFILES= ${RUBY_DISTNAME}-${RUBY_SNAPSHOTVERSION}.patch.gz \ + ruby-malloc_race.patch.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org diff --git a/lang/ruby/distinfo b/lang/ruby/distinfo index e3f55c5b85a0..12472eaacd4b 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/distinfo @@ -1 +1,3 @@ MD5 (ruby/ruby-1.6.4-preview1.tar.gz) = 68652977db09717eb3740c33c6f1fb24 +MD5 (ruby/ruby-1.6.4-preview1-2001.04.11.patch.gz) = dff4c52ab7458f091b2ae219842bcfd5 +MD5 (ruby/ruby-malloc_race.patch.gz) = 7c74ae36d8ba0db8b29aa0d7ac6fffcb |