svn commit: r383387 - head/devel/rubygem-cool.io

Steve Wills swills at FreeBSD.org
Sun Apr 5 22:23:28 UTC 2015


Author: swills
Date: Sun Apr  5 22:23:27 2015
New Revision: 383387
URL: https://svnweb.freebsd.org/changeset/ports/383387

Log:
  devel/rubygem-cool.io: mark broken with ruby 2.2

Modified:
  head/devel/rubygem-cool.io/Makefile

Modified: head/devel/rubygem-cool.io/Makefile
==============================================================================
--- head/devel/rubygem-cool.io/Makefile	Sun Apr  5 22:20:52 2015	(r383386)
+++ head/devel/rubygem-cool.io/Makefile	Sun Apr  5 22:23:27 2015	(r383387)
@@ -17,8 +17,8 @@ RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 2.1
-BROKEN=		Does not build with Ruby 2.1
+.if ${RUBY_VER} >= 2.2
+BROKEN=		Does not build
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list