Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F69885352 for ; Sun, 29 Oct 2023 16:19:32 +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 X0aPLoovnl-7 for ; Sun, 29 Oct 2023 16:19:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A78838534A for ; Sun, 29 Oct 2023 16:19:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A08EEFADC; Sun, 29 Oct 2023 16:19:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169859637127980" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 16:19:31 +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: <20231029161931.A08EEFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169859637127980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 29 16:19:31 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.843.0 1.843.0 (2023-10-27) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.842.0 (2023-10-26) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.841.0 (2023-10-24) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.840.0 (2023-10-23) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.839.0 (2023-10-20) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.838.0 (2023-10-18) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.837.0 (2023-10-17) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.836.0 (2023-10-16) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.835.0 (2023-10-12) * 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.39 -r1.40 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.41 -r1.42 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. --_----------=_169859637127980 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.39 pkgsrc/www/ruby-aws-partitions/Makefile:1.40 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.39 Sun Oct 8 16:11:36 2023 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun Oct 29 16:19:31 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2023/10/08 16:11:36 taca Exp $ +# $NetBSD: Makefile,v 1.40 2023/10/29 16:19:31 taca Exp $ -DISTNAME= aws-partitions-1.834.0 +DISTNAME= aws-partitions-1.843.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.41 pkgsrc/www/ruby-aws-partitions/distinfo:1.42 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.41 Sun Oct 8 16:11:36 2023 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun Oct 29 16:19:31 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2023/10/08 16:11:36 taca Exp $ +$NetBSD: distinfo,v 1.42 2023/10/29 16:19:31 taca Exp $ -BLAKE2s (aws-partitions-1.834.0.gem) = f34f40bb7629b8415668d10839dd3a82f1efdc2416448b2771369fa50d5213d9 -SHA512 (aws-partitions-1.834.0.gem) = 417364aa79b95b2209eea7fbdae4f0bdeb75b8ce5f48a233bcda9834396af37414af4d379154db9d16865e7529e202b713db16d68e442aa537451e7ed7802003 -Size (aws-partitions-1.834.0.gem) = 59392 bytes +BLAKE2s (aws-partitions-1.843.0.gem) = df2e20b99276f5145a9e3c004866d4d9c5e08e9f4e0974c4b335e645493a982a +SHA512 (aws-partitions-1.843.0.gem) = 2716c25f0e7a6a7bdd4d62b74094e79e8e0f8c84581eaafc072cab76c785bbc7bcdab2cf844c084292a58a6b93cbc5c0eeee23008e30f74638e86da22a099fea +Size (aws-partitions-1.843.0.gem) = 59392 bytes --_----------=_169859637127980--