pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 13 02:39:04 UTC 2019
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 pkgsrc/lang/ruby/rubyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.198 pkgsrc/lang/ruby/rubyversion.mk:1.199
--- pkgsrc/lang/ruby/rubyversion.mk:1.198 Thu Oct 18 14:24:07 2018
+++ pkgsrc/lang/ruby/rubyversion.mk Sun Jan 13 02:39:04 2019
@@ -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})
Home |
Main Index |
Thread Index |
Old Index