Received: by mail.netbsd.org (Postfix, from userid 605) id A599084EAB; Sun, 18 Sep 2022 12:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D757D84DB9 for ; Sun, 18 Sep 2022 12:52:38 +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 6J8YBeBKDYsJ for ; Sun, 18 Sep 2022 12:52:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52FD984CD9 for ; Sun, 18 Sep 2022 12:52:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 505F8FA90; Sun, 18 Sep 2022 12:52:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166350555829190" MIME-Version: 1.0 Date: Sun, 18 Sep 2022 12:52:38 +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: <20220918125238.505F8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166350555829190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 18 12:52:38 UTC 2022 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.631.1 1.631.0 (2022-09-15) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.630.0 (2022-09-14) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.629.0 (2022-09-13) * 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.7 -r1.8 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.9 -r1.10 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. --_----------=_166350555829190 Content-Disposition: inline Content-Length: 1623 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.7 pkgsrc/www/ruby-aws-partitions/Makefile:1.8 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.7 Sat Sep 10 13:06:18 2022 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun Sep 18 12:52:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/09/10 13:06:18 taca Exp $ +# $NetBSD: Makefile,v 1.8 2022/09/18 12:52:38 taca Exp $ -DISTNAME= aws-partitions-1.628.0 +DISTNAME= aws-partitions-1.631.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.9 pkgsrc/www/ruby-aws-partitions/distinfo:1.10 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.9 Sat Sep 10 13:06:18 2022 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun Sep 18 12:52:38 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/09/10 13:06:18 taca Exp $ +$NetBSD: distinfo,v 1.10 2022/09/18 12:52:38 taca Exp $ -BLAKE2s (aws-partitions-1.628.0.gem) = 7ed24139f42b61130bef944f0b6079be964cd942827b4123c7db0770dad6747d -SHA512 (aws-partitions-1.628.0.gem) = 1c2159ddcd852e88ee17df390a264f2b9a4ba81451f47785c341568fda2cbc416da26a06f3937182901e552d1589b2c493bf118425ee6d52009f7adaadcdc91d -Size (aws-partitions-1.628.0.gem) = 49664 bytes +BLAKE2s (aws-partitions-1.631.0.gem) = 18ade056ef73ec64c020622c50e36005f80c0a19fb01c6151ad8bb3197f3d13d +SHA512 (aws-partitions-1.631.0.gem) = ff5aee682b86eac10e42d3211c20b2d78ab6df374f9497e4c4529083e53cd6667b1f0e6a09182a5e7560f641ddbdd1e493277c8c06abfad4361cbfa0fd8d0692 +Size (aws-partitions-1.631.0.gem) = 49664 bytes --_----------=_166350555829190--