Received: by mail.netbsd.org (Postfix, from userid 605) id 42C8884D36; Mon, 18 Sep 2017 00:59:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA14A84D2D for ; Mon, 18 Sep 2017 00:59: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 R_2xiolm7tf1 for ; Mon, 18 Sep 2017 00:59:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42F6C84D25 for ; Mon, 18 Sep 2017 00:59:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40DB0FA9A; Mon, 18 Sep 2017 00:59:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150569638757180" MIME-Version: 1.0 Date: Mon, 18 Sep 2017 00:59:47 +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: <20170918005947.40DB0FA9A@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. --_----------=_150569638757180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 18 00:59:47 UTC 2017 Modified Files: pkgsrc/misc/ruby-progressbar: Makefile PLIST distinfo Log Message: misc/ruby-progressbar: update to 1.8.3 Version v1.8.3 - September 13, 2017 * Update warning_filter to fix require_relative Version v1.8.2 - December 10, 2016 Fix * Predicates not available on 1.8.7 Add * progressbar as a gem build target Removed * reek To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/ruby-progressbar/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ruby-progressbar/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-progressbar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150569638757180 Content-Disposition: inline Content-Length: 3657 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.16 pkgsrc/misc/ruby-progressbar/Makefile:1.17 --- pkgsrc/misc/ruby-progressbar/Makefile:1.16 Tue May 30 14:22:40 2017 +++ pkgsrc/misc/ruby-progressbar/Makefile Mon Sep 18 00:59:47 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2017/05/30 14:22:40 taca Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/18 00:59:47 taca Exp $ -DISTNAME= ruby-progressbar-1.8.1 +DISTNAME= ruby-progressbar-1.8.3 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} CATEGORIES= misc ruby Index: pkgsrc/misc/ruby-progressbar/PLIST diff -u pkgsrc/misc/ruby-progressbar/PLIST:1.5 pkgsrc/misc/ruby-progressbar/PLIST:1.6 --- pkgsrc/misc/ruby-progressbar/PLIST:1.5 Mon Oct 17 14:27:37 2016 +++ pkgsrc/misc/ruby-progressbar/PLIST Mon Sep 18 00:59:47 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/10/17 14:27:37 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2017/09/18 00:59:47 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md @@ -27,25 +27,4 @@ ${GEM_LIBDIR}/lib/ruby-progressbar/throt ${GEM_LIBDIR}/lib/ruby-progressbar/time.rb ${GEM_LIBDIR}/lib/ruby-progressbar/timer.rb ${GEM_LIBDIR}/lib/ruby-progressbar/version.rb -${GEM_LIBDIR}/spec/fixtures/benchmark.rb -${GEM_LIBDIR}/spec/ruby-progressbar/base_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/calculators/length_calculator_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/calculators/running_average_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/bar_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/percentage_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/rate_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/throttle_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/time_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/components/title_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/formatter_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/molecule_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/format/string_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/output_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/outputs/non_tty_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/outputs/tty_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/progress_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/time_spec.rb -${GEM_LIBDIR}/spec/ruby-progressbar/timer_spec.rb -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/support/time.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/misc/ruby-progressbar/distinfo diff -u pkgsrc/misc/ruby-progressbar/distinfo:1.4 pkgsrc/misc/ruby-progressbar/distinfo:1.5 --- pkgsrc/misc/ruby-progressbar/distinfo:1.4 Mon Oct 17 14:27:37 2016 +++ pkgsrc/misc/ruby-progressbar/distinfo Mon Sep 18 00:59:47 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/10/17 14:27:37 taca Exp $ +$NetBSD: distinfo,v 1.5 2017/09/18 00:59:47 taca Exp $ -SHA1 (ruby-progressbar-1.8.1.gem) = 995128111b2ded4cd62fa753d7e6a5635a7a1abe -RMD160 (ruby-progressbar-1.8.1.gem) = 45fba9ae7bdefa46159c988bb747d6f354a377d1 -SHA512 (ruby-progressbar-1.8.1.gem) = bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01 -Size (ruby-progressbar-1.8.1.gem) = 26112 bytes +SHA1 (ruby-progressbar-1.8.3.gem) = 5821c2884e0fd66b82a4e1b2531a6a14a90e6fe4 +RMD160 (ruby-progressbar-1.8.3.gem) = b32f9a0ad834ead41910e46acdb90788c52590e1 +SHA512 (ruby-progressbar-1.8.3.gem) = b6959c91e612e1cf2c806a8c81372e22a251431973abe133068be60cfa4f7fd0cc03dcc88e3b9fbd7b6559e5eb447e24013bf6cdd79cf393b2d6a5a16801443f +Size (ruby-progressbar-1.8.3.gem) = 16896 bytes --_----------=_150569638757180--