svn commit: r338449 - head/devel/rubygem-rcov

Steven Kreuzer skreuzer at FreeBSD.org
Thu Jan 2 15:36:47 UTC 2014


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 at 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 at 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>


More information about the svn-ports-all mailing list