diff options
author | taca <taca@pkgsrc.org> | 2013-02-06 15:48:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-06 15:48:30 +0000 |
commit | a7d1bc22adc16a7a2d8392c01394b1b658af3684 (patch) | |
tree | d2893b29de7ee4ae0424f8b790af97d914d5639b /lang/ruby | |
parent | 16f9671f82ad6b0b65c0269cf35e4d721f9fa130 (diff) | |
download | pkgsrc-a7d1bc22adc16a7a2d8392c01394b1b658af3684.tar.gz |
Update ruby193 pacakges to 1.9.3p385.
This release includes a security fix about bundled RDoc.
Full changes are too may to write here, please refer ChangeLog.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 77f51959a71..05518f26408 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.93 2013/01/31 15:56:13 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.94 2013/02/06 15:48:30 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -206,7 +206,7 @@ RUBY193_VERSION= 1.9.3 # patch RUBY18_PATCHLEVEL= pl371 -RUBY193_PATCHLEVEL= p374 +RUBY193_PATCHLEVEL= p385 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 |