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: Fri Jan 14 15:58:50 UTC 2022
Modified Files:
pkgsrc/textproc/ruby-csv: Makefile
Log Message:
textproc/ruby-csv: fix descrition in comment
Fix descrition in comment and trial (commented out) lines.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/textproc/ruby-csv/Makefile:1.5
--- pkgsrc/textproc/ruby-csv/Makefile:1.4 Thu Jun 10 14:25:42 2021
+++ pkgsrc/textproc/ruby-csv/Makefile Fri Jan 14 15:58:50 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/06/10 14:25:42 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/14 15:58:50 taca Exp $
-DISTNAME= csv-3.1.9
+DISTNAME= csv-${RUBY_CSV_VERSION}
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,10 +8,22 @@ HOMEPAGE= https://github.com/ruby/csv/
COMMENT= CSV Reading and Writing
LICENSE= 2-clause-bsd
-# Ruby 3.0 contain the same version of rexml.
+RUBY_CSV_VERSION= 3.1.9
+
+# Ruby 3.0 and later contains newer version
RUBY_VERSIONS_ACCEPTED= 26 27
USE_LANGUAGES= # none
+#.include "../../lang/ruby/rubyversion.mk"
+#
+#.if !empty(RUBY_CSV_VER)
+#
+#. if ${RUBY_CSV_VERSION} == "${RUBY_CSV_VER}"
+#. error "${RUBY_PKGPREFIX}-base contains this package ${PKGBASE}."
+#. endif
+#
+#.endif
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index