summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-14 19:54:23 +0000
committertaca <taca@pkgsrc.org>2014-03-14 19:54:23 +0000
commit2fcb24181c4ed50d578a655ddd8f5964baa9639f (patch)
tree0c36c3b63868aeb4bd2aad2a62eae39c7267c89c
parent369fba3fa25e0a5f7247e49d0aa90d0b92761904 (diff)
downloadpkgsrc-2fcb24181c4ed50d578a655ddd8f5964baa9639f.tar.gz
Switch default version of Ruby to 2.0.0.
And add value for Ruby 2.1.1 in description.
-rw-r--r--lang/ruby/rubyversion.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 9bb8314d3d0..31b20c037f4 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.115 2014/03/14 19:33:59 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.116 2014/03/14 19:54:23 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -10,8 +10,8 @@
# RUBY_VERSION_DEFAULT
# The preferered Ruby version to use.
#
-# Possible values: 18 193 200
-# Default: 193
+# Possible values: 18 193 200 21
+# Default: 200
#
# RUBY_BUILD_RDOC
# Build rdoc of this package and so that install formated
@@ -41,8 +41,8 @@
# RUBY_VERSION_SUPPORTED
# The Ruby versions that are acceptable for the package.
#
-# Possible values: 18 193 200
-# Default: 18 193 200
+# Possible values: 18 193 200 21
+# Default: 200 193 18 21
#
# RUBY_NOVERSION
# If "Yes", the package dosen't depend on any version of Ruby, such
@@ -229,7 +229,7 @@ RUBY200_API_VERSION= 2.0.0
RUBY21_API_VERSION= 2.1.0
#
-RUBY_VERSION_DEFAULT?= 193
+RUBY_VERSION_DEFAULT?= 200
RUBY_VERSION_SUPPORTED?= 200 193 18 21