diff options
author | taca <taca> | 2007-09-24 21:54:50 +0000 |
---|---|---|
committer | taca <taca> | 2007-09-24 21:54:50 +0000 |
commit | 76e5e55f6e5e119ad8f4e45ca4c3d5e8b49194d1 (patch) | |
tree | 229b922535f46fdc3c30b27c32a5b5cff6c9899f /lang | |
parent | 2713af7988f65f88fffb94053ca77364401c61ff (diff) | |
download | pkgsrc-76e5e55f6e5e119ad8f4e45ca4c3d5e8b49194d1.tar.gz |
Update Ruby to 1.8.6-p110.
Approved by wiz@.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index d418c38dabc..0319bb3f16e 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.34 2007/09/09 14:15:27 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.35 2007/09/24 21:54:50 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined RUBY18_VERSION= 1.8.6 # patch -RUBY18_PATCHLEVEL= 36 +RUBY18_PATCHLEVEL= 110 # RUBY_VERSION_DEFAULT defines default version for Ruby related # packages and user can define in mk.conf. (1.6 or 1.8) |