summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2016-03-13 09:35:59 +0000
committertaca <taca>2016-03-13 09:35:59 +0000
commit10bb0de0084202f8ead3ed570c5ae81274c5fb16 (patch)
tree6d4a5b333da0d36f583d13fa1361a70480bb95f7 /lang
parent17205dc3d2b195d4e5926ba1b963180bdba0a119 (diff)
downloadpkgsrc-10bb0de0084202f8ead3ed570c5ae81274c5fb16.tar.gz
Switch default Ruby's version to 2.2 (ruby22).
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index bd4a3bf0493..55c15331b9b 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.158 2016/02/16 14:16:43 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.159 2016/03/13 09:35:59 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -11,7 +11,7 @@
# The preferered Ruby version to use.
#
# Possible values: 18 200 21 22 23
-# Default: 200
+# Default: 22
#
# RUBY_BUILD_RDOC
# Build rdoc of this package and so that install formated
@@ -253,9 +253,9 @@ RUBY_GEMS_PKGSRC_VERS= 2.4.8
RUBY_RDOC_PKGSRC_VERS= 4.2.2
#
-RUBY_VERSION_DEFAULT?= 200
+RUBY_VERSION_DEFAULT?= 22
-RUBY_VERSION_SUPPORTED?= 200 21 22 23
+RUBY_VERSION_SUPPORTED?= 22 23 21 200
.if defined(RUBY_VERSION_REQD)
. for rv in ${RUBY_VERSION_SUPPORTED}