git: 84bd382fed91 - main - devel/rubygem-google-apis-core: Update to 0.11.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:35:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=84bd382fed91b41c6fe4a1f794df39c5d25c420f
commit 84bd382fed91b41c6fe4a1f794df39c5d25c420f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:14:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:26:09 +0000
devel/rubygem-google-apis-core: Update to 0.11.1
- Update WWW and clean up pkg-descr
Changes: https://github.com/googleapis/google-api-ruby-client/releases
https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/CHANGELOG.md
---
devel/rubygem-google-apis-core/Makefile | 5 +++--
devel/rubygem-google-apis-core/distinfo | 6 +++---
devel/rubygem-google-apis-core/pkg-descr | 2 --
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/devel/rubygem-google-apis-core/Makefile b/devel/rubygem-google-apis-core/Makefile
index 00347f42b8c7..0fbe7100e75a 100644
--- a/devel/rubygem-google-apis-core/Makefile
+++ b/devel/rubygem-google-apis-core/Makefile
@@ -1,11 +1,12 @@
PORTNAME= google-apis-core
-PORTVERSION= 0.11.0
+PORTVERSION= 0.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Common utility and base classes for legacy Google REST clients
-WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core
+WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core \
+ https://github.com/googleapis/google-api-ruby-client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
diff --git a/devel/rubygem-google-apis-core/distinfo b/devel/rubygem-google-apis-core/distinfo
index 8581594e804a..36c53a648801 100644
--- a/devel/rubygem-google-apis-core/distinfo
+++ b/devel/rubygem-google-apis-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771593
-SHA256 (rubygem/google-apis-core-0.11.0.gem) = 4e2048b8d00ffd94b580d68b66876884e9e6af84eac174a82bf9c4a74a9d9fa0
-SIZE (rubygem/google-apis-core-0.11.0.gem) = 34816
+TIMESTAMP = 1691070380
+SHA256 (rubygem/google-apis-core-0.11.1.gem) = 917611234f38276524801058b8a56cdf496ff061b07295ef93cd5b8abd3b97fc
+SIZE (rubygem/google-apis-core-0.11.1.gem) = 34816
diff --git a/devel/rubygem-google-apis-core/pkg-descr b/devel/rubygem-google-apis-core/pkg-descr
index b2f9de466ee5..d537f564f9fc 100644
--- a/devel/rubygem-google-apis-core/pkg-descr
+++ b/devel/rubygem-google-apis-core/pkg-descr
@@ -3,5 +3,3 @@ Google APIs. It automatically generates client gems given discovery documents.
Google-managed clients for publicly-available APIs are maintained using this
tool, and users may also use it to generate clients for private or early-access
APIs.
-
-See also: https://github.com/googleapis/google-api-ruby-client