From owner-svn-ports-head@freebsd.org Sun Aug 23 19:48:33 2020 Return-Path: Delivered-To: svn-ports-head@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 862663C724F; Sun, 23 Aug 2020 19:48:33 +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 4BZQmJ5TsFz4FGm; Sun, 23 Aug 2020 19:48:32 +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 5C6A0C8A5; Sun, 23 Aug 2020 19:48:29 +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 07NJmTdr094504; Sun, 23 Aug 2020 19:48:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJmSGE094502; Sun, 23 Aug 2020 19:48:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231948.07NJmSGE094502@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:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545997 - head/textproc/rubygem-simplecov-html X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-simplecov-html X-SVN-Commit-Revision: 545997 X-SVN-Commit-Repository: ports 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.33 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: Sun, 23 Aug 2020 19:48:33 -0000 Author: sunpoet Date: Sun Aug 23 19:48:28 2020 New Revision: 545997 URL: https://svnweb.freebsd.org/changeset/ports/545997 Log: Update to 0.12.2 - Update WWW Changes: https://github.com/simplecov-ruby/simplecov-html/releases Modified: head/textproc/rubygem-simplecov-html/Makefile head/textproc/rubygem-simplecov-html/distinfo head/textproc/rubygem-simplecov-html/pkg-descr Modified: head/textproc/rubygem-simplecov-html/Makefile ============================================================================== --- head/textproc/rubygem-simplecov-html/Makefile Sun Aug 23 19:48:24 2020 (r545996) +++ head/textproc/rubygem-simplecov-html/Makefile Sun Aug 23 19:48:28 2020 (r545997) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simplecov-html -PORTVERSION= 0.10.2 +PORTVERSION= 0.12.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,8 +11,9 @@ COMMENT= Default HTML formatter for SimpleCov LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/textproc/rubygem-simplecov-html/distinfo ============================================================================== --- head/textproc/rubygem-simplecov-html/distinfo Sun Aug 23 19:48:24 2020 (r545996) +++ head/textproc/rubygem-simplecov-html/distinfo Sun Aug 23 19:48:28 2020 (r545997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502810076 -SHA256 (rubygem/simplecov-html-0.10.2.gem) = f65306e2695913c007ddc8d31d6318f37ae074f2ee1cea1647b3bf4c94ca30d2 -SIZE (rubygem/simplecov-html-0.10.2.gem) = 183296 +TIMESTAMP = 1598175426 +SHA256 (rubygem/simplecov-html-0.12.2.gem) = c9ae10b01a765452c9a50bedd3e8a20ee0f1793d9850f8c89e884b7b5c25ebec +SIZE (rubygem/simplecov-html-0.12.2.gem) = 336896 Modified: head/textproc/rubygem-simplecov-html/pkg-descr ============================================================================== --- head/textproc/rubygem-simplecov-html/pkg-descr Sun Aug 23 19:48:24 2020 (r545996) +++ head/textproc/rubygem-simplecov-html/pkg-descr Sun Aug 23 19:48:28 2020 (r545997) @@ -1,3 +1,3 @@ Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+ -WWW: https://github.com/colszowka/simplecov-html +WWW: https://github.com/simplecov-ruby/simplecov-html