From nobody Tue Dec 21 19:46:06 2021 X-Original-To: dev-commits-ports-all@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 64CAA1906480; Tue, 21 Dec 2021 19:46: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJRlm1VLBz51Fp; Tue, 21 Dec 2021 19:46:12 +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 C8C1B786D; Tue, 21 Dec 2021 19:46:06 +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 1BLJk6tS032687; Tue, 21 Dec 2021 19:46:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJk6X1032686; Tue, 21 Dec 2021 19:46:06 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:46:06 GMT Message-Id: <202112211946.1BLJk6X1032686@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: 85983f5b598b - main - devel/rubygem-aws-sdk-iotanalytics: Update to 1.46.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@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: 85983f5b598bd82ce1e9c0ca128c123b47bf82cd Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640115972; 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=JYb2TpkBJnzTaIYjdfiVbCxUnwaeuLwi/ApVEQGsxco=; b=WnxRL+yuL0y/QCJBuOqfXqW8uVrgxHbaL1AG4VnamPRtdCDaRQ8fNp6KttUji1yH9I241K ccxtejkRwR6OUwXjNJ9jVxWJI3zgrr+xExN5w7W84MXouOwxQ9hcWTi8BSjU0/CIJnYwyA FjYL4Spidy/iz8EmfCUkXvaMYXo5riYXlwg/qbAxdxATVia50WAjclcBySFj1rYtPuc49D d0vBL+M1sz8j+jFd+J6MZbEOWVxid1rtS6GmuNkZii+ZNlzu4soTe3lNvKZ7URjiYGks0v GwfyStFHsWLM9zz2h9s30UPUtE3ZpSbHdfi87MdZPN7h9eY8E6V+6ghI8a0J3Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640115972; a=rsa-sha256; cv=none; b=WZ1k5aB7PHIhZr08+5pI3Co1cHrg1yYnWDJIuYJ2OTVQFneZFBC7GPVS4y895qM8LVNFiM ACn+7TocqTQV1rth53Ue27sn03gg+yhLHChO9MogcSlBo6BaFA82QagPYnrv9bucaoe/YB bsgUEF9P/iE9OXJGgW+6++Zkms/xEnnuvEdvO5CY/Nze67VUQOG/xPBT+GTsBYT0ZOFYW6 dYPGD7Snu2k4AVvHUwCSL88sS9X6NzwmPo4nzfc1fRfgXCSx6LYiz70JxO2EneDh0yQob6 xy5nKKFz07g95CuMkscx79rOTRrU8I7UUyWbMmdUVC6GFHVWb7KWMyMkykSz0A== 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=85983f5b598bd82ce1e9c0ca128c123b47bf82cd commit 85983f5b598bd82ce1e9c0ca128c123b47bf82cd Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 18:52:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-12-21 18:52:02 +0000 devel/rubygem-aws-sdk-iotanalytics: Update to 1.46.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iotanalytics/CHANGELOG.md --- devel/rubygem-aws-sdk-iotanalytics/Makefile | 2 +- devel/rubygem-aws-sdk-iotanalytics/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/rubygem-aws-sdk-iotanalytics/Makefile b/devel/rubygem-aws-sdk-iotanalytics/Makefile index 91df75de1e1f..a5ba8507d332 100644 --- a/devel/rubygem-aws-sdk-iotanalytics/Makefile +++ b/devel/rubygem-aws-sdk-iotanalytics/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-iotanalytics -PORTVERSION= 1.45.0 +PORTVERSION= 1.46.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iotanalytics/distinfo b/devel/rubygem-aws-sdk-iotanalytics/distinfo index 6d00be8a1afa..721e50e9c18c 100644 --- a/devel/rubygem-aws-sdk-iotanalytics/distinfo +++ b/devel/rubygem-aws-sdk-iotanalytics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636145318 -SHA256 (rubygem/aws-sdk-iotanalytics-1.45.0.gem) = e861f77748c3f3c094d6dc74c327259914f5dc0d0f4196464a6cc0a494b942e9 -SIZE (rubygem/aws-sdk-iotanalytics-1.45.0.gem) = 54272 +TIMESTAMP = 1638556922 +SHA256 (rubygem/aws-sdk-iotanalytics-1.46.0.gem) = 40dda5e8f7201cb430a317880a6f3121cabb99a81047d465f019d9a67f2021b9 +SIZE (rubygem/aws-sdk-iotanalytics-1.46.0.gem) = 54272