svn commit: r383118 - head/textproc/ruby-rss.alt

Steve Wills swills at FreeBSD.org
Fri Apr 3 13:21:21 UTC 2015


Author: swills
Date: Fri Apr  3 13:21:20 2015
New Revision: 383118
URL: https://svnweb.freebsd.org/changeset/ports/383118

Log:
  textproc/ruby-rss.alt: mark broken with ruby 2.2

Modified:
  head/textproc/ruby-rss.alt/Makefile

Modified: head/textproc/ruby-rss.alt/Makefile
==============================================================================
--- head/textproc/ruby-rss.alt/Makefile	Fri Apr  3 13:20:01 2015	(r383117)
+++ head/textproc/ruby-rss.alt/Makefile	Fri Apr  3 13:21:20 2015	(r383118)
@@ -30,4 +30,10 @@ post-install:
 	${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
 	${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+BROKEN=		Does not build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list