mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
devel/rubygem-google-protobuf323: Remove obsoleted port
Use devel/rubygem-google-protobuf instead.
This commit is contained in:
parent
3f9832078c
commit
d228edc557
5 changed files with 1 additions and 31 deletions
1
MOVED
1
MOVED
|
@ -7942,3 +7942,4 @@ games/tanks-of-freedom||2023-10-08|Has expired: Depends on expired devel/godot2
|
|||
devel/godot2|devel/godot|2023-10-08|Has expired: Requires legacy OpenSSL 1.1.1 so use devel/godot
|
||||
devel/py-jupyter-server-ydoc|devel/py-jupyter-collaboration|2023-10-11|Remove obsoleted port. Use devel/py-jupyter-collaboration instead
|
||||
devel/py-packaging21|devel/py-packaging|2023-10-11|Remove obsoleted port. Use devel/py-packaging instead
|
||||
devel/rubygem-google-protobuf323|devel/rubygem-google-protobuf|2023-10-11|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
|
||||
|
|
|
@ -6912,7 +6912,6 @@
|
|||
SUBDIR += rubygem-google-iam-credentials-v1
|
||||
SUBDIR += rubygem-google-iam-v1
|
||||
SUBDIR += rubygem-google-protobuf
|
||||
SUBDIR += rubygem-google-protobuf323
|
||||
SUBDIR += rubygem-googleapis-common-protos
|
||||
SUBDIR += rubygem-googleapis-common-protos-types
|
||||
SUBDIR += rubygem-graf
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
PORTNAME= google-protobuf
|
||||
PORTVERSION= 3.23.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 323
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby extension to Google Protocol Buffers
|
||||
WWW= https://protobuf.dev/ \
|
||||
https://github.com/protocolbuffers/protobuf \
|
||||
https://github.com/protocolbuffers/protobuf/tree/main/ruby
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gem shebangfix
|
||||
|
||||
SHEBANG_GLOB= *.rb
|
||||
|
||||
PORTSCOUT= limit:^3\.23\.
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1693636727
|
||||
SHA256 (rubygem/google-protobuf-3.23.4.gem) = f239ea4b2009976d102e55e808b778abd18ce20721f32c3fcaf829d8e7a305b7
|
||||
SIZE (rubygem/google-protobuf-3.23.4.gem) = 217088
|
|
@ -1,6 +0,0 @@
|
|||
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
|
||||
functionality. It makes use of generated Ruby code that defines message and enum
|
||||
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.
|
Loading…
Add table
Reference in a new issue