pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-classifier-reborn ruby-classifier-reborn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48b32d329bde
branches:  trunk
changeset: 384624:48b32d329bde
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 02 17:10:06 2022 +0000

description:
ruby-classifier-reborn: mark as not for ruby 2.6

ruby-matrix does not support it

diffstat:

 textproc/ruby-classifier-reborn/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eeded37cd58b -r 48b32d329bde textproc/ruby-classifier-reborn/Makefile
--- a/textproc/ruby-classifier-reborn/Makefile  Fri Sep 02 17:03:34 2022 +0000
+++ b/textproc/ruby-classifier-reborn/Makefile  Fri Sep 02 17:10:06 2022 +0000
@@ -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 @@
 
 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