svn commit: r363224 - head/graphics/ruby-ming
Steve Wills
swills at FreeBSD.org
Mon Jul 28 18:41:49 UTC 2014
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>
More information about the svn-ports-all
mailing list