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:           Thu Jun 10 14:25:43 UTC 2021

Modified Files:
        pkgsrc/textproc/ruby-csv: Makefile

Log Message:
textproc/ruby-csv: make it incompatible with ruby30

Restrict this package to Ruby 2.6 and 2.7 since Ruby 3.0 contain the same
version of rexml.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/textproc/ruby-csv/Makefile:1.4
--- pkgsrc/textproc/ruby-csv/Makefile:1.3       Thu Jan 14 14:38:40 2021
+++ pkgsrc/textproc/ruby-csv/Makefile   Thu Jun 10 14:25:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/14 14:38:40 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/10 14:25:42 taca Exp $
 
 DISTNAME=      csv-3.1.9
 CATEGORIES=    textproc
@@ -8,6 +8,9 @@ HOMEPAGE=       https://github.com/ruby/csv/
 COMMENT=       CSV Reading and Writing
 LICENSE=       2-clause-bsd
 
+# Ruby 3.0 contain the same version of rexml.
+RUBY_VERSIONS_ACCEPTED=        26 27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index