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:           Sat Sep  9 14:38:46 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/textproc/ruby-csv/Makefile:1.12
--- pkgsrc/textproc/ruby-csv/Makefile:1.11      Sat Sep  9 13:52:57 2023
+++ pkgsrc/textproc/ruby-csv/Makefile   Sat Sep  9 14:38:46 2023
@@ -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"



Home | Main Index | Thread Index | Old Index