svn commit: r383251 - head/textproc/ruby-xmlconfigfile

Steve Wills swills at FreeBSD.org
Sun Apr 5 02:28:47 UTC 2015


Author: swills
Date: Sun Apr  5 02:28:46 2015
New Revision: 383251
URL: https://svnweb.freebsd.org/changeset/ports/383251

Log:
  textproc/ruby-xmlconfigfil: mark broken with ruby 2.2

Modified:
  head/textproc/ruby-xmlconfigfile/Makefile

Modified: head/textproc/ruby-xmlconfigfile/Makefile
==============================================================================
--- head/textproc/ruby-xmlconfigfile/Makefile	Sun Apr  5 02:13:56 2015	(r383250)
+++ head/textproc/ruby-xmlconfigfile/Makefile	Sun Apr  5 02:28:46 2015	(r383251)
@@ -26,4 +26,10 @@ post-install:
 	${CP} -R ${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