Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7590D84D69 for ; Tue, 30 May 2023 15:32:48 +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 TmMKC3zqyvlF for ; Tue, 30 May 2023 15:32:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C800B84C2C for ; Tue, 30 May 2023 15:32:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0DB6FA85; Tue, 30 May 2023 15:32:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168546076615270" MIME-Version: 1.0 Date: Tue, 30 May 2023 15:32:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/math/ruby-matrix To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230530153246.F0DB6FA85@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168546076615270 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:32:46 UTC 2023 Modified Files: pkgsrc/math/ruby-matrix: Makefile Log Message: math/ruby-matrix: drop support for ruby27 Now this package is for textproc/ruby-classifier-reborn on ruby30. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/ruby-matrix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168546076615270 Content-Disposition: inline Content-Length: 823 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/ruby-matrix/Makefile diff -u pkgsrc/math/ruby-matrix/Makefile:1.1 pkgsrc/math/ruby-matrix/Makefile:1.2 --- pkgsrc/math/ruby-matrix/Makefile:1.1 Thu Sep 1 14:42:37 2022 +++ pkgsrc/math/ruby-matrix/Makefile Tue May 30 15:32:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/09/01 14:42:37 taca Exp $ +# $NetBSD: Makefile,v 1.2 2023/05/30 15:32:46 taca Exp $ DISTNAME= matrix-0.4.2 CATEGORIES= math @@ -10,8 +10,9 @@ LICENSE= 2-clause-bsd OR ruby-license USE_LANGUAGES= # none -# Ruby 3.1 has the same version in it. -RUBY_VERSIONS_ACCEPTED= 27 30 +# This package is for textproc/ruby-classifier-reborn on Ruby 3.0. +# (Ruby 3.1 and 3.2 have the same version as default gem.) +RUBY_VERSIONS_ACCEPTED= 30 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_168546076615270--