diff options
author | taca <taca> | 2006-01-03 14:31:17 +0000 |
---|---|---|
committer | taca <taca> | 2006-01-03 14:31:17 +0000 |
commit | 039244303bb7a0bce9c9ea59651ae54d37e855af (patch) | |
tree | 7b4f2859eb4e8a9de19273a1cd56f224266ed2cd /lang | |
parent | 49a8a8319b3dfb678d488569c8eb4f3363e58db2 (diff) | |
download | pkgsrc-039244303bb7a0bce9c9ea59651ae54d37e855af.tar.gz |
Set default ruby's version to 1.8.4.
Diffstat (limited to 'lang')
-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 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) |