Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 15:36:47 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338449 - head/devel/rubygem-rcov
Message-ID:  <201401021536.s02FaleF057428@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Thu Jan  2 15:36:47 2014
New Revision: 338449
URL: http://svnweb.freebsd.org/changeset/ports/338449

Log:
  Mark broken with Ruby 2.0
  
  PR:		ports/185402
  Submitted by:	Steve Wills <swills@FreeBSD.org>

Modified:
  head/devel/rubygem-rcov/Makefile

Modified: head/devel/rubygem-rcov/Makefile
==============================================================================
--- head/devel/rubygem-rcov/Makefile	Thu Jan  2 15:23:48 2014	(r338448)
+++ head/devel/rubygem-rcov/Makefile	Thu Jan  2 15:36:47 2014	(r338449)
@@ -9,10 +9,20 @@ MASTER_SITES=	RG
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Code coverage tool for Ruby
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/rcov
 
 NO_STAGE=	yes
-.include <bsd.port.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 2.0
+BROKEN=		Does not work with Ruby 2.0
+.endif
+
+.include <bsd.port.post.mk>



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