diff options
author | taca <taca@pkgsrc.org> | 2013-06-27 16:32:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-27 16:32:03 +0000 |
commit | e111b5a35b781e93cb7d38cbffa1e09e9001726c (patch) | |
tree | 7e2e1d436b774d70db8ff710fb111dc065b27ec4 /lang/ruby | |
parent | 1b7d56a45aebb18fab4aef070fafbce0cb2ef406 (diff) | |
download | pkgsrc-e111b5a35b781e93cb7d38cbffa1e09e9001726c.tar.gz |
Start update of Ruby 1.8.7 patchlevel 374 and Ruby 1.9.3-p448.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index c3d9a2799f0..b497bb9e998 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.99 2013/05/16 16:13:59 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.100 2013/06/27 16:32:03 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -205,8 +205,8 @@ RUBY18_VERSION= 1.8.7 RUBY193_VERSION= 1.9.3 # patch -RUBY18_PATCHLEVEL= pl371 -RUBY193_PATCHLEVEL= p429 +RUBY18_PATCHLEVEL= pl374 +RUBY193_PATCHLEVEL= p448 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |