Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 13:56:21 +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: r383125 - head/devel/ruby-cache
Message-ID:  <201504031356.t33DuLED074890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr  3 13:56:20 2015
New Revision: 383125
URL: https://svnweb.freebsd.org/changeset/ports/383125

Log:
  devel/ruby-cache: mark broken with ruby 2.2

Modified:
  head/devel/ruby-cache/Makefile

Modified: head/devel/ruby-cache/Makefile
==============================================================================
--- head/devel/ruby-cache/Makefile	Fri Apr  3 13:54:37 2015	(r383124)
+++ head/devel/ruby-cache/Makefile	Fri Apr  3 13:56:20 2015	(r383125)
@@ -31,4 +31,10 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+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?201504031356.t33DuLED074890>