Date: Fri, 3 Apr 2015 13:21:21 +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: r383118 - head/textproc/ruby-rss.alt Message-ID: <201504031321.t33DLLSp059580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031321.t33DLLSp059580>