From nobody Fri May 15 15:49:02 2026 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 4gHBSv1xxlz6dWw5 for ; Fri, 15 May 2026 15:49:03 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gHBSt74Hmz3MkJ for ; Fri, 15 May 2026 15:49:02 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778860143; 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=bmnxlwQCC0SZbTSrLwawS0tPB8CAe+wPgE033eiFVFY=; b=hoRHI85lirxWr/mV7KYG9fIKaLDitEPEFtIzjtqrseoCpefUh4KgjDJa5jw63VXbnyPmOL BH6/sME193DK1OPEc6qR75dXFAtdTPBEffuAa8NDDh6z837h5fLjXwtVn81zF3g2cyYUt5 IeGPsineZiXa8mOYI0kfvZkEr3gU6SLLVLOHDmT7JjbZqY8IoPI79ZKOyh9UFYZ5Bfart4 5yDHp3QFq2DNDmgQ70XBOcp1Oqio1CNelTGYPaVn3TAqFxAgmPcdCurGl5h4pnz0DOeALl 5JUpEp7mgCZ9mYddlDgITmv6eepv+NeIOo6KOdNArhaMNafjJ8pqKCcQhjQn5A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778860143; a=rsa-sha256; cv=none; b=ZuU7ttbfiLQINkn1icW41W7nSvLSTAwwBNlMKMntmRAzvfVsam3UdJqXjZmMzCkIWT3/UW ulanccTNNz3U4Hk99UzrZW2RaXKphnHPYhxPsIS5yOQxcO2TeGqTsia0DZDLh+1Te/4Msu 1znkztpUnAN7uz+oNU56jcTdrDsjWaWpkVl6TUCeSWSg7O4eBxiowAtt1ptGdhDE+mKZfF b/c/1tkjLgchmbzwei/JsmFTqFd7D+IEK3xVpZWAXF+uBuALHoIentMzNXhpFWnzAruh0E eX6l9DuuP5rk9ZBRRs2nwKqdSxGJ0oNIQxh0kzzcPBYyXbTJAzw53ZS34w1iHA== 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=1778860143; 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=bmnxlwQCC0SZbTSrLwawS0tPB8CAe+wPgE033eiFVFY=; b=m0/sSZ83vsbQ8lBx166+TaMjbIm/DnwUl6h72Rmj9J23CzJlRL1EmrPoXi93BHHYkV5G1y GV2xp4Le1VfKTFm6P3zI53oGfMphjyMf2POiEKMPFHEhQe937Lgmud3JKyTAY8exSQVHgD JsJurpH4V8mbkNuF4KpDUx6YAmQgJxUlTMyvM0Pv5zbBp0Bwc04+wtBj2nVGnSlcJMIIkf CI0neI6l225dWI7WBTnvybKWQL8xfDhNx5vD8kbTVAr/zWB0/zEKCJe1fti9FVrVeqXSg4 7UwLi+JIuYr9QSAIGGIJdv6aB7xbGny+Gx6nMQzv5lThpkZ5b5VpXYoY3T5lHA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gHBSt6fx6z8D for ; Fri, 15 May 2026 15:49:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38ede by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 15 May 2026 15:49:02 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 107344918ddc - main - devel/rubygem-aws-sdk-iotevents: Update to 1.80.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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list 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: 107344918ddca085f53cc9fec9743294035f7a9c Auto-Submitted: auto-generated Date: Fri, 15 May 2026 15:49:02 +0000 Message-Id: <6a07406e.38ede.1845e9e5@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=107344918ddca085f53cc9fec9743294035f7a9c commit 107344918ddca085f53cc9fec9743294035f7a9c Author: Po-Chuan Hsieh AuthorDate: 2026-05-15 15:38:01 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-05-15 15:38:01 +0000 devel/rubygem-aws-sdk-iotevents: Update to 1.80.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-iotevents/CHANGELOG.md --- devel/rubygem-aws-sdk-iotevents/Makefile | 4 ++-- devel/rubygem-aws-sdk-iotevents/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-iotevents/Makefile b/devel/rubygem-aws-sdk-iotevents/Makefile index 44354ee1a9f1..5dd4af864018 100644 --- a/devel/rubygem-aws-sdk-iotevents/Makefile +++ b/devel/rubygem-aws-sdk-iotevents/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-iotevents -PORTVERSION= 1.79.0 +PORTVERSION= 1.80.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-iotevents LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.244.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.247.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-iotevents/distinfo b/devel/rubygem-aws-sdk-iotevents/distinfo index 177bc622c9db..837938304432 100644 --- a/devel/rubygem-aws-sdk-iotevents/distinfo +++ b/devel/rubygem-aws-sdk-iotevents/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775424410 -SHA256 (rubygem/aws-sdk-iotevents-1.79.0.gem) = c6d681ab76ca1b727c3372d53bc8827a9ee1aaac0f203ffae6097d1082aae7a9 -SIZE (rubygem/aws-sdk-iotevents-1.79.0.gem) = 63488 +TIMESTAMP = 1778752304 +SHA256 (rubygem/aws-sdk-iotevents-1.80.0.gem) = e92e466786ad36c25618d6c952891493280c4b51fa6cd9cb7e871a1cce5e8742 +SIZE (rubygem/aws-sdk-iotevents-1.80.0.gem) = 63488