From nobody Tue Jan 11 18:58:38 2022 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 0AB731953569; Tue, 11 Jan 2022 18:58:49 +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 4JYKjJ3xYRz4j68; Tue, 11 Jan 2022 18:58:43 +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 03EC91E4FD; Tue, 11 Jan 2022 18:58:39 +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 20BIwcFa068382; Tue, 11 Jan 2022 18:58:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BIwcP9068381; Tue, 11 Jan 2022 18:58:38 GMT (envelope-from git) Date: Tue, 11 Jan 2022 18:58:38 GMT Message-Id: <202201111858.20BIwcP9068381@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: 8a0c413a100b - main - devel/rubygem-aws-sdk-health: Update to 1.44.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: 8a0c413a100bb9999a8d2a885d06ed1d465dbcbc Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641927526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zbra3gPMhoIh78Oaa0lbW98NNe4fUbk4Nnvh+m3+VPc=; b=eXsQxFkKEgP3YVX080n20P6RzntznfSnAInI4ppGdVkyTFVnbXo3fV6Rby5mbXc7V7MPDP zgfpSoiTpqO2xcupRJ+YO0fOhObE80++ZQF6rKItMuo5giJ9L36hGxGBDJMtAJDqyM58aP JKNXhoI4qCDIwflrchW+B+hJTc/Uudx2xwbqY8xQaSEj3cTi9SfXG9+mwodSv+nT89a5uJ lB8TOH8gBbaZiXLl16XrjjHSSRqCQGKRBAd6VfkMASVfirw3pBW0btS5kSQVBTs+iTE+78 c/kU9HhVUoBsBGxPHZbZdK8Vadsi1aFENtTICm01Vl2p82QtHohGNjOBPTXOgA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641927526; a=rsa-sha256; cv=none; b=gSmcehfmoQxVOb7GUAvjodO5TK5fb38ti4WJxv3RXNOsvNDg0PNR836GQYPOr/xswWXewj nirSKglqDraRqoZDdGUKuQtzoc/2N6cdFavTi20yiy1HIzkc1TAIB5IivX1kxq73jNeG7/ x2nD4lBhx0uvbNBb+6+Nx5CIFtYtVU2miCj/9oWhvn7OG94Emuw1sehKv2uABvsyx+4e3k 4N4zYHS8Cl5wFM+XxThqbBBUb15WEnCqakT8FQTNyWafbr6UVQUKiaFvPhqYUalULM3+kz g2ChC8CP4jBhvYz9h7F69mkuXR80ymnqOAY3G3hnSdMWZ+4kb8ueJ2HTBFvIOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a0c413a100bb9999a8d2a885d06ed1d465dbcbc commit 8a0c413a100bb9999a8d2a885d06ed1d465dbcbc Author: Po-Chuan Hsieh AuthorDate: 2022-01-11 17:24:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2022-01-11 18:45:34 +0000 devel/rubygem-aws-sdk-health: Update to 1.44.0 - Update WWW Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-health/CHANGELOG.md --- devel/rubygem-aws-sdk-health/Makefile | 2 +- devel/rubygem-aws-sdk-health/distinfo | 6 +++--- devel/rubygem-aws-sdk-health/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-health/Makefile b/devel/rubygem-aws-sdk-health/Makefile index fb9e13760de7..34a9b93292cd 100644 --- a/devel/rubygem-aws-sdk-health/Makefile +++ b/devel/rubygem-aws-sdk-health/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-health -PORTVERSION= 1.43.0 +PORTVERSION= 1.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-health/distinfo b/devel/rubygem-aws-sdk-health/distinfo index f6cec4c778e3..19625cb08c78 100644 --- a/devel/rubygem-aws-sdk-health/distinfo +++ b/devel/rubygem-aws-sdk-health/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638556900 -SHA256 (rubygem/aws-sdk-health-1.43.0.gem) = dfd0a386e3aeed3095b36947385091883bd2d75011697d4be72606441811524a -SIZE (rubygem/aws-sdk-health-1.43.0.gem) = 31744 +TIMESTAMP = 1641046298 +SHA256 (rubygem/aws-sdk-health-1.44.0.gem) = 73f9a2a2cddc8862f4222772435890cbcf68bd928aa60d1dc57999fa7f00f7f4 +SIZE (rubygem/aws-sdk-health-1.44.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-health/pkg-descr b/devel/rubygem-aws-sdk-health/pkg-descr index 9795f20230ad..227c83cf1428 100644 --- a/devel/rubygem-aws-sdk-health/pkg-descr +++ b/devel/rubygem-aws-sdk-health/pkg-descr @@ -1,4 +1,4 @@ Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). WWW: https://github.com/aws/aws-sdk-ruby -WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health +WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health