svn commit: r383127 - head/devel/ruby-calendar
Steve Wills
swills at FreeBSD.org
Fri Apr 3 14:12:18 UTC 2015
Author: swills
Date: Fri Apr 3 14:12:17 2015
New Revision: 383127
URL: https://svnweb.freebsd.org/changeset/ports/383127
Log:
devel/ruby-calendar: mark broken with ruby 2.2
Modified:
head/devel/ruby-calendar/Makefile
Modified: head/devel/ruby-calendar/Makefile
==============================================================================
--- head/devel/ruby-calendar/Makefile Fri Apr 3 14:06:06 2015 (r383126)
+++ head/devel/ruby-calendar/Makefile Fri Apr 3 14:12:17 2015 (r383127)
@@ -35,4 +35,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
.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-head
mailing list