Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2014 03:36:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372481 - head/sysutils/puppet27
Message-ID:  <201411120336.sAC3a31v098769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN=		Does not work with Ruby 2.0 or Ruby 2.1
+.endif
+
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411120336.sAC3a31v098769>