Received: by mail.netbsd.org (Postfix, from userid 605) id 2294484E5D; Mon, 9 Jan 2023 06:06:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52B3284D4C for ; Mon, 9 Jan 2023 06:06:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gL2Ro4ARjTpd for ; Mon, 9 Jan 2023 06:06:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B0A6584D47 for ; Mon, 9 Jan 2023 06:06:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9C5AFA90; Mon, 9 Jan 2023 06:06:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167324438099860" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 06:06:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-partitions To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230109060620.A9C5AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167324438099860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 06:06:20 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.689.0 1.689.0 (2023-01-06) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.688.0 (2023-01-05) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.687.0 (2023-01-03) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.686.0 (2022-12-30) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.685.0 (2022-12-29) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.684.0 (2022-12-23) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.683.0 (2022-12-22) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.682.0 (2022-12-21) * Feature - Added support for enumerating regions for Aws::LicenseManagerLinuxSubscriptions. 1.681.0 (2022-12-20) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.680.0 (2022-12-19) * Feature - Added support for enumerating regions for Aws::KinesisVideoWebRTCStorage. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-aws-partitions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167324438099860 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-aws-partitions/Makefile diff -u pkgsrc/www/ruby-aws-partitions/Makefile:1.12 pkgsrc/www/ruby-aws-partitions/Makefile:1.13 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.12 Sun Dec 18 14:45:53 2022 +++ pkgsrc/www/ruby-aws-partitions/Makefile Mon Jan 9 06:06:20 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/12/18 14:45:53 taca Exp $ +# $NetBSD: Makefile,v 1.13 2023/01/09 06:06:20 taca Exp $ -DISTNAME= aws-partitions-1.679.0 +DISTNAME= aws-partitions-1.689.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.14 pkgsrc/www/ruby-aws-partitions/distinfo:1.15 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.14 Sun Dec 18 14:45:53 2022 +++ pkgsrc/www/ruby-aws-partitions/distinfo Mon Jan 9 06:06:20 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/12/18 14:45:53 taca Exp $ +$NetBSD: distinfo,v 1.15 2023/01/09 06:06:20 taca Exp $ -BLAKE2s (aws-partitions-1.679.0.gem) = 9159cb01963850bc8a00942cfdd6091d34c1ffd6e0176aca4c89ce3d41c74b96 -SHA512 (aws-partitions-1.679.0.gem) = ff7ae53a8f47249fdb00881955b42b13e58fd671dab2b513bb48c4e821d38c8a202b3e6a2f67c9f7cf7f79e021498756e08de626efe91ff6c2d801319e9d30d7 -Size (aws-partitions-1.679.0.gem) = 52736 bytes +BLAKE2s (aws-partitions-1.689.0.gem) = e71ccb282827cdae3fc1c58bd8c63f7794c169616d51c0e88a564123b3ce2fe3 +SHA512 (aws-partitions-1.689.0.gem) = 2414724d2c2d32923d001c25ce8edfad0f99a4c1ab1651f1db3a08e86f5e31fad70ea721bf46fa1bf0455a58bc60cf07539ee388120f91dfcd3b7db0d90546f0 +Size (aws-partitions-1.689.0.gem) = 53248 bytes --_----------=_167324438099860--