Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 013FA84CD7 for ; Tue, 30 May 2023 15:34:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7RKnZvOa0GOj for ; Tue, 30 May 2023 15:34:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4951184C2C for ; Tue, 30 May 2023 15:34:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DEC8FA85; Tue, 30 May 2023 15:34:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168546089869650" MIME-Version: 1.0 Date: Tue, 30 May 2023 15:34:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-csv To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230530153458.3DEC8FA85@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168546089869650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_168546089869650 Content-Disposition: inline Content-Length: 809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_168546089869650--