From nobody Mon Oct 25 16:05:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0C228181F221; Mon, 25 Oct 2021 16:05:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdKYS3RsSz3PMn; Mon, 25 Oct 2021 16:05:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 363293C6F; Mon, 25 Oct 2021 16:05:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PG5PIM082884; Mon, 25 Oct 2021 16:05:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG5P5k082883; Mon, 25 Oct 2021 16:05:25 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:05:25 GMT Message-Id: <202110251605.19PG5P5k082883@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e261549658c2 - main - sysutils/rubygem-ohai: Update to 16.13.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e261549658c25ab0c453324ab55c5d10f7b7f6e4 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e261549658c25ab0c453324ab55c5d10f7b7f6e4 commit e261549658c25ab0c453324ab55c5d10f7b7f6e4 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 15:15:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:58:11 +0000 sysutils/rubygem-ohai: Update to 16.13.0 - Update WWW Changes: https://github.com/chef/ohai/blob/main/CHANGELOG.md --- sysutils/rubygem-ohai/Makefile | 2 +- sysutils/rubygem-ohai/distinfo | 6 +++--- sysutils/rubygem-ohai/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile index ddbe0284db00..58b3841b1ae0 100644 --- a/sysutils/rubygem-ohai/Makefile +++ b/sysutils/rubygem-ohai/Makefile @@ -1,7 +1,7 @@ # Created by: Renaud Chaput PORTNAME= ohai -PORTVERSION= 16.10.7 +PORTVERSION= 16.13.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-ohai/distinfo b/sysutils/rubygem-ohai/distinfo index e5ac807a9a51..b30fd650deea 100644 --- a/sysutils/rubygem-ohai/distinfo +++ b/sysutils/rubygem-ohai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616597074 -SHA256 (rubygem/ohai-16.10.7.gem) = 0483139fe0bf54b66f3cd6fae99f9313ac42f1a7e850a8319681d328adf9e4dc -SIZE (rubygem/ohai-16.10.7.gem) = 123392 +TIMESTAMP = 1634391288 +SHA256 (rubygem/ohai-16.13.0.gem) = 037646ef22c126dcd1a485cf84a783ebcd52bb5d76a5149ccbf0f1842cbf7beb +SIZE (rubygem/ohai-16.13.0.gem) = 123904 diff --git a/sysutils/rubygem-ohai/pkg-descr b/sysutils/rubygem-ohai/pkg-descr index 0e2baadc9224..9df3c1625e7b 100644 --- a/sysutils/rubygem-ohai/pkg-descr +++ b/sysutils/rubygem-ohai/pkg-descr @@ -4,4 +4,4 @@ it's primary purpose is to provide node data to Chef. Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes. -WWW: https://docs.chef.io/ohai.html +WWW: https://github.com/chef/ohai