summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-01-13 02:39:04 +0000
committertaca <taca@pkgsrc.org>2019-01-13 02:39:04 +0000
commitbcd9bad2eb3e2d776ae42b19a3cd065ead2d5c69 (patch)
tree3da0b3ed9faca5dfac4a1cd1a5ef73a983ba2b04 /lang/ruby
parent1fdb6399d928da9904e409e0c0d8ac2ef199f924 (diff)
downloadpkgsrc-bcd9bad2eb3e2d776ae42b19a3cd065ead2d5c69.tar.gz
lang/ruby: reduce support for ruby22
Remove "22" from RUBY_VERSIONS_ACCEPTED. Now Ruby 2.2 based package would be lang/ruby22, devel/ruby-redmine and related packages.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index dc8858d1b68..12b078dd164 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.198 2018/10/18 14:24:07 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.199 2019/01/13 02:39:04 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -42,7 +42,7 @@
# The Ruby versions that are acceptable for the package.
#
# Possible values: 22 23 24 25
-# Default: 23 22 24 25
+# Default: 23 24 25
#
# RUBY_NOVERSION
# If "Yes", the package dosen't depend on any version of Ruby, such
@@ -231,7 +231,7 @@ RUBY_VERSION_DEFAULT?= 24
# supported Ruby's version
RUBY_VERSIONS_SUPPORTED= 24 25 23 22
-RUBY_VERSIONS_ACCEPTED?= 24 25 23 22
+RUBY_VERSIONS_ACCEPTED?= 24 25 23
RUBY_VERSIONS_INCOMPATIBLE?=
.if empty(RUBY_VERSIONS_SUPPORTED:M${RUBY_VERSION_DEFAULT})