From owner-svn-ports-all@freebsd.org Sun Aug 23 19:46:42 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DA213C6DC5; Sun, 23 Aug 2020 19:46:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQk41vV3z4Cs3; Sun, 23 Aug 2020 19:46:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D6F7C71A; Sun, 23 Aug 2020 19:46:33 +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 07NJkXOT091430; Sun, 23 Aug 2020 19:46:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJkWYT091427; Sun, 23 Aug 2020 19:46:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231946.07NJkWYT091427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545972 - head/devel/rubygem-simplecov X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-simplecov X-SVN-Commit-Revision: 545972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 19:46:42 -0000 Author: sunpoet Date: Sun Aug 23 19:46:32 2020 New Revision: 545972 URL: https://svnweb.freebsd.org/changeset/ports/545972 Log: Update to 0.19.0 - Update WWW Changes: https://github.com/simplecov-ruby/simplecov/releases Modified: head/devel/rubygem-simplecov/Makefile head/devel/rubygem-simplecov/distinfo head/devel/rubygem-simplecov/pkg-descr Modified: head/devel/rubygem-simplecov/Makefile ============================================================================== --- head/devel/rubygem-simplecov/Makefile Sun Aug 23 19:46:27 2020 (r545971) +++ head/devel/rubygem-simplecov/Makefile Sun Aug 23 19:46:32 2020 (r545972) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simplecov -PORTVERSION= 0.16.1 +PORTVERSION= 0.19.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,12 +11,12 @@ COMMENT= Powerful configuration library and automatic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-docile>=1.1:devel/rubygem-docile \ - rubygem-json>=1.8:devel/rubygem-json \ - rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html +RUN_DEPENDS= rubygem-docile>=1.1<2:devel/rubygem-docile \ + rubygem-simplecov-html>=0.11<1:textproc/rubygem-simplecov-html -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-simplecov/distinfo ============================================================================== --- head/devel/rubygem-simplecov/distinfo Sun Aug 23 19:46:27 2020 (r545971) +++ head/devel/rubygem-simplecov/distinfo Sun Aug 23 19:46:32 2020 (r545972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521209696 -SHA256 (rubygem/simplecov-0.16.1.gem) = 8724f0911bbb2b7a3c11155e6d57987cad311f9e5ce7b305b1e2e67fdc73dee9 -SIZE (rubygem/simplecov-0.16.1.gem) = 38912 +TIMESTAMP = 1598175408 +SHA256 (rubygem/simplecov-0.19.0.gem) = b9228393465c2b69468d30f949331aa36cd99cbd3f0fc64a39d3603a731708ac +SIZE (rubygem/simplecov-0.19.0.gem) = 55808 Modified: head/devel/rubygem-simplecov/pkg-descr ============================================================================== --- head/devel/rubygem-simplecov/pkg-descr Sun Aug 23 19:46:27 2020 (r545971) +++ head/devel/rubygem-simplecov/pkg-descr Sun Aug 23 19:46:32 2020 (r545972) @@ -1,4 +1,4 @@ Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites -WWW: https://github.com/colszowka/simplecov +WWW: https://github.com/simplecov-ruby/simplecov