Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E280884D95 for ; Sun, 3 Sep 2023 16:11:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4hIpiqwzYfJw for ; Sun, 3 Sep 2023 16:11:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B8B884CD0 for ; Sun, 3 Sep 2023 16:11:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5900CFBDB; Sun, 3 Sep 2023 16:11:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169375748651670" MIME-Version: 1.0 Date: Sun, 3 Sep 2023 16:11:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-partitions To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230903161126.5900CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169375748651670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 3 16:11:26 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.816.0 1.816.0 (2023-09-01) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.815.0 (2023-08-31) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.814.0 (2023-08-30) * Feature - Added support for enumerating regions for Aws::PcaConnectorAd. * Feature - Added support for enumerating regions for Aws::Neptunedata. 1.813.0 (2023-08-28) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.37 -r1.38 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. --_----------=_169375748651670 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.35 pkgsrc/www/ruby-aws-partitions/Makefile:1.36 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.35 Sat Aug 26 14:55:11 2023 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun Sep 3 16:11:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2023/08/26 14:55:11 taca Exp $ +# $NetBSD: Makefile,v 1.36 2023/09/03 16:11:26 taca Exp $ -DISTNAME= aws-partitions-1.812.0 +DISTNAME= aws-partitions-1.816.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.37 pkgsrc/www/ruby-aws-partitions/distinfo:1.38 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.37 Sat Aug 26 14:55:11 2023 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun Sep 3 16:11:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2023/08/26 14:55:11 taca Exp $ +$NetBSD: distinfo,v 1.38 2023/09/03 16:11:26 taca Exp $ -BLAKE2s (aws-partitions-1.812.0.gem) = 9083a6ebe8624da43d889a415d5b1ff790afcc3f99cc2e82365589542fe8a3bf -SHA512 (aws-partitions-1.812.0.gem) = 25bf55da8e037855dcdd886172c022b0551d210681c8018b08cf8dc43d2fdb01250e8d352902f9918fcac8a0df78d6f99d87bfcd506a3b40e64d386c2122e352 -Size (aws-partitions-1.812.0.gem) = 57856 bytes +BLAKE2s (aws-partitions-1.816.0.gem) = cd225772f0c0b26d843baa0b165823446d5a007a893644084cc3c9c2af45690d +SHA512 (aws-partitions-1.816.0.gem) = 86575aedc4cf760612f702bb1b7811f2a1830595db248a1f959279f4ba8ffcbe70cc871a7720a7d54f5ef45026ff9792777c4823e76c3b9e15802c7256dce567 +Size (aws-partitions-1.816.0.gem) = 57856 bytes --_----------=_169375748651670--