git: 74d31d85d818 - main - devel/rubygem-google-protobuf314: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=74d31d85d81894f13fb78369043f16a2a12f57e0 commit 74d31d85d81894f13fb78369043f16a2a12f57e0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:26:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:26:39 +0000 devel/rubygem-google-protobuf314: Remove obsoleted port Use devel/rubygem-google-protobuf instead. --- devel/rubygem-google-protobuf314/Makefile | 21 --------------------- devel/rubygem-google-protobuf314/distinfo | 3 --- devel/rubygem-google-protobuf314/pkg-descr | 9 --------- 3 files changed, 33 deletions(-) diff --git a/devel/rubygem-google-protobuf314/Makefile b/devel/rubygem-google-protobuf314/Makefile deleted file mode 100644 index 92b44f2d4130..000000000000 --- a/devel/rubygem-google-protobuf314/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= google-protobuf -PORTVERSION= 3.14.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 314 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby extension to Google Protocol Buffers - -LICENSE= BSD3CLAUSE - -USES= gem shebangfix -USE_RUBY= yes - -SHEBANG_GLOB= *.rb - -PORTSCOUT= limit:^3\.14\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-google-protobuf314/distinfo b/devel/rubygem-google-protobuf314/distinfo deleted file mode 100644 index 510e119ec3e6..000000000000 --- a/devel/rubygem-google-protobuf314/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1605901784 -SHA256 (rubygem/google-protobuf-3.14.0.gem) = 578426b145a51025626c6678d1cc8d8b952e595fe100565aea5fed0ee514755d -SIZE (rubygem/google-protobuf-3.14.0.gem) = 211968 diff --git a/devel/rubygem-google-protobuf314/pkg-descr b/devel/rubygem-google-protobuf314/pkg-descr deleted file mode 100644 index 4b7e007200a3..000000000000 --- a/devel/rubygem-google-protobuf314/pkg-descr +++ /dev/null @@ -1,9 +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. - -WWW: https://developers.google.com/protocol-buffers/ -WWW: https://github.com/google/protobuf/tree/master/ruby