Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 19:06:03 +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: r414221 - head/devel/rubygem-simplecov
Message-ID:  <201604281906.u3SJ63Wq043780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 28 19:06:03 2016
New Revision: 414221
URL: https://svnweb.freebsd.org/changeset/ports/414221

Log:
  - Fix RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-simplecov/Makefile

Modified: head/devel/rubygem-simplecov/Makefile
==============================================================================
--- head/devel/rubygem-simplecov/Makefile	Thu Apr 28 19:05:59 2016	(r414220)
+++ head/devel/rubygem-simplecov/Makefile	Thu Apr 28 19:06:03 2016	(r414221)
@@ -2,6 +2,7 @@
 
 PORTNAME=	simplecov
 PORTVERSION=	0.11.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +12,8 @@ COMMENT=	Powerful configuration library 
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-docile>=1.1.0:devel/rubygem-docile \
-		rubygem-multi_json>=1.0:devel/rubygem-multi_json \
-		rubygem-simplecov-html>=0.8.0:textproc/rubygem-simplecov-html
+		rubygem-json>=1.8:devel/rubygem-json \
+		rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html
 
 NO_ARCH=	yes
 USE_RUBY=	yes



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