Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 19:00:51 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: c8d2d3af8150 - main - net/rubygem-google-cloud-pubsub-v1: Update to 0.17.0
Message-ID:  <202306051900.355J0pEG075328@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=c8d2d3af81506eed7e0d4ae9b84072d0fdd412e4

commit c8d2d3af81506eed7e0d4ae9b84072d0fdd412e4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:44:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:48:59 +0000

    net/rubygem-google-cloud-pubsub-v1: Update to 0.17.0
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/googleapis/google-cloud-ruby/releases
                    https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-pubsub-v1/CHANGELOG.md
---
 net/rubygem-google-cloud-pubsub-v1/Makefile  | 7 ++++---
 net/rubygem-google-cloud-pubsub-v1/distinfo  | 6 +++---
 net/rubygem-google-cloud-pubsub-v1/pkg-descr | 2 --
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/net/rubygem-google-cloud-pubsub-v1/Makefile b/net/rubygem-google-cloud-pubsub-v1/Makefile
index f8d5e5a978d1..e37c062f00cf 100644
--- a/net/rubygem-google-cloud-pubsub-v1/Makefile
+++ b/net/rubygem-google-cloud-pubsub-v1/Makefile
@@ -1,16 +1,17 @@
 PORTNAME=	google-cloud-pubsub-v1
-PORTVERSION=	0.16.0
+PORTVERSION=	0.17.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby Client for the Cloud Pub/Sub V1 API
-WWW=		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-pubsub-v1
+WWW=		https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-pubsub-v1 \
+		https://github.com/googleapis/google-cloud-ruby
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-gapic-common>=0.18.0<2.0:devel/rubygem-gapic-common \
+RUN_DEPENDS=	rubygem-gapic-common>=0.19.0<2.0:devel/rubygem-gapic-common \
 		rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \
 		rubygem-google-iam-v1>=0.4<2.0:devel/rubygem-google-iam-v1
 
diff --git a/net/rubygem-google-cloud-pubsub-v1/distinfo b/net/rubygem-google-cloud-pubsub-v1/distinfo
index 02dab7fb93f3..09b9a1f51ae2 100644
--- a/net/rubygem-google-cloud-pubsub-v1/distinfo
+++ b/net/rubygem-google-cloud-pubsub-v1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685162390
-SHA256 (rubygem/google-cloud-pubsub-v1-0.16.0.gem) = ec49ceeddaa6ad565c40001ddbf91bc901ff061f84c785e3fbda85d4dbb76e9f
-SIZE (rubygem/google-cloud-pubsub-v1-0.16.0.gem) = 77824
+TIMESTAMP = 1685793090
+SHA256 (rubygem/google-cloud-pubsub-v1-0.17.0.gem) = 2046a8d36b0821f473d8b100a1c3a54f97219259f78aa0c54827bde590c0ae1e
+SIZE (rubygem/google-cloud-pubsub-v1-0.17.0.gem) = 81408
diff --git a/net/rubygem-google-cloud-pubsub-v1/pkg-descr b/net/rubygem-google-cloud-pubsub-v1/pkg-descr
index 2c7175cb1b6b..6b3a0ea1deb5 100644
--- a/net/rubygem-google-cloud-pubsub-v1/pkg-descr
+++ b/net/rubygem-google-cloud-pubsub-v1/pkg-descr
@@ -2,5 +2,3 @@ API Client library for the Cloud Pub/Sub V1 API
 
 Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to
 send and receive messages between independent applications.
-
-See also: https://github.com/googleapis/google-cloud-ruby



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051900.355J0pEG075328>