git: 5a898366a183 - main - devel/rubygem-google-protobuf315: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a898366a18366949798268cfa2b4ba7e5becf9c commit 5a898366a18366949798268cfa2b4ba7e5becf9c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:26:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:26:40 +0000 devel/rubygem-google-protobuf315: Remove obsoleted port Use devel/rubygem-google-protobuf instead. --- devel/rubygem-google-protobuf315/Makefile | 21 --------------------- devel/rubygem-google-protobuf315/distinfo | 3 --- devel/rubygem-google-protobuf315/pkg-descr | 9 --------- 3 files changed, 33 deletions(-) diff --git a/devel/rubygem-google-protobuf315/Makefile b/devel/rubygem-google-protobuf315/Makefile deleted file mode 100644 index 40c958f96a86..000000000000 --- a/devel/rubygem-google-protobuf315/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= google-protobuf -PORTVERSION= 3.15.8 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 315 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby extension to Google Protocol Buffers - -LICENSE= BSD3CLAUSE - -USES= gem shebangfix -USE_RUBY= yes - -PORTSCOUT= limit:^3\.15\. - -SHEBANG_GLOB= *.rb - -.include <bsd.port.mk> diff --git a/devel/rubygem-google-protobuf315/distinfo b/devel/rubygem-google-protobuf315/distinfo deleted file mode 100644 index 50a621343404..000000000000 --- a/devel/rubygem-google-protobuf315/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1620405341 -SHA256 (rubygem/google-protobuf-3.15.8.gem) = 3d943d9bae7bec674f487b862e4aab9ef066ba6cde1f6f6d7a2a26c348f32a35 -SIZE (rubygem/google-protobuf-3.15.8.gem) = 149504 diff --git a/devel/rubygem-google-protobuf315/pkg-descr b/devel/rubygem-google-protobuf315/pkg-descr deleted file mode 100644 index 4b7e007200a3..000000000000 --- a/devel/rubygem-google-protobuf315/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