svn commit: r383253 - head/www/ruby-aws
Steve Wills
swills at FreeBSD.org
Sun Apr 5 03:25:05 UTC 2015
Author: swills
Date: Sun Apr 5 03:25:03 2015
New Revision: 383253
URL: https://svnweb.freebsd.org/changeset/ports/383253
Log:
www/ruby-aws: mark broken with ruby 2.2
Modified:
head/www/ruby-aws/Makefile
Modified: head/www/ruby-aws/Makefile
==============================================================================
--- head/www/ruby-aws/Makefile Sun Apr 5 03:13:42 2015 (r383252)
+++ head/www/ruby-aws/Makefile Sun Apr 5 03:25:03 2015 (r383253)
@@ -32,4 +32,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
-.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