svn commit: r383129 - head/devel/ruby-date2
Steve Wills
swills at FreeBSD.org
Fri Apr 3 14:30:01 UTC 2015
Author: swills
Date: Fri Apr 3 14:30:00 2015
New Revision: 383129
URL: https://svnweb.freebsd.org/changeset/ports/383129
Log:
devel/ruby-date2: mark broken with ruby 2.2
Modified:
head/devel/ruby-date2/Makefile
Modified: head/devel/ruby-date2/Makefile
==============================================================================
--- head/devel/ruby-date2/Makefile Fri Apr 3 14:23:04 2015 (r383128)
+++ head/devel/ruby-date2/Makefile Fri Apr 3 14:30:00 2015 (r383129)
@@ -38,4 +38,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-all
mailing list