pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby Add RUBY_VERSION_LIST, list of supported ${R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e02a53d4e1eb
branches:  trunk
changeset: 484943:e02a53d4e1eb
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 01 15:30:16 2004 +0000

description:
Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.

diffstat:

 lang/ruby/rubyversion.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 117517ef6ef9 -r e02a53d4e1eb lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Dec 01 15:08:35 2004 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Dec 01 15:30:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.3 2004/11/29 07:05:00 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.4 2004/12/01 15:30:16 taca Exp $
 #
 
 .ifndef _RUBYVERSION_MK
@@ -38,6 +38,11 @@
 #
 RUBY_VERSION_SUPPORTED?= 16 18
 
+# RUBY_VERSION_LIST defines the list of ${RUBY_VER} which is known to
+#      this framework.
+#
+RUBY_VERSION_LIST= 16 18
+
 # RUBY_NOVERSION should be set to "Yes" if the package dosen't depend on
 #      any specific version of ruby command.  In this case, package's
 #      name begin with "ruby-".



Home | Main Index | Thread Index | Old Index