svn commit: r567761 - head/devel/rubygem-gapic-common
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 7 22:30:19 UTC 2021
Author: sunpoet
Date: Sun Mar 7 22:30:11 2021
New Revision: 567761
URL: https://svnweb.freebsd.org/changeset/ports/567761
Log:
Update to 0.4.0
Changes: https://github.com/googleapis/gapic-generator-ruby/releases
https://github.com/googleapis/gapic-generator-ruby/blob/master/gapic-common/CHANGELOG.md
Modified:
head/devel/rubygem-gapic-common/Makefile
head/devel/rubygem-gapic-common/distinfo
head/devel/rubygem-gapic-common/pkg-descr
Modified: head/devel/rubygem-gapic-common/Makefile
==============================================================================
--- head/devel/rubygem-gapic-common/Makefile Sun Mar 7 22:30:04 2021 (r567760)
+++ head/devel/rubygem-gapic-common/Makefile Sun Mar 7 22:30:11 2021 (r567761)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gapic-common
-PORTVERSION= 0.3.4
+PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,11 +11,12 @@ COMMENT= Common code for GAPIC-generated API clients
LICENSE= APACHE20
-RUN_DEPENDS= rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \
- rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \
- rubygem-googleapis-common-protos-types>=1.0.4<2.0:devel/rubygem-googleapis-common-protos-types \
- rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
- rubygem-grpc>=1.25<2:net/rubygem-grpc
+RUN_DEPENDS= rubygem-faraday>=1.3<2:www/rubygem-faraday \
+ rubygem-google-protobuf>=3.15.2<4:devel/rubygem-google-protobuf \
+ rubygem-googleapis-common-protos>=1.3.11<2.0:devel/rubygem-googleapis-common-protos \
+ rubygem-googleapis-common-protos-types>=1.0.6<2.0:devel/rubygem-googleapis-common-protos-types \
+ rubygem-googleauth>=0.15.1<1:security/rubygem-googleauth \
+ rubygem-grpc>=1.36<2:net/rubygem-grpc
USES= gem
USE_RUBY= yes
Modified: head/devel/rubygem-gapic-common/distinfo
==============================================================================
--- head/devel/rubygem-gapic-common/distinfo Sun Mar 7 22:30:04 2021 (r567760)
+++ head/devel/rubygem-gapic-common/distinfo Sun Mar 7 22:30:11 2021 (r567761)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596962178
-SHA256 (rubygem/gapic-common-0.3.4.gem) = 7d260b625feb32bf98431f622c04a0e90e1c51e9c86f151e8063ed2e37909750
-SIZE (rubygem/gapic-common-0.3.4.gem) = 19968
+TIMESTAMP = 1614794430
+SHA256 (rubygem/gapic-common-0.4.0.gem) = 28f5582a33aa6c6bd305d987091438ec3bc66f3cc9fc4af70617239d67ada5cb
+SIZE (rubygem/gapic-common-0.4.0.gem) = 22528
Modified: head/devel/rubygem-gapic-common/pkg-descr
==============================================================================
--- head/devel/rubygem-gapic-common/pkg-descr Sun Mar 7 22:30:04 2021 (r567760)
+++ head/devel/rubygem-gapic-common/pkg-descr Sun Mar 7 22:30:11 2021 (r567761)
@@ -1,3 +1,4 @@
Create Ruby clients from a protocol buffer description of an API.
WWW: https://github.com/googleapis/gapic-generator-ruby
+WWW: https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common
More information about the svn-ports-all
mailing list