svn commit: r363260 - head/security/arirang

Steve Wills swills at FreeBSD.org
Mon Jul 28 21:40:55 UTC 2014


Author: swills
Date: Mon Jul 28 21:40:54 2014
New Revision: 363260
URL: http://svnweb.freebsd.org/changeset/ports/363260
QAT: https://qat.redports.org/buildarchive/r363260/

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

Modified:
  head/security/arirang/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Mon Jul 28 21:35:15 2014	(r363259)
+++ head/security/arirang/Makefile	Mon Jul 28 21:40:54 2014	(r363260)
@@ -28,4 +28,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${STAGEDIR}${PREFIX}/share/arirang
 	${INSTALL_DATA} ${WRKSRC}/script/*.rb ${STAGEDIR}${PREFIX}/share/arirang
 
-.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-head mailing list