pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: reduce support for ruby22
details: https://anonhg.NetBSD.org/pkgsrc/rev/65c0f6da6caa
branches: trunk
changeset: 317671:65c0f6da6caa
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 13 02:39:04 2019 +0000
description:
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:
lang/ruby/rubyversion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ab89fb388501 -r 65c0f6da6caa lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk Sun Jan 13 02:36:28 2019 +0000
+++ b/lang/ruby/rubyversion.mk Sun Jan 13 02:39:04 2019 +0000
@@ -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 @@
# 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})
Home |
Main Index |
Thread Index |
Old Index