Received: by mail.netbsd.org (Postfix, from userid 605) id 6B7B884D1F; Thu, 27 Sep 2018 23:15:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61A6584D24 for ; Thu, 27 Sep 2018 23:15:34 +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 PsBrxzLW2x0H for ; Thu, 27 Sep 2018 23:15:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9093584D1F for ; Thu, 27 Sep 2018 23:15:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21554FBEE; Thu, 27 Sep 2018 23:15:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153809013275750" MIME-Version: 1.0 Date: Thu, 27 Sep 2018 23:15:32 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/sysutils/ruby-chef-zero To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180927231532.21554FBEE@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. --_----------=_153809013275750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Sep 27 23:15:32 UTC 2018 Modified Files: pkgsrc/sysutils/ruby-chef-zero: Makefile Log Message: chef-zero: requires Ruby version >= 2.4.0 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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. --_----------=_153809013275750 Content-Disposition: inline Content-Length: 834 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.9 pkgsrc/sysutils/ruby-chef-zero/Makefile:1.10 --- pkgsrc/sysutils/ruby-chef-zero/Makefile:1.9 Sun Sep 23 16:28:59 2018 +++ pkgsrc/sysutils/ruby-chef-zero/Makefile Thu Sep 27 23:15:31 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/09/23 16:28:59 taca Exp $ +# $NetBSD: Makefile,v 1.10 2018/09/27 23:15:31 tnn Exp $ DISTNAME= chef-zero-14.0.6 CATEGORIES= sysutils @@ -14,7 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2 DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=2.0.5<4.0:../../misc/ruby-hashie DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack -RUBY_VERSIONS_ACCEPTED= 23 24 25 # www/ruby-rack +RUBY_VERSIONS_ACCEPTED= 24 25 # www/ruby-rack RUBYGEM_OPTIONS+= --format-executable pre-configure: --_----------=_153809013275750--