git: 1be7d8418786 - main - devel/rubygem-google-protobuf: Update to 3.21.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 21:50:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1be7d8418786ed36223dfa9ea65617d3d9d34e9c commit 1be7d8418786ed36223dfa9ea65617d3d9d34e9c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 21:38:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 21:38:57 +0000 devel/rubygem-google-protobuf: Update to 3.21.12 - Update WWW and clean up pkg-descr Changes: https://github.com/protocolbuffers/protobuf/releases --- devel/rubygem-google-protobuf/Makefile | 6 ++++-- devel/rubygem-google-protobuf/distinfo | 6 +++--- devel/rubygem-google-protobuf/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile index 02f851188f74..6ffcf1505ecd 100644 --- a/devel/rubygem-google-protobuf/Makefile +++ b/devel/rubygem-google-protobuf/Makefile @@ -1,11 +1,13 @@ PORTNAME= google-protobuf -PORTVERSION= 3.22.2 +PORTVERSION= 3.22.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby extension to Google Protocol Buffers -WWW= https://developers.google.com/protocol-buffers/ +WWW= https://developers.google.com/protocol-buffers/ \ + https://github.com/protocolbuffers/protobuf \ + https://github.com/protocolbuffers/protobuf/tree/main/ruby LICENSE= BSD3CLAUSE diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo index a8ab580bf170..dd82d886914a 100644 --- a/devel/rubygem-google-protobuf/distinfo +++ b/devel/rubygem-google-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681107853 -SHA256 (rubygem/google-protobuf-3.22.2.gem) = d516c13248500fb4e1af469c2d71e8b6ecffacb6f55e9be203f01b7d0ff01eff -SIZE (rubygem/google-protobuf-3.22.2.gem) = 209920 +TIMESTAMP = 1681843934 +SHA256 (rubygem/google-protobuf-3.22.3.gem) = 09db2a54fcdf2c8ec04d2c10b2818fd6ee0990578317b42e839811f2fd288ff5 +SIZE (rubygem/google-protobuf-3.22.3.gem) = 209920 diff --git a/devel/rubygem-google-protobuf/pkg-descr b/devel/rubygem-google-protobuf/pkg-descr index a107eee88d8e..c47ffe5244ab 100644 --- a/devel/rubygem-google-protobuf/pkg-descr +++ b/devel/rubygem-google-protobuf/pkg-descr @@ -4,5 +4,3 @@ types in a Ruby DSL. You may write definitions in this DSL directly, but we recommend using protoc's Ruby generation support with .proto files. The build process in this directory only installs the extension; you need to install protoc as well to have Ruby code generation functionality. - -See also: https://github.com/google/protobuf/tree/master/ruby