svn commit: r396000 - head/devel/rubygem-cool.io

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:24:23 UTC 2015


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>


More information about the svn-ports-all mailing list