Received: by mail.netbsd.org (Postfix, from userid 605) id 01DBD84CFD; Sun, 30 Apr 2023 13:55:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D8B184CF7 for ; Sun, 30 Apr 2023 13:55:16 +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 06GIPpeaCmhM for ; Sun, 30 Apr 2023 13:55:15 +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 3A39D84CC9 for ; Sun, 30 Apr 2023 13:55:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26F4EFA87; Sun, 30 Apr 2023 13:55:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682862915181360" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 13:55:15 +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: <20230430135515.26F4EFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682862915181360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 30 13:55:15 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.757.0 1.757.0 (2023-04-28) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.756.0 (2023-04-27) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.755.0 (2023-04-26) * Feature - Added support for enumerating regions for Aws::OSIS. 1.754.0 (2023-04-25) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.753.0 (2023-04-24) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.752.0 (2023-04-21) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.751.0 (2023-04-20) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.750.0 (2023-04-19) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.749.0 (2023-04-17) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.748.0 (2023-04-14) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.747.0 (2023-04-13) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.746.0 (2023-04-12) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.745.0 (2023-04-11) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.744.0 (2023-04-10) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.743.0 (2023-04-06) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.742.0 (2023-04-05) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.741.0 (2023-04-04) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.740.0 (2023-04-03) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.739.0 (2023-03-31) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.738.0 (2023-03-30) * Feature - Added support for enumerating regions for Aws::VPCLattice. 1.737.0 (2023-03-29) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.736.0 (2023-03-28) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.735.0 (2023-03-24) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.734.0 (2023-03-23) * Feature - Added support for enumerating regions for Aws::IVSRealTime. 1.733.0 (2023-03-22) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.732.0 (2023-03-21) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.731.0 (2023-03-20) * 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.20 -r1.21 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.22 -r1.23 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. --_----------=_1682862915181360 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.20 pkgsrc/www/ruby-aws-partitions/Makefile:1.21 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.20 Sun Mar 19 13:38:09 2023 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun Apr 30 13:55:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2023/03/19 13:38:09 taca Exp $ +# $NetBSD: Makefile,v 1.21 2023/04/30 13:55:14 taca Exp $ -DISTNAME= aws-partitions-1.730.0 +DISTNAME= aws-partitions-1.757.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.22 pkgsrc/www/ruby-aws-partitions/distinfo:1.23 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.22 Sun Mar 19 13:38:09 2023 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun Apr 30 13:55:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2023/03/19 13:38:09 taca Exp $ +$NetBSD: distinfo,v 1.23 2023/04/30 13:55:14 taca Exp $ -BLAKE2s (aws-partitions-1.730.0.gem) = a015e42a07fa0739b05e4aa9414b664fc9743af26525750988c799ced9ccabaa -SHA512 (aws-partitions-1.730.0.gem) = 28835c0eb44fe46170d3cf2d721a13adff82569f1747116eaa3c8d19171800752494d34baa34b18e483706858b7dc2ed6f31f6c5e311f0c4f1565644a44caa49 -Size (aws-partitions-1.730.0.gem) = 54784 bytes +BLAKE2s (aws-partitions-1.757.0.gem) = 7c28fe4f337fccd3bad9c1ea25f4620b539683e776c867352aff5e4b4ca8fd6e +SHA512 (aws-partitions-1.757.0.gem) = 5b4d9eb2e8c73ce667b87dd5b1213bae58de557d15a493fa820d24460195503c1331aba8460744e079bae050903dbf61d89b55d3edf56696626451673ee17e97 +Size (aws-partitions-1.757.0.gem) = 55808 bytes --_----------=_1682862915181360--