Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 18:53:37 +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: r363227 - head/math/ruby-numru_misc
Message-ID:  <201407281853.s6SIrbMA029019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jul 28 18:53:36 2014
New Revision: 363227
URL: http://svnweb.freebsd.org/changeset/ports/363227
QAT: https://qat.redports.org/buildarchive/r363227/

Log:
  Mark broken with Ruby 2.0 or newer
  
  With hat:	ruby@

Modified:
  head/math/ruby-numru_misc/Makefile

Modified: head/math/ruby-numru_misc/Makefile
==============================================================================
--- head/math/ruby-numru_misc/Makefile	Mon Jul 28 18:44:42 2014	(r363226)
+++ head/math/ruby-numru_misc/Makefile	Mon Jul 28 18:53:36 2014	(r363227)
@@ -35,4 +35,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN=		Does not build with Ruby 2.0 or newer
+.endif
+
+.include <bsd.port.post.mk>



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