svn commit: r414221 - head/devel/rubygem-simplecov

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 28 19:06:05 UTC 2016


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


More information about the svn-ports-all mailing list