pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby Enable using 21 to RUBY_VER; Ruby 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4f959b4e3cb
branches:  trunk
changeset: 632038:f4f959b4e3cb
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 19:33:59 2014 +0000

description:
Enable using 21 to RUBY_VER; Ruby 2.1.1.

diffstat:

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

diffs (18 lines):

diff -r 1f6c6c4ad200 -r f4f959b4e3cb lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Fri Mar 14 19:33:10 2014 +0000
+++ b/lang/ruby/rubyversion.mk  Fri Mar 14 19:33:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.114 2014/03/13 18:00:02 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.115 2014/03/14 19:33:59 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -231,7 +231,7 @@
 #
 RUBY_VERSION_DEFAULT?= 193
 
-RUBY_VERSION_SUPPORTED?= 200 193 18 # 21
+RUBY_VERSION_SUPPORTED?= 200 193 18 21
 
 .if defined(RUBY_VERSION_REQD)
 . for rv in ${RUBY_VERSION_SUPPORTED}



Home | Main Index | Thread Index | Old Index