git: 570160046af1 - main - devel/rubygem-google-protobuf4: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 13:36:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=570160046af179375a226d8456e63c07137031ac commit 570160046af179375a226d8456e63c07137031ac Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-30 13:32:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-30 13:36:06 +0000 devel/rubygem-google-protobuf4: Remove obsoleted port Use devel/rubygem-google-protobuf instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-google-protobuf4/Makefile | 22 ---------------------- devel/rubygem-google-protobuf4/distinfo | 3 --- devel/rubygem-google-protobuf4/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index f7564a104fd2..b879540ab834 100644 --- a/MOVED +++ b/MOVED @@ -3401,3 +3401,4 @@ textproc/rubygem-nokogiri111|textproc/rubygem-nokogiri|2024-07-17|Obsolete, use devel/rubygem-google-gax||2024-07-21|Remove obsoleted port. This gem is officially end-of-life audio/strawberry@qt5|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete audio/strawberry@qt6|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete +devel/rubygem-google-protobuf4|devel/rubygem-google-protobuf|2024-07-30|Remove obsoleted port. Use devel/rubygem-google-protobuf instead diff --git a/devel/Makefile b/devel/Makefile index 3f4eeffe6793..baed1b2e314a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7170,7 +7170,6 @@ SUBDIR += rubygem-google-iam-v1 SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-google-protobuf3 - SUBDIR += rubygem-google-protobuf4 SUBDIR += rubygem-googleapis-common-protos SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf diff --git a/devel/rubygem-google-protobuf4/Makefile b/devel/rubygem-google-protobuf4/Makefile deleted file mode 100644 index 65269d0b243e..000000000000 --- a/devel/rubygem-google-protobuf4/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= google-protobuf -PORTVERSION= 4.27.2 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 4 - -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 - -BUILD_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \ - rubygem-rake>=0:devel/rubygem-rake - -USES= gem shebangfix - -SHEBANG_GLOB= *.rb - -.include <bsd.port.mk> diff --git a/devel/rubygem-google-protobuf4/distinfo b/devel/rubygem-google-protobuf4/distinfo deleted file mode 100644 index a585b3e8c63e..000000000000 --- a/devel/rubygem-google-protobuf4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1721636316 -SHA256 (rubygem/google-protobuf-4.27.2.gem) = 9f69eb20acde6e3cf3cd197c09f38911cd7eed5fdf1bf4d4bce4c55e9dc9966f -SIZE (rubygem/google-protobuf-4.27.2.gem) = 270336 diff --git a/devel/rubygem-google-protobuf4/pkg-descr b/devel/rubygem-google-protobuf4/pkg-descr deleted file mode 100644 index c47ffe5244ab..000000000000 --- a/devel/rubygem-google-protobuf4/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.