Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CB93F1A9239 for ; Tue, 14 Dec 2021 14:52:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ED8C484F08; Tue, 14 Dec 2021 14:51:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33DA084D5D for ; Tue, 14 Dec 2021 14:51:59 +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 TiZ4mtwjnIb6 for ; Tue, 14 Dec 2021 14:51:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1EEA84EED for ; Tue, 14 Dec 2021 14:51:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B46CFAEC; Tue, 14 Dec 2021 14:51:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639493518139370" MIME-Version: 1.0 Date: Tue, 14 Dec 2021 14:51:58 +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: <20211214145158.9B46CFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639493518139370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Dec 14 14:51:58 UTC 2021 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.541.0 1.541.0 (2021-12-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.3 -r1.4 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.5 -r1.6 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. --_----------=_1639493518139370 Content-Disposition: inline Content-Length: 1621 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.3 pkgsrc/www/ruby-aws-partitions/Makefile:1.4 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.3 Sun Dec 12 12:46:34 2021 +++ pkgsrc/www/ruby-aws-partitions/Makefile Tue Dec 14 14:51:58 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/12/12 12:46:34 taca Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/14 14:51:58 taca Exp $ -DISTNAME= aws-partitions-1.540.0 +DISTNAME= aws-partitions-1.541.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.5 pkgsrc/www/ruby-aws-partitions/distinfo:1.6 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.5 Sun Dec 12 12:46:34 2021 +++ pkgsrc/www/ruby-aws-partitions/distinfo Tue Dec 14 14:51:58 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/12/12 12:46:34 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/12/14 14:51:58 taca Exp $ -BLAKE2s (aws-partitions-1.540.0.gem) = 560642bfbec97904ed3982f36e70c763f40f82049b188103db54f82ee7672a8a -SHA512 (aws-partitions-1.540.0.gem) = 0a6291943b895bb4b093f2eaaeb3f38d458eb9005d23568ce04ab24d09be8469018d87e7671823aa376dbecf1c33f2b35f504f7b6ecc5938ca08f8a82f92c835 -Size (aws-partitions-1.540.0.gem) = 45056 bytes +BLAKE2s (aws-partitions-1.541.0.gem) = 0ef802deceed83eb7469f520f7e9558c9cc775af891edd55fe27d86bb3a9f226 +SHA512 (aws-partitions-1.541.0.gem) = d18de90b88e01c9a49ce0d45c6a902ad9a3c1d2f4456dc9b30068103519383b77395ade9ed655ad820cc3deb63d22c0a8a2d870476b5f05a013f4dac71531a97 +Size (aws-partitions-1.541.0.gem) = 45056 bytes --_----------=_1639493518139370--