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:           Sun Jan 21 15:28:47 UTC 2024

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

Log Message:
textproc/ruby-csv: not for ruby33

This package is only for devel/ruby-redmine51 and ruby33 contains the same
version as default gem.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/textproc/ruby-csv/Makefile:1.14
--- pkgsrc/textproc/ruby-csv/Makefile:1.13      Sat Dec 16 05:11:43 2023
+++ pkgsrc/textproc/ruby-csv/Makefile   Sun Jan 21 15:28:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/12/16 05:11:43 taca Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/21 15:28:47 taca Exp $
 
 DISTNAME=      csv-3.2.8
 CATEGORIES=    textproc
@@ -10,5 +10,7 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_ACCEPTED=        31 32
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index