Received: by mail.netbsd.org (Postfix, from userid 605) id A49AD8515C; Wed, 3 Feb 2021 15:23:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF07884CFC for ; Wed, 3 Feb 2021 15:23:40 +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 kKeMM6R2ghB7 for ; Wed, 3 Feb 2021 15:23:40 +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 62F4384CE7 for ; Wed, 3 Feb 2021 15:23:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BF33FA94; Wed, 3 Feb 2021 15:23:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612365820208580" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 15:23:40 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-ohai To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210203152340.5BF33FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612365820208580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 3 15:23:40 UTC 2021 Modified Files: pkgsrc/misc/ruby-ohai: Makefile distinfo Log Message: misc/ruby-ohai: update to 16.10.6 No release information. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/ruby-ohai/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/ruby-ohai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612365820208580 Content-Disposition: inline Content-Length: 1921 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-ohai/Makefile diff -u pkgsrc/misc/ruby-ohai/Makefile:1.29 pkgsrc/misc/ruby-ohai/Makefile:1.30 --- pkgsrc/misc/ruby-ohai/Makefile:1.29 Mon Jan 18 15:08:18 2021 +++ pkgsrc/misc/ruby-ohai/Makefile Wed Feb 3 15:23:40 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2021/01/18 15:08:18 taca Exp $ +# $NetBSD: Makefile,v 1.30 2021/02/03 15:23:40 taca Exp $ -DISTNAME= ohai-16.8.1 +DISTNAME= ohai-16.10.6 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -20,6 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-train-core>= DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.9<2:../../devel/ruby-ffi DEPENDS+= ${RUBY_PKGPREFIX}-chef-config>=12.8:../../sysutils/ruby-chef-config +#DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=16.10:../../sysutils/ruby-chef-utils USE_LANGUAGES= # none Index: pkgsrc/misc/ruby-ohai/distinfo diff -u pkgsrc/misc/ruby-ohai/distinfo:1.21 pkgsrc/misc/ruby-ohai/distinfo:1.22 --- pkgsrc/misc/ruby-ohai/distinfo:1.21 Mon Jan 18 15:08:18 2021 +++ pkgsrc/misc/ruby-ohai/distinfo Wed Feb 3 15:23:40 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2021/01/18 15:08:18 taca Exp $ +$NetBSD: distinfo,v 1.22 2021/02/03 15:23:40 taca Exp $ -SHA1 (ohai-16.8.1.gem) = 22bb8f7e800bd0754097a8b52a3594c533df3f94 -RMD160 (ohai-16.8.1.gem) = 2760f3aa9a76a574e3c28ebff0a25f6b482ba1cd -SHA512 (ohai-16.8.1.gem) = ebd7d3235c319e2e06709ac7038c445a42f6453d64fa59408c9420e2370e9d3d98aaf6a634a528383085c22039719e8a118bfcc33ee89b5918ed7f7b92ef2b1b -Size (ohai-16.8.1.gem) = 122880 bytes +SHA1 (ohai-16.10.6.gem) = ce7f9b089696364a8657f4576d8056566cadeac8 +RMD160 (ohai-16.10.6.gem) = 84fe423f0c45abb882ac552cfc2f12c1729fa5ef +SHA512 (ohai-16.10.6.gem) = a2445b8fb40409d2342a4c793a48a1baa889402591103d553644e0075e7ee03534c11c74a6b8aa8446281560b859a7c686be6a48e7cc86cdc449c4481356bca5 +Size (ohai-16.10.6.gem) = 123392 bytes --_----------=_1612365820208580--