Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 18:55:04 +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: r363228 - head/math/ruby-numru_units
Message-ID:  <201407281855.s6SIt48Q029674@svn.freebsd.org>

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

Log:
  math/ruby-numru_units: Mark broken with Ruby 2.0 or newer
  
  With hat:	ruby@

Modified:
  head/math/ruby-numru_units/Makefile

Modified: head/math/ruby-numru_units/Makefile
==============================================================================
--- head/math/ruby-numru_units/Makefile	Mon Jul 28 18:53:36 2014	(r363227)
+++ head/math/ruby-numru_units/Makefile	Mon Jul 28 18:55:04 2014	(r363228)
@@ -31,4 +31,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?201407281855.s6SIt48Q029674>