Date: Tue, 21 Dec 2021 19:50:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c3b37b228258 - main - devel/rubygem-google-protobuf317: Remove obsoleted port Message-ID: <202112211950.1BLJo5fl040312@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3b37b228258bc13395f9e87c6b15ce2277c9328 commit c3b37b228258bc13395f9e87c6b15ce2277c9328 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:26:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:26:41 +0000 devel/rubygem-google-protobuf317: Remove obsoleted port Use devel/rubygem-google-protobuf instead. --- devel/rubygem-google-protobuf317/Makefile | 21 --------------------- devel/rubygem-google-protobuf317/distinfo | 3 --- devel/rubygem-google-protobuf317/pkg-descr | 9 --------- 3 files changed, 33 deletions(-) diff --git a/devel/rubygem-google-protobuf317/Makefile b/devel/rubygem-google-protobuf317/Makefile deleted file mode 100644 index b953a0808deb..000000000000 --- a/devel/rubygem-google-protobuf317/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= google-protobuf -PORTVERSION= 3.17.3 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 317 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby extension to Google Protocol Buffers - -LICENSE= BSD3CLAUSE - -USES= gem shebangfix -USE_RUBY= yes - -PORTSCOUT= limit:^3\.17\. - -SHEBANG_GLOB= *.rb - -.include <bsd.port.mk> diff --git a/devel/rubygem-google-protobuf317/distinfo b/devel/rubygem-google-protobuf317/distinfo deleted file mode 100644 index 5a9774b8a18d..000000000000 --- a/devel/rubygem-google-protobuf317/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1632036842 -SHA256 (rubygem/google-protobuf-3.17.3.gem) = 08041084850e23cc1b276ade80a2b8f574132dbfe6bc20b1de43c1692da1b46e -SIZE (rubygem/google-protobuf-3.17.3.gem) = 151552 diff --git a/devel/rubygem-google-protobuf317/pkg-descr b/devel/rubygem-google-protobuf317/pkg-descr deleted file mode 100644 index 4b7e007200a3..000000000000 --- a/devel/rubygem-google-protobuf317/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211950.1BLJo5fl040312>