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 Mar  8 06:35:28 UTC 2020

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

Log Message:
lang/ruby: document RUBY_VERSIONS_INCOMPATIBLE

Add RUBY_VERSIONS_INCOMPATIBLE document in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 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.214 pkgsrc/lang/ruby/rubyversion.mk:1.215
--- pkgsrc/lang/ruby/rubyversion.mk:1.214       Sun Dec 15 15:37:26 2019
+++ pkgsrc/lang/ruby/rubyversion.mk     Sun Mar  8 06:35:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.214 2019/12/15 15:37:26 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.215 2020/03/08 06:35:28 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -37,6 +37,12 @@
 #              Possible values: 22 24 25 26
 #              Default: 24 25 26
 #
+# RUBY_VERSIONS_INCOMPATIBLE
+#      The Ruby versions that are incompatible for the package.
+#
+#              Possible values: 22 24 25 26
+#              Default: empty
+#
 # RUBY_NOVERSION
 #      If "Yes", the package dosen't depend on any version of Ruby, such
 #      as editing mode for emacs.  In this case, package's name would begin



Home | Main Index | Thread Index | Old Index