From owner-svn-ports-head@freebsd.org Thu Apr 28 19:06:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD564B1FC33; Thu, 28 Apr 2016 19:06:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA8DC1107; Thu, 28 Apr 2016 19:06:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3SJ63EM043781; Thu, 28 Apr 2016 19:06:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3SJ63Wq043780; Thu, 28 Apr 2016 19:06:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604281906.u3SJ63Wq043780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Apr 2016 19:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414221 - head/devel/rubygem-simplecov X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 19:06:05 -0000 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