summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca>2009-06-16 15:08:38 +0000
committertaca <taca>2009-06-16 15:08:38 +0000
commitab47077847fd0f822e74a22b7c70709c95a179f9 (patch)
tree9800c448c4f67238979297f49fd4f088a0994bb4 /lang/ruby
parent28c209cc5db10c54c04b481f76228b9e3b20499d (diff)
downloadpkgsrc-ab47077847fd0f822e74a22b7c70709c95a179f9.tar.gz
Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173. Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced in r23613. [ruby-talk:338957]
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index b3627a2c129..fc8f8e59f2d 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.47 2009/06/14 22:58:03 joerg Exp $
+# $NetBSD: rubyversion.mk,v 1.48 2009/06/16 15:08:38 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined
RUBY18_VERSION= 1.8.7
# patch
-RUBY18_PATCHLEVEL= 173
+RUBY18_PATCHLEVEL= 174
# RUBY_VERSION_DEFAULT defines default version for Ruby related
# packages and user can define in mk.conf. (1.6 or 1.8)