Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:24:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396000 - head/devel/rubygem-cool.io
Message-ID:  <201509031624.t83GONYX035271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep  3 16:24:22 2015
New Revision: 396000
URL: https://svnweb.freebsd.org/changeset/ports/396000

Log:
  - Use BROKEN_RUBY22
  
  With hat:	ruby

Modified:
  head/devel/rubygem-cool.io/Makefile

Modified: head/devel/rubygem-cool.io/Makefile
==============================================================================
--- head/devel/rubygem-cool.io/Makefile	Thu Sep  3 16:24:17 2015	(r395999)
+++ head/devel/rubygem-cool.io/Makefile	Thu Sep  3 16:24:22 2015	(r396000)
@@ -14,14 +14,10 @@ LICENSE=	MIT
 RUN_DEPENDS=	\
 	rubygem-iobuffer>=1.0.0:${PORTSDIR}/devel/rubygem-iobuffer
 
+BROKEN_RUBY22=	yes
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.2
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031624.t83GONYX035271>