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: switch defult Ruby's version to 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4804f95a14ed
branches:  trunk
changeset: 456195:4804f95a14ed
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jul 21 14:39:05 2021 +0000

description:
lang/ruby: switch defult Ruby's version to 2.7

Switch default Ruby's version from 2.6 to 2.7.

diffstat:

 lang/ruby/rubyversion.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r 7e47b7d62cd6 -r 4804f95a14ed lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Jul 21 13:55:07 2021 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Jul 21 14:39:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.235 2021/07/07 16:11:57 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.236 2021/07/21 14:39:05 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: 26 27 30
-#              Default: 26
+#              Default: 27
 #
 # RUBY_BUILD_DOCUMENT
 #      Build documentation of this package and so that install formated
@@ -35,7 +35,7 @@
 #      The Ruby versions that are acceptable for the package.
 #
 #              Possible values: 26 27 30
-#              Default: 26 27 30
+#              Default: 27 30 26
 #
 # RUBY_VERSIONS_INCOMPATIBLE
 #      The Ruby versions that are incompatible for the package.
@@ -223,12 +223,12 @@
 RUBY30_API_VERSION=    3.0.0
 
 #
-RUBY_VERSION_DEFAULT?= 26
+RUBY_VERSION_DEFAULT?= 27
 
 # supported Ruby's version
 RUBY_VERSIONS_SUPPORTED=       26 27 30
 
-RUBY_VERSIONS_ACCEPTED?=       26 27 30
+RUBY_VERSIONS_ACCEPTED?=       27 30 26
 RUBY_VERSIONS_INCOMPATIBLE?=
 
 .if empty(RUBY_VERSIONS_SUPPORTED:M${RUBY_VERSION_DEFAULT})



Home | Main Index | Thread Index | Old Index