From nobody Mon Jun 05 18:57:07 2023 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 4QZjX43ZW8z4ZxYl; Mon, 5 Jun 2023 18:57:08 +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 4QZjX40xpyz4HdG; Mon, 5 Jun 2023 18:57:08 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685991428; 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=CUn4Whir2yefI7n6XS/VePmcJ7+3EtFSlwP779ELX44=; b=V2sQrn2xu7wNvvW5ZyL3K2hls9VjuBE5IdSLVEl0UANFmQAYFCNkM7uxgID3UAKnFaVUD4 pxqnujRDHpxQ+s9F1fc9TsrY1NF11a6raev3xMsMcYZhKXKfvLLXi5chmPVCjR6TXPN7TB f12w5JlTbHpdU48ciqglSw2e2rTWIfL5K6kpR2P446b4jUnwm7JRsuSDq9AeyXcdlWhtUN wwEqM8p99NoecbD1JUNtNUMThO80Y5fVrHZjm7zbDQ/NC0e4/ez72ZpOY1JNLJzmqRV8K+ G+0sQloEcZ4Afh4qJ42i0lSwAiXRS7AfAg0VKUU3WCopyqCmzo22fXilFihaAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1685991428; 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=CUn4Whir2yefI7n6XS/VePmcJ7+3EtFSlwP779ELX44=; b=MiJullnNOMSnEIRsEDIg8RorxgD9pCXKPlioo06Vm6ASu5wNVSwYUy7hdqF343MR1K0qBB 1GqqizUpR8qHv7QNbreSW76b8/QEvHjViodPjV5n2JGC5kdfmYbzSEemRAGeiwJyVKaJ0f ExbLi8yn+DUPa9zOmNhEdexfhFPebhcqZukOZ2x2ZuaYRxw1CTel+E1jsI9VQYhOoZWk8n mS5R5at47lueqE/EXtUVbEkVDr3IU3LrbMC97DaexIbw0aoNjVlTJsBRPsIgVjruB0tfEP Uczwm/thpj7WvF4TsN6InioTtMs1m4j1W0o/LimKmb734t3iGAmwK5MyEnWIyg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1685991428; a=rsa-sha256; cv=none; b=UbNAhdsR683zyzPQUAtxOeP93MIAqwZNejBDLfp5EDWxVvV3ikuPjhZyIEDL+ugSo6Yp4j +l3qV0SzMdS6+jpF9AKTvkoGBISe5ot24d+KlqiQs0tfxYwDOUZpCH3ExuCrNRHN4MyJHa 8hdDdSOWXr9kr4mcaDvMkgmaXeu4Z69kpZ24ooTufvl9HGwn7lj5+bFhlq7lzcA+4dqdRn U70AdCD0C0LB7zricg6IYeWOkR96tzbt1YfT1DZt/39WEtrn/7cz2Xhpsks2PSibppqGH4 8jRZseWe+a5cBshQSzW2gJZnu4mX2xo0l2QLGheovpeMIQjnuOMrtaIZ7FYIZQ== 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 4QZjX403vqzyrQ; Mon, 5 Jun 2023 18:57:08 +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 355Iv7Gm059661; Mon, 5 Jun 2023 18:57:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 355Iv7fo059660; Mon, 5 Jun 2023 18:57:07 GMT (envelope-from git) Date: Mon, 5 Jun 2023 18:57:07 GMT Message-Id: <202306051857.355Iv7fo059660@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: 31aa6c613a18 - main - devel/rubygem-aws-sdk-ivsrealtime: Update to 1.3.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: 31aa6c613a18650ef83a01760f387e55259839ad Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31aa6c613a18650ef83a01760f387e55259839ad commit 31aa6c613a18650ef83a01760f387e55259839ad Author: Po-Chuan Hsieh AuthorDate: 2023-06-05 18:42:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-06-05 18:48:08 +0000 devel/rubygem-aws-sdk-ivsrealtime: Update to 1.3.0 Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ivsrealtime/CHANGELOG.md --- devel/rubygem-aws-sdk-ivsrealtime/Makefile | 4 ++-- devel/rubygem-aws-sdk-ivsrealtime/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-ivsrealtime/Makefile b/devel/rubygem-aws-sdk-ivsrealtime/Makefile index 5ed33ffa418f..295c0a4513a6 100644 --- a/devel/rubygem-aws-sdk-ivsrealtime/Makefile +++ b/devel/rubygem-aws-sdk-ivsrealtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ivsrealtime -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.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-ivsrealtim LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ +RUN_DEPENDS= rubygem-aws-sdk-core>=3.174.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-ivsrealtime/distinfo b/devel/rubygem-aws-sdk-ivsrealtime/distinfo index 752ea3b64c5f..d0b6778f0b51 100644 --- a/devel/rubygem-aws-sdk-ivsrealtime/distinfo +++ b/devel/rubygem-aws-sdk-ivsrealtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104632 -SHA256 (rubygem/aws-sdk-ivsrealtime-1.2.0.gem) = 95515c4038229b32d2c94536ecad508aec6d6fa6b3103066e2353c2fba797ff5 -SIZE (rubygem/aws-sdk-ivsrealtime-1.2.0.gem) = 27648 +TIMESTAMP = 1685792704 +SHA256 (rubygem/aws-sdk-ivsrealtime-1.3.0.gem) = 3891bc76a2549f64f766a75ce545fca2f34f199d4d9fb5f9efe854b4654e1746 +SIZE (rubygem/aws-sdk-ivsrealtime-1.3.0.gem) = 27648