Received: by mail.netbsd.org (Postfix, from userid 605) id CA98184D70; Thu, 31 Aug 2017 15:23:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C78A84D6F for ; Thu, 31 Aug 2017 15:23:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id S8bZFCmeHzWh for ; Thu, 31 Aug 2017 15:23:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E176784CE1 for ; Thu, 31 Aug 2017 15:23:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFC67FA97; Thu, 31 Aug 2017 15:23:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150419302627450" MIME-Version: 1.0 Date: Thu, 31 Aug 2017 15:23:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-simplecov-html To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170831152346.DFC67FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150419302627450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Aug 31 15:23:46 UTC 2017 Modified Files: pkgsrc/devel/ruby-simplecov-html: Makefile distinfo Log Message: Update ruby-simplecov-html to 0.10.2. 0.10.2 2017-08-14 ======== ## Bugfixes * Allow usage with frozen-string-literal-enabled. See [#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov-html/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-simplecov-html/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150419302627450 Content-Disposition: inline Content-Length: 1741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-simplecov-html/Makefile diff -u pkgsrc/devel/ruby-simplecov-html/Makefile:1.8 pkgsrc/devel/ruby-simplecov-html/Makefile:1.9 --- pkgsrc/devel/ruby-simplecov-html/Makefile:1.8 Mon Jun 5 14:15:59 2017 +++ pkgsrc/devel/ruby-simplecov-html/Makefile Thu Aug 31 15:23:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/06/05 14:15:59 taca Exp $ +# $NetBSD: Makefile,v 1.9 2017/08/31 15:23:46 taca Exp $ -DISTNAME= simplecov-html-0.10.1 +DISTNAME= simplecov-html-0.10.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-simplecov-html/distinfo diff -u pkgsrc/devel/ruby-simplecov-html/distinfo:1.7 pkgsrc/devel/ruby-simplecov-html/distinfo:1.8 --- pkgsrc/devel/ruby-simplecov-html/distinfo:1.7 Mon Jun 5 14:15:59 2017 +++ pkgsrc/devel/ruby-simplecov-html/distinfo Thu Aug 31 15:23:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/06/05 14:15:59 taca Exp $ +$NetBSD: distinfo,v 1.8 2017/08/31 15:23:46 taca Exp $ -SHA1 (simplecov-html-0.10.1.gem) = 62e2635eef635cc1ac3919b06399f435e4b22e87 -RMD160 (simplecov-html-0.10.1.gem) = 9d027c37b3bc87eac7e84877493fe7ccefad171c -SHA512 (simplecov-html-0.10.1.gem) = b64668f70d0c90b2b0d789dbf4cde76151e5b93057a3e08599cad58e73f7699e23721b9c0df4ca3a054413baf0a11b43df3f156c7a1761ac15f9ce537075b239 -Size (simplecov-html-0.10.1.gem) = 182784 bytes +SHA1 (simplecov-html-0.10.2.gem) = f4482d10b4ade2772f9112e13ecfd8fee6776800 +RMD160 (simplecov-html-0.10.2.gem) = e39759e0b6dea8664d7f8844d4054987ed71e24d +SHA512 (simplecov-html-0.10.2.gem) = 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967 +Size (simplecov-html-0.10.2.gem) = 183296 bytes --_----------=_150419302627450--