summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-04-16 17:10:17 +0000
committertaca <taca@pkgsrc.org>2009-04-16 17:10:17 +0000
commit72e47a4fd9bd6eb0f2b3578e1a3fe2b28a5cdf2a (patch)
treeede5d67ecd63dc7aeb0c9d3fc0ca65cb1129798e /lang/ruby
parent1904736a1aaed7b1c1e5425fbacb30aee3f64e65 (diff)
downloadpkgsrc-72e47a4fd9bd6eb0f2b3578e1a3fe2b28a5cdf2a.tar.gz
Bump Ruby 1.8.7's patch level to 160.
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 0246cc1d1b3..d880d4f8a2d 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.44 2008/08/11 06:58:33 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.45 2009/04/16 17:10:17 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -10,7 +10,7 @@ _RUBYVERSION_MK= # defined
RUBY18_VERSION= 1.8.7
# patch
-RUBY18_PATCHLEVEL= 72
+RUBY18_PATCHLEVEL= 160
# RUBY_VERSION_DEFAULT defines default version for Ruby related
# packages and user can define in mk.conf. (1.6 or 1.8)