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: Tue Mar 18 13:48:00 UTC 2025
Modified Files:
pkgsrc/textproc/ruby-csv: Makefile
Log Message:
textproc/ruby-csv: fix typo in comment
This is csv not irb.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/textproc/ruby-csv/Makefile:1.18
--- pkgsrc/textproc/ruby-csv/Makefile:1.17 Thu Jan 2 05:47:28 2025
+++ pkgsrc/textproc/ruby-csv/Makefile Tue Mar 18 13:48:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/01/02 05:47:28 taca Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/18 13:48:00 taca Exp $
DISTNAME= csv-3.3.2
CATEGORIES= textproc
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
-# Ruby 3.4.1 has irb 3.3.2 gem.
+# Ruby 3.4.1 has csv 3.3.2 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Home |
Main Index |
Thread Index |
Old Index