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/rails.mk: switch default rails to 4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/544309b6622f
branches:  trunk
changeset: 320276:544309b6622f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 03 15:26:29 2019 +0000

description:
lang/ruby/rails.mk: switch default rails to 4.2

Switch default Ruby on Rails version to 4.2.

diffstat:

 lang/ruby/rails.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 3e004281fbfb -r 544309b6622f lang/ruby/rails.mk
--- a/lang/ruby/rails.mk        Sun Mar 03 15:24:31 2019 +0000
+++ b/lang/ruby/rails.mk        Sun Mar 03 15:26:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rails.mk,v 1.70 2019/03/03 14:41:21 taca Exp $
+# $NetBSD: rails.mk,v 1.71 2019/03/03 15:26:29 taca Exp $
 
 .if !defined(_RUBY_RAILS_MK)
 _RUBY_RAILS_MK=        # defined
@@ -10,7 +10,7 @@
 #      Select default Ruby on Rails version.
 #
 #      Possible values: 32 42 51 52
-#      Default: 32
+#      Default: 42
 #
 #
 # === Infrastructure variables ===
@@ -53,11 +53,11 @@
 RUBY_RAILS52_VERSION?= 5.2.2
 
 RUBY_RAILS_ACCEPTED?=  # defined
-RUBY_RAILS_DEFAULT?=   32
+RUBY_RAILS_DEFAULT?=   42
 
 RUBY_RAILS_STRICT_DEP?=        no
 
-RUBY_RAILS_SUPPORTED=  32 42 51 52
+RUBY_RAILS_SUPPORTED=  42 51 52 32
 
 .if empty(RUBY_RAILS_SUPPORTED:M${RUBY_RAILS_DEFAULT})
 .error Unsupported RUBY_RAILS_DEFAULT: ${RUBY_RAILS_DEFAULT}



Home | Main Index | Thread Index | Old Index