Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 19CC41A9217 for ; Mon, 11 Jan 2021 14:07:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB19984DB2; Mon, 11 Jan 2021 14:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 226FA84DA9 for ; Mon, 11 Jan 2021 14:07:33 +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 11V8Xv3E95zN for ; Mon, 11 Jan 2021 14:07:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9678C84CDB for ; Mon, 11 Jan 2021 14:07:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FF1EFA9D; Mon, 11 Jan 2021 14:07:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610374052103950" MIME-Version: 1.0 Date: Mon, 11 Jan 2021 14:07:32 +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: <20210111140732.8FF1EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610374052103950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 11 14:07:32 UTC 2021 Modified Files: pkgsrc/misc/ruby-progressbar: Makefile distinfo Log Message: misc/ruby-progressbar: update to 1.11.0 pkgsrc change: remove redundant "ruby" from CATEGORIES. Version v1.11.0 - December 30, 2020 Add * RUBY_PROGRESS_BAR_FORMAT Environment Variable Merge * PR #165 - Show Unknown Time Remaining After Timer Reset Fix * Show Unknown Time Remaining After Bar Is Reset Uncategorized * Merge PR #167 - Convert To Github Actions To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/ruby-progressbar/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/ruby-progressbar/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610374052103950 Content-Disposition: inline Content-Length: 1853 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.20 pkgsrc/misc/ruby-progressbar/Makefile:1.21 --- pkgsrc/misc/ruby-progressbar/Makefile:1.20 Mon Mar 23 17:15:57 2020 +++ pkgsrc/misc/ruby-progressbar/Makefile Mon Jan 11 14:07:32 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2020/03/23 17:15:57 taca Exp $ +# $NetBSD: Makefile,v 1.21 2021/01/11 14:07:32 taca Exp $ -DISTNAME= ruby-progressbar-1.10.1 +DISTNAME= ruby-progressbar-1.11.0 PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/} -CATEGORIES= misc ruby +CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jfelchner/ruby-progressbar Index: pkgsrc/misc/ruby-progressbar/distinfo diff -u pkgsrc/misc/ruby-progressbar/distinfo:1.8 pkgsrc/misc/ruby-progressbar/distinfo:1.9 --- pkgsrc/misc/ruby-progressbar/distinfo:1.8 Mon Mar 23 17:15:57 2020 +++ pkgsrc/misc/ruby-progressbar/distinfo Mon Jan 11 14:07:32 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/03/23 17:15:57 taca Exp $ +$NetBSD: distinfo,v 1.9 2021/01/11 14:07:32 taca Exp $ -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 +SHA1 (ruby-progressbar-1.11.0.gem) = fe0b78c4718bc1b5eb4765c6309947eacb0ebb6f +RMD160 (ruby-progressbar-1.11.0.gem) = 7c1bbc96d1610a84f4515a224ae399866e4ebe60 +SHA512 (ruby-progressbar-1.11.0.gem) = 4c1b20c1a7a982a8da9cd85ba53f043dd72aa7c4d98d47013d311d305d30461d760300ae0d60cdd2767c73d99c55fe07607b7086803f90ebf261549111524f27 +Size (ruby-progressbar-1.11.0.gem) = 18432 bytes --_----------=_1610374052103950--