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 May 30 15:34:58 UTC 2023

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

Log Message:
textproc/ruby-csv: drop support for ruby27

Now this package is for redmine50 on ruby30.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/textproc/ruby-csv/Makefile:1.10
--- pkgsrc/textproc/ruby-csv/Makefile:1.9       Sun Mar  5 05:15:40 2023
+++ pkgsrc/textproc/ruby-csv/Makefile   Tue May 30 15:34:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/03/05 05:15:40 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/05/30 15:34:58 taca Exp $
 
 DISTNAME=      csv-3.2.6
 CATEGORIES=    textproc
@@ -10,9 +10,9 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
-# This package is mainly for redmine50 on Ruby 2.7 and 3.0.
+# This package is for redmine50 on Ruby 3.0.
 # Ruby 3.2 has the same version as default gem.
-RUBY_VERSIONS_ACCEPTED=        27 30 31
+RUBY_VERSIONS_ACCEPTED=        30 31
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index