pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: change default Ruby to 2.6.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ebef4a2007c
branches: trunk
changeset: 419264:8ebef4a2007c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Dec 15 15:37:26 2019 +0000
description:
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.
diffstat:
lang/ruby/rubyversion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a5e722390489 -r 8ebef4a2007c lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Sun Dec 15 14:52:24 2019 +0000
+++ b/lang/ruby/rubyversion.mk Sun Dec 15 15:37:26 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index