pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby Change default version Ruby to 2.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cacb209cc663
branches: trunk
changeset: 359888:cacb209cc663
user: taca <taca%pkgsrc.org@localhost>
date: Mon Mar 20 12:24:22 2017 +0000
description:
Change default version Ruby to 2.3.
diffstat:
lang/ruby/rubyversion.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 22c27ba04b23 -r cacb209cc663 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Mon Mar 20 12:23:53 2017 +0000
+++ b/lang/ruby/rubyversion.mk Mon Mar 20 12:24:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.168 2016/12/05 15:11:10 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.169 2017/03/20 12:24:22 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 21 22 23
-# Default: 22
+# Default: 23
#
# RUBY_BUILD_RDOC
# Build rdoc of this package and so that install formated
@@ -251,9 +251,9 @@
RUBY_RDOC_PKGSRC_VERS= 4.2.2
#
-RUBY_VERSION_DEFAULT?= 22
+RUBY_VERSION_DEFAULT?= 23
-RUBY_VERSIONS_ACCEPTED?= 22 23 21
+RUBY_VERSIONS_ACCEPTED?= 23 22 21
RUBY_VERSIONS_INCOMPATIBLE?=
.for rv in ${RUBY_VERSIONS_ACCEPTED}
Home |
Main Index |
Thread Index |
Old Index