aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:41 +0000
commitc3b37b228258bc13395f9e87c6b15ce2277c9328 (patch)
tree45937b9f82192f67b17b12fb672b67901216607f
parent5a898366a18366949798268cfa2b4ba7e5becf9c (diff)
downloadports-c3b37b228258bc13395f9e87c6b15ce2277c9328.tar.gz
ports-c3b37b228258bc13395f9e87c6b15ce2277c9328.zip
devel/rubygem-google-protobuf317: Remove obsoleted port
Use devel/rubygem-google-protobuf instead.
-rw-r--r--devel/rubygem-google-protobuf317/Makefile21
-rw-r--r--devel/rubygem-google-protobuf317/distinfo3
-rw-r--r--devel/rubygem-google-protobuf317/pkg-descr9
3 files changed, 0 insertions, 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