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:   taca
Date:           Sat Sep  9 13:55:45 UTC 2023

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

Log Message:
textproc/ruby-classifier-reborn: drop support for Ruby 3.0

Now drop support for Ruby 3.0.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.9
--- pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.8 Thu Jan 19 15:51:07 2023
+++ pkgsrc/textproc/ruby-classifier-reborn/Makefile     Sat Sep  9 13:55:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/19 15:51:07 taca Exp $
+# $NetBSD: Makefile,v 1.9 2023/09/09 13:55:45 taca Exp $
 
 DISTNAME=      classifier-reborn-2.3.0
 CATEGORIES=    textproc
@@ -12,11 +12,7 @@ DEPENDS=     ${RUBY_PKGPREFIX}-fast-stemmer>
 
 RUBYGEM_OPTIONS+=      --format-executable
 
-.include "../../lang/ruby/rubyversion.mk"
-
-.if ${RUBY_VER} < 31
-DEPENDS+=      ${RUBY_PKGPREFIX}-matrix>=0.4:../../math/ruby-matrix
-.endif
+RUBY_VERSIONS_ACCEPTED=        31 32
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index