svn commit: r383200 - head/security/ruby-camellia

Steve Wills swills at FreeBSD.org
Sat Apr 4 12:04:24 UTC 2015


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>


More information about the svn-ports-all mailing list