diff options
author | taca <taca@pkgsrc.org> | 2011-09-14 16:50:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-14 16:50:18 +0000 |
commit | 7b83b9af092680127cef4f45520a80d8eaee3b94 (patch) | |
tree | d735c3e2c900cad7fdaf225186ecf6cbac0ee5e0 /lang/ruby | |
parent | a0e8242b453ce065eaf400aecd5e9d45d137c5ce (diff) | |
download | pkgsrc-7b83b9af092680127cef4f45520a80d8eaee3b94.tar.gz |
Switch default Ruby's version to 1.9.x, currently 1.9.2.
Diffstat (limited to 'lang/ruby')
-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 22b15910fe9..e4449afab8f 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.61 2011/08/12 15:27:44 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.62 2011/09/14 16:50:18 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -21,7 +21,7 @@ RUBY19_API_VERSION= 1.9.1 # RUBY_VERSION_DEFAULT defines default version for Ruby related # packages and user can define in mk.conf. (1.8 or 1.9) # -RUBY_VERSION_DEFAULT?= 1.8 +RUBY_VERSION_DEFAULT?= 1.9 _RUBY_VERSION_DEFAULT= ${RUBY_VERSION_DEFAULT:S/.//} # RUBY_VERSION defines the specific Ruby's version which is supported |