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


(taca)
diff -r1.3 -r1.4 pkgsrc/textproc/ruby-csv/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/textproc/ruby-csv/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-csv/Makefile 2021/01/14 14:38:40 1.3
+++ pkgsrc/textproc/ruby-csv/Makefile 2021/06/10 14:25:42 1.4
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2021/01/14 14:38:40 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2021/06/10 14:25:42 taca Exp $
2 2
3DISTNAME= csv-3.1.9 3DISTNAME= csv-3.1.9
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/ruby/csv/ 7HOMEPAGE= https://github.com/ruby/csv/
8COMMENT= CSV Reading and Writing 8COMMENT= CSV Reading and Writing
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
 11# Ruby 3.0 contain the same version of rexml.
 12RUBY_VERSIONS_ACCEPTED= 26 27
 13
11USE_LANGUAGES= # none 14USE_LANGUAGES= # none
12 15
13.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"