From owner-svn-ports-head@FreeBSD.ORG Wed Nov 12 03:36:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01326B4A; Wed, 12 Nov 2014 03:36:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E30DCC8F; Wed, 12 Nov 2014 03:36:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAC3a36O098770; Wed, 12 Nov 2014 03:36:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAC3a31v098769; Wed, 12 Nov 2014 03:36:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201411120336.sAC3a31v098769@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 12 Nov 2014 03:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372481 - head/sysutils/puppet27 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 03:36:04 -0000 Author: swills Date: Wed Nov 12 03:36:03 2014 New Revision: 372481 URL: https://svnweb.freebsd.org/changeset/ports/372481 QAT: https://qat.redports.org/buildarchive/r372481/ Log: sysutils/puppet27: Mark broken with Ruby 2.0 and 2.1 Technically any Ruby version 1.9 or newer isn't supported: https://docs.puppetlabs.com/guides/platforms.html#ruby-versions but I didn't hear any complaints about Puppet 2.7 not working until 2.0 became default, so leave it for now, instead of deleting it. Modified: head/sysutils/puppet27/Makefile Modified: head/sysutils/puppet27/Makefile ============================================================================== --- head/sysutils/puppet27/Makefile Wed Nov 12 03:32:27 2014 (r372480) +++ head/sysutils/puppet27/Makefile Wed Nov 12 03:36:03 2014 (r372481) @@ -101,4 +101,10 @@ post-install: .endif @${CAT} ${PKGMESSAGE} +.include + +.if ${RUBY_VER} >= 2.0 +BROKEN= Does not work with Ruby 2.0 or Ruby 2.1 +.endif + .include