summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-11-23 16:02:17 +0000
committertaca <taca@pkgsrc.org>2015-11-23 16:02:17 +0000
commitbbf24d7409110524615c13dedc9eb82dd89bec2f (patch)
tree99e3d3b8bcf917ff69f7123f473bc4214e5e2d12 /lang
parentf4e1bc4ab87572af3ffebbeb18a162a06468e9cb (diff)
downloadpkgsrc-bbf24d7409110524615c13dedc9eb82dd89bec2f.tar.gz
Drop Ruby 1.9.3 support and PLIST_VARS clean up.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 9a5a24e0f2f..0f9f6aabc56 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.148 2015/09/27 06:48:04 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.149 2015/11/23 16:02:17 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -10,7 +10,7 @@
# RUBY_VERSION_DEFAULT
# The preferered Ruby version to use.
#
-# Possible values: 18 193 200 21 22
+# Possible values: 18 193 200 21
# Default: 200
#
# RUBY_BUILD_RDOC
@@ -69,7 +69,7 @@
# RUBY_VER
# Really selected version of ruby.
#
-# Possible values: 18 193 200 21 22
+# Possible values: 18 193 200 21
#
# Use this variable in pkgsrc's Makefile
#
@@ -78,9 +78,9 @@
# use RUBY_PKGPREFIX with ruby related packages since you can supply
# different binary packages as each version of Ruby.
# The value of RUBY_PKGPREFIX is "ruby-" and concatination of Ruby's
-# major and minor version unless RUBY_VER is "193" or "200".
+# major, minor and teeny version unless RUBY_VER is "18".
#
-# Example values: ruby18 ruby193 ruby200 ruby21 ruby22
+# Example values: ruby18 ruby193 ruby200 ruby212
#
# RUBY_ABI_VERSION
# Ruby's ABI version.
@@ -108,10 +108,10 @@
#
# RUBY_SUFFIX
# Extra string for each ruby commands; ruby, irb and so on.
-# The value of RUBY_SUFFIX is concatination of Ruby's major and minor
-# unless RUBY_VER is "193" or "200".
+# The value of RUBY_SUFFIX is concatination of Ruby's major, minor
+# and teeny version unless RUBY_VER is "18".
#
-# Possible values: 18 193 200 21 22
+# Possible values: 18 193 200 212
#
# RUBY_VERSION
# Version of real Ruby's version excluding patchlevel.