pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-csv
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 9 07:51:35 UTC 2026
Modified Files:
pkgsrc/textproc/ruby-csv: Makefile
Log Message:
textproc/ruby-csv: not for ruby40
Ruby 4.0.1 has the same version as bundled gem.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-csv/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-csv/Makefile
diff -u pkgsrc/textproc/ruby-csv/Makefile:1.20 pkgsrc/textproc/ruby-csv/Makefile:1.21
--- pkgsrc/textproc/ruby-csv/Makefile:1.20 Wed Jun 4 13:58:54 2025
+++ pkgsrc/textproc/ruby-csv/Makefile Mon Feb 9 07:51:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/06/04 13:58:54 taca Exp $
+# $NetBSD: Makefile,v 1.21 2026/02/09 07:51:35 taca Exp $
DISTNAME= csv-3.3.5
CATEGORIES= textproc
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
+# Ruby 4.0.1 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED= 32 33 34
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index