diff options
author | taca <taca> | 2008-08-08 12:38:59 +0000 |
---|---|---|
committer | taca <taca> | 2008-08-08 12:38:59 +0000 |
commit | 9b07cb34fee6c1b41294ea9b2fb8c218cdba3097 (patch) | |
tree | 3438db330581843f390ef806549154764c6c6000 /lang/ruby | |
parent | 7871c2b62abec04752f468e4d99c434e15017602 (diff) | |
download | pkgsrc-9b07cb34fee6c1b41294ea9b2fb8c218cdba3097.tar.gz |
Start update of Ruby 1.8.7 patchlevel 71.
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 99e1fd13b60..0aa846a1941 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.42 2008/06/22 04:15:54 minskim Exp $ +# $NetBSD: rubyversion.mk,v 1.43 2008/08/08 12:38:59 taca Exp $ # .if !defined(_RUBYVERSION_MK) @@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined RUBY18_VERSION= 1.8.7 # patch -RUBY18_PATCHLEVEL= 22 +RUBY18_PATCHLEVEL= 71 # RUBY_VERSION_DEFAULT defines default version for Ruby related # packages and user can define in mk.conf. (1.6 or 1.8) |