pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ruby-matrix



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 30 15:32:46 UTC 2023

Modified Files:
        pkgsrc/math/ruby-matrix: Makefile

Log Message:
math/ruby-matrix: drop support for ruby27

Now this package is for textproc/ruby-classifier-reborn on ruby30.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/ruby-matrix/Makefile

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

Modified files:

Index: pkgsrc/math/ruby-matrix/Makefile
diff -u pkgsrc/math/ruby-matrix/Makefile:1.1 pkgsrc/math/ruby-matrix/Makefile:1.2
--- pkgsrc/math/ruby-matrix/Makefile:1.1        Thu Sep  1 14:42:37 2022
+++ pkgsrc/math/ruby-matrix/Makefile    Tue May 30 15:32:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/01 14:42:37 taca Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/30 15:32:46 taca Exp $
 
 DISTNAME=      matrix-0.4.2
 CATEGORIES=    math
@@ -10,8 +10,9 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 3.1 has the same version in it.
-RUBY_VERSIONS_ACCEPTED=        27 30
+# This package is for textproc/ruby-classifier-reborn on Ruby 3.0.
+# (Ruby 3.1 and 3.2 have the same version as default gem.)
+RUBY_VERSIONS_ACCEPTED=        30
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index