diff options
author | taca <taca@pkgsrc.org> | 2006-01-03 14:31:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-01-03 14:31:17 +0000 |
commit | 9b32eb00e9301270f170d40ce15937e215a90bc4 (patch) | |
tree | 7b4f2859eb4e8a9de19273a1cd56f224266ed2cd | |
parent | 1ab8d787b87dfcf5b5e09a1aa8925fa50f56b4c3 (diff) | |
download | pkgsrc-9b32eb00e9301270f170d40ce15937e215a90bc4.tar.gz |
Set default ruby's version to 1.8.4.
-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) |