Date: Wed, 5 Apr 2023 17:40:50 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a3ab3861f4fb - main - devel/rubygem-google-apis-compute_v1: Update to 0.64.0 Message-ID: <202304051740.335Heoop001046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ab3861f4fb464c12c24872452abaf150bbab54 commit a3ab3861f4fb464c12c24872452abaf150bbab54 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:22:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:22 +0000 devel/rubygem-google-apis-compute_v1: Update to 0.64.0 - Update WWW and clean up pkg-descr Changes: https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-compute_v1/CHANGELOG.md --- devel/rubygem-google-apis-compute_v1/Makefile | 5 +++-- devel/rubygem-google-apis-compute_v1/distinfo | 6 +++--- devel/rubygem-google-apis-compute_v1/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index bc494b9c2d0e..2e3848759349 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -1,11 +1,12 @@ PORTNAME= google-apis-compute_v1 -PORTVERSION= 0.62.0 +PORTVERSION= 0.64.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple REST client for Compute Engine API V1 -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1 \ + https://github.com/googleapis/google-api-ruby-client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/devel/rubygem-google-apis-compute_v1/distinfo b/devel/rubygem-google-apis-compute_v1/distinfo index ef82a6fd7c95..28cb80fcc329 100644 --- a/devel/rubygem-google-apis-compute_v1/distinfo +++ b/devel/rubygem-google-apis-compute_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771591 -SHA256 (rubygem/google-apis-compute_v1-0.62.0.gem) = 34379afc09d098a6a2082205c04e2f6065b2ee23e985dcfcba9fffdda52ae41c -SIZE (rubygem/google-apis-compute_v1-0.62.0.gem) = 396288 +TIMESTAMP = 1679499006 +SHA256 (rubygem/google-apis-compute_v1-0.64.0.gem) = ff3ca06053ec4a16051917fdfedb43ec188b0b5572dbcf98580b53359387e0d8 +SIZE (rubygem/google-apis-compute_v1-0.64.0.gem) = 396288 diff --git a/devel/rubygem-google-apis-compute_v1/pkg-descr b/devel/rubygem-google-apis-compute_v1/pkg-descr index cec6edee2ee3..d1e667192e09 100644 --- a/devel/rubygem-google-apis-compute_v1/pkg-descr +++ b/devel/rubygem-google-apis-compute_v1/pkg-descr @@ -5,5 +5,3 @@ provides: - Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts. - Control of retry, pagination, and timeouts. - -See also: https://github.com/googleapis/google-api-ruby-client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051740.335Heoop001046>