git: 0aae9b975a42 - main - devel/rubygem-cucumber-messages19: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Apr 2023 13:39:27 UTC
The branch main has been updated by sunpoet:

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

commit 0aae9b975a4206ab851a8a2f9fb57ad4122b50ca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:28:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:29 +0000

    devel/rubygem-cucumber-messages19: Remove obsoleted port
    
    Use devel/rubygem-cucumber-messages instead.
---
 MOVED                                       |  1 +
 devel/Makefile                              |  1 -
 devel/rubygem-cucumber-messages19/Makefile  | 20 --------------------
 devel/rubygem-cucumber-messages19/distinfo  |  3 ---
 devel/rubygem-cucumber-messages19/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/MOVED b/MOVED
index 1f8ed2b2c113..65358c3833f8 100644
--- a/MOVED
+++ b/MOVED
@@ -17898,3 +17898,4 @@ devel/rubygem-bootsnap111|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted por
 devel/rubygem-bootsnap112|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead
 devel/rubygem-bootsnap114|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead
 devel/rubygem-bootsnap115|devel/rubygem-bootsnap|2023-04-09|Remove obsoleted port. Use devel/rubygem-bootsnap instead
+devel/rubygem-cucumber-messages19|devel/rubygem-cucumber-messages|2023-04-09|Remove obsoleted port. Use devel/rubygem-cucumber-messages instead
diff --git a/devel/Makefile b/devel/Makefile
index bfe775d56ecc..3963139884ee 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6556,7 +6556,6 @@
     SUBDIR += rubygem-cucumber-cucumber-expressions15
     SUBDIR += rubygem-cucumber-messages
     SUBDIR += rubygem-cucumber-messages18
-    SUBDIR += rubygem-cucumber-messages19
     SUBDIR += rubygem-cucumber-rails
     SUBDIR += rubygem-cucumber-tag-expressions
     SUBDIR += rubygem-cucumber-tag-expressions4
diff --git a/devel/rubygem-cucumber-messages19/Makefile b/devel/rubygem-cucumber-messages19/Makefile
deleted file mode 100644
index abd105fc3a03..000000000000
--- a/devel/rubygem-cucumber-messages19/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	cucumber-messages
-PORTVERSION=	19.1.4
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	19
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Protocol Buffer messages for Cucumber
-WWW=		https://github.com/cucumber/messages
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		gem
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^19\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages19/distinfo b/devel/rubygem-cucumber-messages19/distinfo
deleted file mode 100644
index a8f9c6cd45f0..000000000000
--- a/devel/rubygem-cucumber-messages19/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1664768100
-SHA256 (rubygem/cucumber-messages-19.1.4.gem) = f3314221c1592c2aa3d74f3ff26a1f4e48b1f90b65df2dd377c9909eb9287c2a
-SIZE (rubygem/cucumber-messages-19.1.4.gem) = 21504
diff --git a/devel/rubygem-cucumber-messages19/pkg-descr b/devel/rubygem-cucumber-messages19/pkg-descr
deleted file mode 100644
index b5ae25cd6682..000000000000
--- a/devel/rubygem-cucumber-messages19/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
-process to construct message objects and send them to another process. Protobuf
-takes care of serialising those messages to a binary format, and deserialise
-them on the other end.