pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-csv textproc/ruby-csv: fix descrition in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3749dcae65d
branches:  trunk
changeset: 371805:c3749dcae65d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jan 14 15:58:50 2022 +0000

description:
textproc/ruby-csv: fix descrition in comment

Fix descrition in comment and trial (commented out) lines.

diffstat:

 textproc/ruby-csv/Makefile |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 6871560dbedb -r c3749dcae65d textproc/ruby-csv/Makefile
--- a/textproc/ruby-csv/Makefile        Fri Jan 14 15:51:50 2022 +0000
+++ b/textproc/ruby-csv/Makefile        Fri Jan 14 15:58:50 2022 +0000
@@ -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 @@
 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