diff --git a/MOVED b/MOVED index d4ab0cfd4d20d..7318a1ddf7698 100644 --- a/MOVED +++ b/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 diff --git a/devel/Makefile b/devel/Makefile index 3fb2d1131c9af..371a84c353e8c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-google-protobuf323/Makefile b/devel/rubygem-google-protobuf323/Makefile deleted file mode 100644 index 4feb5e0e3aab9..0000000000000 --- a/devel/rubygem-google-protobuf323/Makefile +++ /dev/null @@ -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 diff --git a/devel/rubygem-google-protobuf323/distinfo b/devel/rubygem-google-protobuf323/distinfo deleted file mode 100644 index 6e31d318a820a..0000000000000 --- a/devel/rubygem-google-protobuf323/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1693636727 -SHA256 (rubygem/google-protobuf-3.23.4.gem) = f239ea4b2009976d102e55e808b778abd18ce20721f32c3fcaf829d8e7a305b7 -SIZE (rubygem/google-protobuf-3.23.4.gem) = 217088 diff --git a/devel/rubygem-google-protobuf323/pkg-descr b/devel/rubygem-google-protobuf323/pkg-descr deleted file mode 100644 index c47ffe5244ab5..0000000000000 --- a/devel/rubygem-google-protobuf323/pkg-descr +++ /dev/null @@ -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.