Date: Sun, 5 Apr 2015 22:23:28 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383387 - head/devel/rubygem-cool.io Message-ID: <201504052223.t35MNS5Y099043@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504052223.t35MNS5Y099043>