Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 12:04:23 +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: r383200 - head/security/ruby-camellia
Message-ID:  <201504041204.t34C4NJH010599@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Apr  4 12:04:22 2015
New Revision: 383200
URL: https://svnweb.freebsd.org/changeset/ports/383200

Log:
  security/ruby-camellia: mark broken with ruby 2.2 also

Modified:
  head/security/ruby-camellia/Makefile

Modified: head/security/ruby-camellia/Makefile
==============================================================================
--- head/security/ruby-camellia/Makefile	Sat Apr  4 11:48:28 2015	(r383199)
+++ head/security/ruby-camellia/Makefile	Sat Apr  4 12:04:22 2015	(r383200)
@@ -34,8 +34,8 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 2.1
-BROKEN=		Does not build with Ruby 2.1
+.if ${RUBY_VER} >= 2.1
+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?201504041204.t34C4NJH010599>