svn commit: r363227 - head/math/ruby-numru_misc

Steve Wills swills at FreeBSD.org
Mon Jul 28 18:53:37 UTC 2014


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>


More information about the svn-ports-all mailing list