summaryrefslogtreecommitdiff
path: root/lang/ruby-base/Makefile.common
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2002-03-02 09:10:54 +0000
committertaca <taca@pkgsrc.org>2002-03-02 09:10:54 +0000
commitd3f6db38acf763402f28f87fe9c1a32a69f53af8 (patch)
tree86364f0a3dd36cc79c3c30e0d013cf270ea8c02a /lang/ruby-base/Makefile.common
parent9d259cf53fa1984c6c97ffb6d256305af9ca54fc (diff)
downloadpkgsrc-d3f6db38acf763402f28f87fe9c1a32a69f53af8.tar.gz
Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here. In detail, See ChangeLog which is contained in the package. o Many bug fixes. o Add URI module.
Diffstat (limited to 'lang/ruby-base/Makefile.common')
-rw-r--r--lang/ruby-base/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-base/Makefile.common b/lang/ruby-base/Makefile.common
index 16fc03b523e..c237177666b 100644
--- a/lang/ruby-base/Makefile.common
+++ b/lang/ruby-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2002/02/01 13:16:39 taca Exp $
+# $NetBSD: Makefile.common,v 1.7 2002/03/02 09:10:54 taca Exp $
# FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp
# Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk.
@@ -69,7 +69,7 @@ RUBY_VERSION?= 1.4.6
RUBY_SUFFIX?= ${_RUBY_SUFFIX}
RUBY_IRB_VERSION= 0.6.1
.elif ${RUBY_VER} < 1.7
-RUBY_VERSION?= 1.6.6
+RUBY_VERSION?= 1.6.7
RUBY_SUFFIX?= # empty
.else
RUBY_VERSION?= 1.7 # current, not tested.