summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2006-01-03 14:31:17 +0000
committertaca <taca>2006-01-03 14:31:17 +0000
commitca2b1490dd77e554704f8ed5e225ca67ee8b7d9b (patch)
tree7b4f2859eb4e8a9de19273a1cd56f224266ed2cd /lang
parent0b6ebc3a1b41d7f6f66bdb7a3aff45755810000b (diff)
downloadpkgsrc-ca2b1490dd77e554704f8ed5e225ca67ee8b7d9b.tar.gz
Set default ruby's version to 1.8.4.
Diffstat (limited to 'lang')
-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 de8fffa8dfa..f9721d87262 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.19 2005/12/28 09:27:13 abs Exp $
+# $NetBSD: rubyversion.mk,v 1.20 2006/01/03 14:31:17 taca Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -7,7 +7,7 @@ _RUBYVERSION_MK= # defined
.include "../../mk/bsd.prefs.mk"
# current supported Ruby's version
-RUBY18_VERSION?= 1.8.3
+RUBY18_VERSION?= 1.8.4
# RUBY_VERSION_DEFAULT defines default version for Ruby related
# packages and user can define in mk.conf. (1.6 or 1.8)