svn commit: r383125 - head/devel/ruby-cache
Steve Wills
swills at FreeBSD.org
Fri Apr 3 13:56:21 UTC 2015
Author: swills
Date: Fri Apr 3 13:56:20 2015
New Revision: 383125
URL: https://svnweb.freebsd.org/changeset/ports/383125
Log:
devel/ruby-cache: mark broken with ruby 2.2
Modified:
head/devel/ruby-cache/Makefile
Modified: head/devel/ruby-cache/Makefile
==============================================================================
--- head/devel/ruby-cache/Makefile Fri Apr 3 13:54:37 2015 (r383124)
+++ head/devel/ruby-cache/Makefile Fri Apr 3 13:56:20 2015 (r383125)
@@ -31,4 +31,10 @@ post-install:
@${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
-.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