Sat Aug 11 13:38:50 2012 UTC ()
change description about default value of RUBY_VERSION_SUPPORTED to match reality.


(obache)
diff -r1.83 -r1.84 pkgsrc/lang/ruby/rubyversion.mk

cvs diff -r1.83 -r1.84 pkgsrc/lang/ruby/rubyversion.mk (expand / switch to unified diff)

--- pkgsrc/lang/ruby/rubyversion.mk 2012/07/25 14:26:57 1.83
+++ pkgsrc/lang/ruby/rubyversion.mk 2012/08/11 13:38:50 1.84
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rubyversion.mk,v 1.83 2012/07/25 14:26:57 bsiegert Exp $ 1# $NetBSD: rubyversion.mk,v 1.84 2012/08/11 13:38:50 obache Exp $
2# 2#
3 3
4# This file determines which Ruby version is used as a dependency for 4# This file determines which Ruby version is used as a dependency for
5# a package. 5# a package.
6# 6#
7# 7#
8# === User-settable variables === 8# === User-settable variables ===
9# 9#
10# RUBY_VERSION_DEFAULT 10# RUBY_VERSION_DEFAULT
11# The preferered Ruby version to use. 11# The preferered Ruby version to use.
12# 12#
13# Possible values: 18 192 193 13# Possible values: 18 192 193
14# Default: 193 14# Default: 193
@@ -25,27 +25,27 @@ @@ -25,27 +25,27 @@
25# display class/module definitions. It is also used in each package. 25# display class/module definitions. It is also used in each package.
26# 26#
27# Possible values: Yes No 27# Possible values: Yes No
28# Default: Yes 28# Default: Yes
29# 29#
30# 30#
31# === Package-settable variables === 31# === Package-settable variables ===
32# 32#
33# RUBY_VERSION_SUPPORTED 33# RUBY_VERSION_SUPPORTED
34# The Ruby versions that are acceptable for the package. 34# The Ruby versions that are acceptable for the package.
35# 35#
36# Possible values: 18 192 193 36# Possible values: 18 192 193
37# Compatible values: 19 (= 192) 37# Compatible values: 19 (= 192)
38# Default: 193 38# Default: 18 192 193
39# 39#
40# RUBY_VERSION_REQD 40# RUBY_VERSION_REQD
41# The Ruby versions force to build (for pbulk). 41# The Ruby versions force to build (for pbulk).
42# 42#
43# RUBY_NOVERSION 43# RUBY_NOVERSION
44# If "Yes", the package dosen't depend on any version of Ruby, such 44# If "Yes", the package dosen't depend on any version of Ruby, such
45# as editing mode for emacs. In this case, package's name would begin 45# as editing mode for emacs. In this case, package's name would begin
46# with "ruby-". Otherwise, the package's name is begin with 46# with "ruby-". Otherwise, the package's name is begin with
47# ${RUBY_PKGPREFIX}; "ruby18", "ruby19" and "ruby193". 47# ${RUBY_PKGPREFIX}; "ruby18", "ruby19" and "ruby193".
48# 48#
49# Possible values: Yes No 49# Possible values: Yes No
50# Default: No 50# Default: No
51# 51#