Received: by mail.netbsd.org (Postfix, from userid 605) id C8B2B84EA7; Wed, 11 Jan 2023 15:03:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02C4C84D69 for ; Wed, 11 Jan 2023 15:03:35 +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 lQSxIk9Km-BZ for ; Wed, 11 Jan 2023 15:03:34 +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 5939C84D37 for ; Wed, 11 Jan 2023 15:03:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 523A9FA90; Wed, 11 Jan 2023 15:03:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673449414135990" MIME-Version: 1.0 Date: Wed, 11 Jan 2023 15:03:34 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-chef To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230111150334.523A9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673449414135990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jan 11 15:03:34 UTC 2023 Modified Files: pkgsrc/sysutils/ruby-chef: Makefile Log Message: sysutils/ruby-chef: drop ruby30 Dose not support Ruby 3.0 any more. Noted from wiz@ via private e-mail. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/ruby-chef/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673449414135990 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ruby-chef/Makefile diff -u pkgsrc/sysutils/ruby-chef/Makefile:1.34 pkgsrc/sysutils/ruby-chef/Makefile:1.35 --- pkgsrc/sysutils/ruby-chef/Makefile:1.34 Mon Jan 9 13:03:17 2023 +++ pkgsrc/sysutils/ruby-chef/Makefile Wed Jan 11 15:03:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2023/01/09 13:03:17 taca Exp $ +# $NetBSD: Makefile,v 1.35 2023/01/11 15:03:34 taca Exp $ DISTNAME= chef-18.1.0 CATEGORIES= sysutils @@ -44,7 +44,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-vault>=0.16< USE_LANGUAGES= # none -RUBY_VERSIONS_ACCEPTED= 30 31 +RUBY_VERSIONS_ACCEPTED= 31 RUBYGEM_OPTIONS+= --format-executable --_----------=_1673449414135990--