git: fd6d2a1cc178 - main - devel/rubygem-google-protobuf38: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:50:06 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd6d2a1cc1785f5c9856916ca3a54ff66efa79e4

commit fd6d2a1cc1785f5c9856916ca3a54ff66efa79e4
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-protobuf38: Remove obsoleted port
    
    Use devel/rubygem-google-protobuf instead.
    
    With hat:       ruby
---
 devel/rubygem-google-protobuf38/Makefile  | 19 -------------------
 devel/rubygem-google-protobuf38/distinfo  |  3 ---
 devel/rubygem-google-protobuf38/pkg-descr |  9 ---------
 3 files changed, 31 deletions(-)

diff --git a/devel/rubygem-google-protobuf38/Makefile b/devel/rubygem-google-protobuf38/Makefile
deleted file mode 100644
index deef808cd5f0..000000000000
--- a/devel/rubygem-google-protobuf38/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	google-protobuf
-PORTVERSION=	3.8.0
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	38
-
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	Ruby extension to Google Protocol Buffers
-
-LICENSE=	BSD3CLAUSE
-
-USES=		gem
-USE_RUBY=	yes
-
-PORTSCOUT=	limit:^3\.8\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-google-protobuf38/distinfo b/devel/rubygem-google-protobuf38/distinfo
deleted file mode 100644
index 435ca80295e2..000000000000
--- a/devel/rubygem-google-protobuf38/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1559219574
-SHA256 (rubygem/google-protobuf-3.8.0.gem) = c4624af322347d74916c29c1efe350d29b570d7681702c5f5a74b61c1312c32f
-SIZE (rubygem/google-protobuf-3.8.0.gem) = 262656
diff --git a/devel/rubygem-google-protobuf38/pkg-descr b/devel/rubygem-google-protobuf38/pkg-descr
deleted file mode 100644
index 4b7e007200a3..000000000000
--- a/devel/rubygem-google-protobuf38/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