This makes ruby 2.3 the default version of ruby.  This has gone through
a bulk of the ruby ports on amd64, and maintainers have notified about
the few small issues it uncovered.  After these issues have been
addressed in the tree, I'd like to commit this.  OKs?

After this goes in I'll be updating ruby-module.5.

Thanks,
Jeremy

Index: ruby.port.mk
===================================================================
RCS file: /cvs/ports/lang/ruby/ruby.port.mk,v
retrieving revision 1.88
diff -u -p -r1.88 ruby.port.mk
--- ruby.port.mk        27 May 2016 17:04:35 -0000      1.88
+++ ruby.port.mk        20 Jun 2016 14:49:33 -0000
@@ -46,9 +46,9 @@ FULLPKGNAME?=         ${MODRUBY_PKG_PREFIX}-${P
 SUBST_VARS+=           GEM_BIN_SUFFIX GEM_MAN_SUFFIX
 
 FLAVOR?=
-# Without a FLAVOR, assume the use of ruby 2.2.
+# Without a FLAVOR, assume the use of ruby 2.3.
 .    if empty(FLAVOR)
-FLAVOR =               ruby22
+FLAVOR =               ruby23
 .    endif
 
 # Check for conflicting FLAVORs and set MODRUBY_REV appropriately based
@@ -75,8 +75,8 @@ PKG_ARGS+=    -f ${PORTSDIR}/lang/ruby/ruby
 .endif
 
 # The default ruby version to use for non-gem/extconf ports.  Defaults to ruby
-# 2.2 for consistency with the default ruby22 FLAVOR for gem/extconf ports.
-MODRUBY_REV?=          2.2
+# 2.3 for consistency with the default ruby22 FLAVOR for gem/extconf ports.
+MODRUBY_REV?=          2.3
 
 # Because the rbx and jruby FLAVORs use same binary names but in
 # different directories, GEM_MAN_SUFFIX is used for the man pages to avoid

Reply via email to