Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2F4C11A9217 for ; Wed, 30 Sep 2020 08:57:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 99B9E84D47; Wed, 30 Sep 2020 08:57:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 225C584D45 for ; Wed, 30 Sep 2020 08:57:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RlcztwxLLbRf for ; Wed, 30 Sep 2020 08:57:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B4AB84D37 for ; Wed, 30 Sep 2020 08:57:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 501EAFB28; Wed, 30 Sep 2020 08:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601456241168600" MIME-Version: 1.0 Date: Wed, 30 Sep 2020 08:57:21 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/sysutils/ruby-chef-zero To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200930085721.501EAFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601456241168600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Sep 30 08:57:21 UTC 2020 Modified Files: pkgsrc/sysutils/ruby-chef-zero: Makefile Log Message: ruby-chef-zero: Does not support ruby25. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ruby-chef-zero/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601456241168600 Content-Disposition: inline Content-Length: 701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ruby-chef-zero/Makefile diff -u pkgsrc/sysutils/ruby-chef-zero/Makefile:1.13 pkgsrc/sysutils/ruby-chef-zero/Makefile:1.14 --- pkgsrc/sysutils/ruby-chef-zero/Makefile:1.13 Tue Mar 24 18:06:28 2020 +++ pkgsrc/sysutils/ruby-chef-zero/Makefile Wed Sep 30 08:57:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/03/24 18:06:28 taca Exp $ +# $NetBSD: Makefile,v 1.14 2020/09/30 08:57:21 jperkin Exp $ DISTNAME= chef-zero-15.0.0 CATEGORIES= sysutils @@ -16,6 +16,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0.6< RUBYGEM_OPTIONS+= --format-executable +RUBY_VERSIONS_INCOMPATIBLE= 25 + pre-configure: cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} chef-zero --_----------=_1601456241168600--