From nobody Tue Jan 11 18:56:43 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 9D2F3195190D; Tue, 11 Jan 2022 18:56:53 +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 4JYKg51x3rz4h6d; Tue, 11 Jan 2022 18:56:49 +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 766E61E72B; Tue, 11 Jan 2022 18:56:43 +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 20BIuhND065862; Tue, 11 Jan 2022 18:56:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BIuhGA065861; Tue, 11 Jan 2022 18:56:43 GMT (envelope-from git) Date: Tue, 11 Jan 2022 18:56:43 GMT Message-Id: <202201111856.20BIuhGA065861@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: 7e901a56561b - main - devel/rubygem-aws-sdk-autoscaling: Update to 1.74.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: 7e901a56561be72ea729f90e43bafb1c2f1866b2 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641927409; 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=c+Gtr3LX/EE0osme/zeY8tEpWic9KupCDZD4g3HDcpo=; b=Qds+Yn7dDQ/K1GOYQfznqlbJGLyZqT2MdJsXbA+UFPu0x1rzb3JDqyzzjAkfo63dba6VZ0 ER1sP2yI/JPL+y/T8eZLT8u1vDHNiiID4ZHtJ1aAAEwBsEWm7hyBjzMKPW3jScH4wwg0rB 76SjGLuKKk63An6tEKS3+92dx4BZ6eyo2VCfEV3R/vSCEGGf38hzCmXQw96CP6PTixn9Mr ycJNKREdeoyy1oB1iI7J6891+LsaydjDuojMLTSBddDq3CFJaSqfQH49Qv7Bu+q8b/+RTU D3+1DH2wuNltVLZup9OQghTlHNP/uF3OhbM7UjyKNH6S/lVzeod2DDsxeGwmLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641927409; a=rsa-sha256; cv=none; b=ooayA4r9le0o169crZyXaemwupov5FzdJuisRM+m+erR0pYilUMoGQbAkniyOYIx1iMa3Z iDjMIHvacaBJkqHpS03iAhaH4dJfqBHsNevjweBpdC1EyDBwfBwTOZ6qB32S2YGctespNO /KZSE6Hyx9oqDhznQC73ULKyL8mrfZWSfH6PwCo2IfZF9L6MVIJ8lNTU+r8gmqXWa9ERV6 w7uZWKydef7Dz7rF74iFo4m4i/xB77zQSEodBv4+nJwL1dhtw1SN469CGUTZnK3sIsP11j xpL6UM2y2PtkNroU51RND6NM85bc2PEpQ1l/AhiOz1daeIiRv/6X4u0PCF1NGQ== 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=7e901a56561be72ea729f90e43bafb1c2f1866b2 commit 7e901a56561be72ea729f90e43bafb1c2f1866b2 Author: Po-Chuan Hsieh AuthorDate: 2022-01-11 17:22:45 +0000 Commit: Po-Chuan Hsieh CommitDate: 2022-01-11 18:44:59 +0000 devel/rubygem-aws-sdk-autoscaling: Update to 1.74.0 - Update WWW Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-autoscaling/CHANGELOG.md --- devel/rubygem-aws-sdk-autoscaling/Makefile | 2 +- devel/rubygem-aws-sdk-autoscaling/distinfo | 6 +++--- devel/rubygem-aws-sdk-autoscaling/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-aws-sdk-autoscaling/Makefile b/devel/rubygem-aws-sdk-autoscaling/Makefile index c30200e44a0b..c89ecddd0a89 100644 --- a/devel/rubygem-aws-sdk-autoscaling/Makefile +++ b/devel/rubygem-aws-sdk-autoscaling/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-autoscaling -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-autoscaling/distinfo b/devel/rubygem-aws-sdk-autoscaling/distinfo index 73caddb332d6..cd0497be414a 100644 --- a/devel/rubygem-aws-sdk-autoscaling/distinfo +++ b/devel/rubygem-aws-sdk-autoscaling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638556704 -SHA256 (rubygem/aws-sdk-autoscaling-1.73.0.gem) = 23735e537fd1dd6125875444cb411d91224b62afc380d1d8d5d3a089ac0cb087 -SIZE (rubygem/aws-sdk-autoscaling-1.73.0.gem) = 155136 +TIMESTAMP = 1641046100 +SHA256 (rubygem/aws-sdk-autoscaling-1.74.0.gem) = 5c103f83b857fbd1cd7ddfefd59fe882a843c12843f649a14bdd1daeff84438f +SIZE (rubygem/aws-sdk-autoscaling-1.74.0.gem) = 154624 diff --git a/devel/rubygem-aws-sdk-autoscaling/pkg-descr b/devel/rubygem-aws-sdk-autoscaling/pkg-descr index 557544e687d2..0e1560f62934 100644 --- a/devel/rubygem-aws-sdk-autoscaling/pkg-descr +++ b/devel/rubygem-aws-sdk-autoscaling/pkg-descr @@ -1,4 +1,4 @@ Official AWS Ruby gem for Auto Scaling. WWW: https://github.com/aws/aws-sdk-ruby -WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-autoscaling +WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-autoscaling