pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-csv textproc/ruby-csv: make it incompati...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d046ab9c0ae3
branches: trunk
changeset: 454396:d046ab9c0ae3
user: taca <taca%pkgsrc.org@localhost>
date: Thu Jun 10 14:25:42 2021 +0000
description:
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.
diffstat:
textproc/ruby-csv/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1defd3ba9f6c -r d046ab9c0ae3 textproc/ruby-csv/Makefile
--- a/textproc/ruby-csv/Makefile Thu Jun 10 13:02:24 2021 +0000
+++ b/textproc/ruby-csv/Makefile Thu Jun 10 14:25:42 2021 +0000
@@ -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 @@
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