diff options
author | stas <stas@FreeBSD.org> | 2009-06-03 01:25:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-06-03 01:25:37 +0800 |
commit | 4d724f148b0c7ceca01fa64a1119804e8e98eb69 (patch) | |
tree | a661d107b5f61e90e098be391a7031fde62febca /Mk/bsd.ruby.mk | |
parent | 555646572e0846a07eee03b9ce74c25845ac959f (diff) | |
download | freebsd-ports-gnome-4d724f148b0c7ceca01fa64a1119804e8e98eb69.tar.gz freebsd-ports-gnome-4d724f148b0c7ceca01fa64a1119804e8e98eb69.tar.zst freebsd-ports-gnome-4d724f148b0c7ceca01fa64a1119804e8e98eb69.zip |
- Update ruby 1.8.7 to the latest revision available from ruby-lang.org.
This updates also borrows some important bugfixes from Ruby CVS that
is not available in patchlevel 160 yet.
- Drop GC patch support. It is broken with the new ruby version and
seem to require the complete rewriting.
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index b77bf7803c6e..117ae46b0414 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -170,9 +170,9 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 1.8 # RUBY_RELVERSION= 1.8.7 -RUBY_PORTREVISION= 1 +RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 72 +RUBY_PATCHLEVEL= 160 . if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} |