From nobody Sun Sep 08 18:49:13 2024 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 4X1zX965cxz5VWrt; Sun, 08 Sep 2024 18:49:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X1zX933Pbz44Z1; Sun, 8 Sep 2024 18:49:13 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1725821353; 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=y+MP/UHLxldf0B8kRad0+MYQHSyVdaKzvPizTUMz6ws=; b=Lv6jpQrMDeSdsFqlvxHiDiNAH7GSDidutcYbw1MPOyFczIOU/i0hSAlMdJ1kuz+ornQIoQ irVT9qQgOrGjdsW30K3wr6oTBvrLg8BVgmp286MimEJp52ckIkwcJh2SSwKViaVFM0REns 8cQUGBv+VMhhn5bkIW2lMu6w47a+VmdhFwdh9KaTgqEKnkK0io8AyJSA5Xgzdzo0MVOqh9 krZ+Ws5Xnc5XRcZ3nUP2ujC8UGTZp0oaUI9mXMIE+V424tVw9uJDxzEwhF1NewUIVxG+zm gm/0m9p2Bn2tpy79Bijcchzio6v41TuwqNKb7wVkF+iJoGujfCbi+oqf5hz6Cg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1725821353; a=rsa-sha256; cv=none; b=N70LZO/N8cj4sGU0AnXRoJg+uvLxFsyZzeEphhsXmHvlo6dU5CT+4evmGu9V+JgaXakK1V N2Bw11pZA5CqYXLXUdxN2bphj30t+Qdm2xewswxRuQQSczrEb0w+GsZytPVfap4LrDfe6U zhwBKscXeWOnjoZXxmZNwHvelHa5BNl1YGqgj6xh1zkBkBvVfn+RiCQbnm9ds3bvft+lpf CN0YbiwBk6cQqNkDva+K08N4jX59KkSsz+abkD8bRKfyEoEReY3I0QRs6kJN5xBgOwXm/4 Ze/K44fEfF/lVErEnXloYWxxme7hSOicRYxzOz6A2gT2BDR1Dhjurbpy9fioMw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1725821353; 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=y+MP/UHLxldf0B8kRad0+MYQHSyVdaKzvPizTUMz6ws=; b=ZEFIW1Bs6hZKJuns34jzXqlF029upDsin8DodR2y1jNmd9TPeToShw71hGGarDPzY+vnL+ +Nyzwtb97GkbYUia3WcmdNWA+2urIZr1hOUmy2qHxsEBAvVqoYQOntR+gGjjOeZrY7a8sD C7zYrzDTpWglozL6PkIjycQkdh0JmGf1KSvuUP34Nucw/+rBoX6rC1m6EoSH9Go4QReg4T ji+VgtYBRq0kd9gx5V8rSqQ69PeRkGUYJpxEgu/DJkh9ZBZLuqBw4kmYLUTx9i8VF8++U7 aVtor+prpCs3i7HkbPiYBZapjT6aYEjtbhVykqOjO1Wr3tSCXpMJUEepe4B+bw== 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 4X1zX91ygNzWjb; Sun, 8 Sep 2024 18:49:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 488InD4M049012; Sun, 8 Sep 2024 18:49:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 488InDJ2049009; Sun, 8 Sep 2024 18:49:13 GMT (envelope-from git) Date: Sun, 8 Sep 2024 18:49:13 GMT Message-Id: <202409081849.488InDJ2049009@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: a7aeb9ebdeba - main - devel/rubygem-aws-sdk-groundstation: Update to 1.54.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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-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: a7aeb9ebdeba7d1b3f92ae3860c7981050bca486 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7aeb9ebdeba7d1b3f92ae3860c7981050bca486 commit a7aeb9ebdeba7d1b3f92ae3860c7981050bca486 Author: Po-Chuan Hsieh AuthorDate: 2024-09-08 18:25:07 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-09-08 18:38:41 +0000 devel/rubygem-aws-sdk-groundstation: Update to 1.54.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-groundstation/CHANGELOG.md --- devel/rubygem-aws-sdk-groundstation/Makefile | 4 ++-- devel/rubygem-aws-sdk-groundstation/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-groundstation/Makefile b/devel/rubygem-aws-sdk-groundstation/Makefile index b2a4a332cd62..4e718c282a5e 100644 --- a/devel/rubygem-aws-sdk-groundstation/Makefile +++ b/devel/rubygem-aws-sdk-groundstation/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-groundstation -PORTVERSION= 1.53.0 +PORTVERSION= 1.54.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-groundstat LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.201.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.203.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-groundstation/distinfo b/devel/rubygem-aws-sdk-groundstation/distinfo index d6f185a5a592..b9f61cbf3e35 100644 --- a/devel/rubygem-aws-sdk-groundstation/distinfo +++ b/devel/rubygem-aws-sdk-groundstation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084716 -SHA256 (rubygem/aws-sdk-groundstation-1.53.0.gem) = 4343efc8f8343889a72d2bd8026a2f2234106d86dabd5506f7dc57302315995b -SIZE (rubygem/aws-sdk-groundstation-1.53.0.gem) = 60416 +TIMESTAMP = 1725560253 +SHA256 (rubygem/aws-sdk-groundstation-1.54.0.gem) = 9b0501c321f95e721c59344cb4e7b585845348b7c0c5e2aec81ac18aaf942db2 +SIZE (rubygem/aws-sdk-groundstation-1.54.0.gem) = 60416