pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 15 15:37:26 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 pkgsrc/lang/ruby/rubyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.213 pkgsrc/lang/ruby/rubyversion.mk:1.214
--- pkgsrc/lang/ruby/rubyversion.mk:1.213 Sun Nov 3 19:04:06 2019
+++ pkgsrc/lang/ruby/rubyversion.mk Sun Dec 15 15:37:26 2019
@@ -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 @@ RUBY25_API_VERSION= 2.5.0
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