Received: by mail.netbsd.org (Postfix, from userid 605) id 27CA184D8E; Mon, 23 Mar 2020 17:15:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25B9884CCD for ; Mon, 23 Mar 2020 17:15:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1_bLdx1g7M9J for ; Mon, 23 Mar 2020 17:15:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 982C884CDB for ; Mon, 23 Mar 2020 17:15:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95BBAFB27; Mon, 23 Mar 2020 17:15:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584983757258660" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 17:15:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-progressbar To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200323171557.95BBAFB27@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. --_----------=_1584983757258660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 23 17:15:57 UTC 2020 Modified Files: pkgsrc/misc/ruby-progressbar: Makefile distinfo Log Message: misc/ruby-progressbar: update to 1.10.1 Update ruby-progressbar to 1.10.1. pkgsrc change: add "USE_LANGAUGES= # none". Version v1.10.1 - May 27, 2019 Change * Make Extra Sure We're Not Loading Ruby's Time Class Fix * CHANGELOG URI in both gemspecs to point to master CHANGELOG.md * Ruby 1.8/1.9 IO Doesn't Respond to winsize Remove * allowed_push_host From gemspecs To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ruby-progressbar/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ruby-progressbar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584983757258660 Content-Disposition: inline Content-Length: 1951 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-progressbar/Makefile diff -u pkgsrc/misc/ruby-progressbar/Makefile:1.19 pkgsrc/misc/ruby-progressbar/Makefile:1.20 --- pkgsrc/misc/ruby-progressbar/Makefile:1.19 Sun Sep 23 15:47:54 2018 +++ pkgsrc/misc/ruby-progressbar/Makefile Mon Mar 23 17:15:57 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/09/23 15:47:54 taca Exp $ +# $NetBSD: Makefile,v 1.20 2020/03/23 17:15:57 taca Exp $ -DISTNAME= ruby-progressbar-1.10.0 +DISTNAME= ruby-progressbar-1.10.1 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= misc ruby @@ -9,5 +9,7 @@ HOMEPAGE= https://github.com/jfelchner/r COMMENT= Text Progress Bar Library for Ruby LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/misc/ruby-progressbar/distinfo diff -u pkgsrc/misc/ruby-progressbar/distinfo:1.7 pkgsrc/misc/ruby-progressbar/distinfo:1.8 --- pkgsrc/misc/ruby-progressbar/distinfo:1.7 Sun Sep 23 15:47:54 2018 +++ pkgsrc/misc/ruby-progressbar/distinfo Mon Mar 23 17:15:57 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/09/23 15:47:54 taca Exp $ +$NetBSD: distinfo,v 1.8 2020/03/23 17:15:57 taca Exp $ -SHA1 (ruby-progressbar-1.10.0.gem) = 0d282a2e84fee4caf7fb5a097141e904a5fb1898 -RMD160 (ruby-progressbar-1.10.0.gem) = 3e0d3ccfded9f8f9a8c6af99d5e2cef6f7fe76a6 -SHA512 (ruby-progressbar-1.10.0.gem) = 7214a228cd153e817e7f89bfb763db4bc67c06c41162c91422e0f4e2d7bd02a19b2bf56281552029e87d3cffbd60d1dc8eb36c67aeea39be9fe6819c90c85130 -Size (ruby-progressbar-1.10.0.gem) = 17920 bytes +SHA1 (ruby-progressbar-1.10.1.gem) = 5ff77c2bf2b7c066318440237ad8d1ff41a2bcd2 +RMD160 (ruby-progressbar-1.10.1.gem) = 74d5e12385ed0a55308da9caf9289757576f084b +SHA512 (ruby-progressbar-1.10.1.gem) = 1a474e697d1e9849cc67842a756bad605aa8341fe8451a984f115f1c64754f522b4496d09ef8b47d16135fc165f4d02ea8944f99767573c699ca694ec3205f52 +Size (ruby-progressbar-1.10.1.gem) = 17920 bytes --_----------=_1584983757258660--