From 53250e4a028b0d5a4f6ae1ace82953af3cc992a5 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 9 Sep 2023 14:38:46 +0000 Subject: [PATCH] textproc/ruby-csv: update to 3.2.7 ruby-csv is default gem but 3.2.7 is newer version for both Ruby 3.1 and 3.2 with a few bug fixes. 3.2.7 (2023-06-26) Improvements * Removed an unused internal variable. GH-273 [Patch by Mau Magnaguagno] * Changed to use https:// instead of http:// in documents. GH-274 [Patch by Vivek Bharath Akupatni] * Added prefix to a helper module in test. GH-278 [Patch by Luke Gruber] * Added a documentation for liberal_parsing: {backslash_quotes: true}. GH-280 [Patch by Mark Schneider] Fixes * Fixed a wrong execution result in documents. GH-276 [Patch by Yuki Tsujimoto] * Fixed a bug that the same line is used multiple times. GH-279 [Reported by Gabriel Nagy] Thanks * Mau Magnaguagno * Vivek Bharath Akupatni * Yuki Tsujimoto * Luke Gruber * Mark Schneider * Gabriel Nagy --- textproc/ruby-csv/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/textproc/ruby-csv/Makefile b/textproc/ruby-csv/Makefile index 62c6a1814001..accffd679d7c 100644 --- a/textproc/ruby-csv/Makefile +++ b/textproc/ruby-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/09/09 13:52:57 taca Exp $ +# $NetBSD: Makefile,v 1.12 2023/09/09 14:38:46 taca Exp $ DISTNAME= csv-3.2.7 CATEGORIES= textproc @@ -10,9 +10,5 @@ LICENSE= 2-clause-bsd USE_LANGUAGES= # none -# This package is for redmine50 on Ruby 3.0. -# Ruby 3.2 has the same version as default gem. -RUBY_VERSIONS_ACCEPTED= 31 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk"