Sun Dec 15 15:37:26 2019 UTC ()
lang/ruby: change default Ruby to 2.6.x

Change default vesion of Ruby from 2.4.x to 2.6.x.

* Ruby 2.7 will be released within this year.
* Ruby 2.6.x is stable enough and actively maintained.
* Ryby 2.5.x will be in security maintenance phase after
  release of Ruby 2.7.
* Ruby 2.4.x will be EOL after 31th March 2020.


(taca)
diff -r1.213 -r1.214 pkgsrc/lang/ruby/rubyversion.mk

cvs diff -r1.213 -r1.214 pkgsrc/lang/ruby/rubyversion.mk (expand / switch to context diff)
--- pkgsrc/lang/ruby/rubyversion.mk 2019/11/03 19:04:06 1.213
+++ pkgsrc/lang/ruby/rubyversion.mk 2019/12/15 15:37:26 1.214
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.213 2019/11/03 19:04:06 rillig Exp $
+# $NetBSD: rubyversion.mk,v 1.214 2019/12/15 15:37:26 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: 22 24 25 26
-#		Default: 24
+#		Default: 26
 #
 # RUBY_BUILD_DOCUMENT
 #	Build documentation of this package and so that install formated
@@ -219,7 +219,7 @@
 RUBY26_API_VERSION=	2.6.0
 
 #
-RUBY_VERSION_DEFAULT?=	24
+RUBY_VERSION_DEFAULT?=	26
 
 # supported Ruby's version
 RUBY_VERSIONS_SUPPORTED=	24 25 26 22