devel/rubygem-googleapis-common-protos: Update to 1.5.0
- Update WWW and clean up pkg-descr Changes: https://github.com/googleapis/common-protos-ruby/releases https://github.com/googleapis/common-protos-ruby/blob/main/googleapis-common-protos/CHANGELOG.md
This commit is contained in:
parent
77ec2cf83e
commit
dc81148597
3 changed files with 9 additions and 10 deletions
|
@ -1,17 +1,18 @@
|
|||
PORTNAME= googleapis-common-protos
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Common gRPC and protocol buffer classes used in Google APIs
|
||||
WWW= https://github.com/googleapis/common-protos-ruby/tree/main/googleapis-common-protos
|
||||
WWW= https://github.com/googleapis/common-protos-ruby/tree/main/googleapis-common-protos \
|
||||
https://github.com/googleapis/common-protos-ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
|
||||
rubygem-googleapis-common-protos-types>=1.2<2:devel/rubygem-googleapis-common-protos-types \
|
||||
rubygem-grpc>=1.27<2:net/rubygem-grpc
|
||||
RUN_DEPENDS= rubygem-google-protobuf>=3.18<4:devel/rubygem-google-protobuf \
|
||||
rubygem-googleapis-common-protos-types>=1.7<2:devel/rubygem-googleapis-common-protos-types \
|
||||
rubygem-grpc>=1.41<2:net/rubygem-grpc
|
||||
|
||||
USES= gem
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1684104658
|
||||
SHA256 (rubygem/googleapis-common-protos-1.4.0.gem) = da2380fb5ab1563580816c74e8d684ac17512c3654c829a3ee84f6d6139de382
|
||||
SIZE (rubygem/googleapis-common-protos-1.4.0.gem) = 6656
|
||||
TIMESTAMP = 1709390898
|
||||
SHA256 (rubygem/googleapis-common-protos-1.5.0.gem) = 2c2bd15a2533127826aa58fec518472459771b0b38839a0cb6895f82dd4864a5
|
||||
SIZE (rubygem/googleapis-common-protos-1.5.0.gem) = 6656
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
googleapis-common-protos provides common gRPC and protocol buffer classes used
|
||||
in Google APIs.
|
||||
|
||||
See also: https://github.com/googleapis/common-protos-ruby
|
||||
|
|
Loading…
Reference in a new issue