Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03A1884D43 for ; Sun, 28 May 2023 01:40:00 +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 XvFNNz7yFNzC for ; Sun, 28 May 2023 01:39:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6720484CFD for ; Sun, 28 May 2023 01:39:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 594A9FA87; Sun, 28 May 2023 01:39:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168523799962190" MIME-Version: 1.0 Date: Sun, 28 May 2023 01:39:59 +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: <20230528013959.594A9FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168523799962190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 28 01:39:59 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.771.0 1.771.0 (2023-05-26) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.770.0 (2023-05-25) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.769.0 (2023-05-24) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.768.0 (2023-05-23) * 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.24 -r1.25 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.26 -r1.27 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. --_----------=_168523799962190 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.24 pkgsrc/www/ruby-aws-partitions/Makefile:1.25 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.24 Sun May 21 03:25:52 2023 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun May 28 01:39:59 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2023/05/21 03:25:52 taca Exp $ +# $NetBSD: Makefile,v 1.25 2023/05/28 01:39:59 taca Exp $ -DISTNAME= aws-partitions-1.767.0 +DISTNAME= aws-partitions-1.771.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.26 pkgsrc/www/ruby-aws-partitions/distinfo:1.27 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.26 Sun May 21 03:25:52 2023 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun May 28 01:39:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2023/05/21 03:25:52 taca Exp $ +$NetBSD: distinfo,v 1.27 2023/05/28 01:39:59 taca Exp $ -BLAKE2s (aws-partitions-1.767.0.gem) = afd9a6cfa44cd7fa2a05b9d511c02b0697d8c0a2c584dc1ffe013d3ccbd84862 -SHA512 (aws-partitions-1.767.0.gem) = 98caea4b50caa691827736f912fd9ee48e4c161bd68dc1b0e122ab6c4a2758a3c6accd19c5e674a2a89b9a91a1e1b4da4a991e106efcbb6023d418499d9b5ef2 -Size (aws-partitions-1.767.0.gem) = 56320 bytes +BLAKE2s (aws-partitions-1.771.0.gem) = b841472129b6b1b9e51e8e6e4a242432c0ac4eba53679a6a38bfc36d472b290c +SHA512 (aws-partitions-1.771.0.gem) = 436e0c62771b64b6fa4d4887855ff6117ee763e1b693eee0c3094858f33493aa6ab6583effcb24b762a90ba83457afd1716af65eee44574da6f9dd150bc8a4f7 +Size (aws-partitions-1.771.0.gem) = 56320 bytes --_----------=_168523799962190--