pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-classifier-reborn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  2 17:10:06 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-classifier-reborn: Makefile

Log Message:
ruby-classifier-reborn: mark as not for ruby 2.6

ruby-matrix does not support it


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-classifier-reborn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-classifier-reborn/Makefile
diff -u pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.5 pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.6
--- pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.5 Thu Sep  1 14:46:27 2022
+++ pkgsrc/textproc/ruby-classifier-reborn/Makefile     Fri Sep  2 17:10:06 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/09/01 14:46:27 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/02 17:10:06 wiz Exp $
 
 DISTNAME=      classifier-reborn-2.3.0
 CATEGORIES=    textproc
@@ -12,6 +12,8 @@ DEPENDS=      ${RUBY_PKGPREFIX}-fast-stemmer>
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-matrix
+
 .include "../../lang/ruby/rubyversion.mk"
 
 .if ${RUBY_VER} != 31



Home | Main Index | Thread Index | Old Index