tech-pkg archive

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

Add 22 to RUBY_VERSION_SUPPORTED



Hi,

Can I commit the following patch to enable ruby22.

Index: rubyversion.mk
===================================================================
RCS file: /cvsroot/pkgsrc/lang/ruby/rubyversion.mk,v
retrieving revision 1.141
diff -u -r1.141 rubyversion.mk
--- rubyversion.mk	19 Apr 2015 16:25:10 -0000	1.141
+++ rubyversion.mk	16 May 2015 06:42:03 -0000
@@ -255,7 +255,7 @@
 #
 RUBY_VERSION_DEFAULT?=	200
 
-RUBY_VERSION_SUPPORTED?= 200 193 21 # 22
+RUBY_VERSION_SUPPORTED?= 200 193 21 22
 
 .if defined(RUBY_VERSION_REQD)
 . for rv in ${RUBY_VERSION_SUPPORTED}

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index