Date: Mon, 28 Jul 2014 18:41:48 +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: r363224 - head/graphics/ruby-ming Message-ID: <201407281841.s6SIfmEP023453@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Jul 28 18:41:48 2014 New Revision: 363224 URL: http://svnweb.freebsd.org/changeset/ports/363224 QAT: https://qat.redports.org/buildarchive/r363224/ Log: graphics/ruby-ming: Use standard broken message for Ruby 2.0 breakage With hat: ruby@ Modified: head/graphics/ruby-ming/Makefile Modified: head/graphics/ruby-ming/Makefile ============================================================================== --- head/graphics/ruby-ming/Makefile Mon Jul 28 18:40:53 2014 (r363223) +++ head/graphics/ruby-ming/Makefile Mon Jul 28 18:41:48 2014 (r363224) @@ -38,8 +38,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${RUBY_VER} != 1.9 -BROKEN= Does not build +.if ${RUBY_VER} >= 2.0 +BROKEN= Does not build with Ruby 2.0 or newer .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407281841.s6SIfmEP023453>