diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 16:17:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 16:17:01 +0000 |
commit | 59e874b4bae7eb69615fcaf1dfca9bc0dddb4987 (patch) | |
tree | aa89aaf3fd3fa49c6ed5eee5fa3953e215624af0 /lang | |
parent | e138f6f05036c2ef861b0e14f9dc092f29c05c73 (diff) | |
download | pkgsrc-59e874b4bae7eb69615fcaf1dfca9bc0dddb4987.tar.gz |
Update ruby22's informatino from 2.2.0 to 2.2.1.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 25ee35efbb8..54205b30dbf 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.136 2015/03/08 14:59:12 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.137 2015/03/08 16:17:01 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -41,7 +41,7 @@ # RUBY_VERSION_SUPPORTED # The Ruby versions that are acceptable for the package. # -# Possible values: 18 193 200 21 +# Possible values: 18 193 200 21 22 # Default: 200 193 21 # # RUBY_NOVERSION @@ -230,14 +230,14 @@ RUBY18_VERSION= 1.8.7 RUBY193_VERSION= 1.9.3 RUBY200_VERSION= 2.0.0 RUBY21_VERSION= 2.1.5 -RUBY22_VERSION= 2.2.0 +RUBY22_VERSION= 2.2.1 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p551 RUBY200_PATCHLEVEL= p643 #RUBY21_PATCHLEVEL= p273 -#RUBY22_PATCHLEVEL= p0 +#RUBY22_PATCHLEVEL= p85 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |