git: 4cfd46b5715b - main - textproc/rubygem-cucumber-gherkin29: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 19 Mar 2025 03:57:43 UTC
The branch main has been updated by sunpoet:

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

commit 4cfd46b5715bd4ad7d185d35a7df3739f7a83da8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:35:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:35:07 +0000

    textproc/rubygem-cucumber-gherkin29: Remove obsoleted port
    
    Use textproc/rubygem-cucumber-gherkin instead.
---
 MOVED                                         |  1 +
 textproc/Makefile                             |  1 -
 textproc/rubygem-cucumber-gherkin29/Makefile  | 25 -------------------------
 textproc/rubygem-cucumber-gherkin29/distinfo  |  3 ---
 textproc/rubygem-cucumber-gherkin29/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/MOVED b/MOVED
index 1a5ea1088c90..6d77731c955a 100644
--- a/MOVED
+++ b/MOVED
@@ -4208,3 +4208,4 @@ net-im/talkatu||2025-03-10|Has expired: Upstream has switched to mercurial and u
 textproc/py-towncrier23|textproc/py-towncrier|2025-03-14|Remove obsoleted port. Use textproc/py-towncrier instead
 net/wifi-firmware-mtw-kmod|net/wifi-firmware-mt7601u-kmod|2025-03-14|Fixed to match firmware name
 devel/ccrtp||2025-03-16|Has expired: No active development in years and no users in tree
+textproc/rubygem-cucumber-gherkin29|textproc/rubygem-cucumber-gherkin|2025-03-19|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 13bc2af4bb39..bb0a47a2fcd4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1821,7 +1821,6 @@
     SUBDIR += rubygem-cssmin
     SUBDIR += rubygem-cucumber-gherkin
     SUBDIR += rubygem-cucumber-gherkin27
-    SUBDIR += rubygem-cucumber-gherkin29
     SUBDIR += rubygem-cucumber-gherkin30
     SUBDIR += rubygem-cucumber-html-formatter
     SUBDIR += rubygem-dartsass
diff --git a/textproc/rubygem-cucumber-gherkin29/Makefile b/textproc/rubygem-cucumber-gherkin29/Makefile
deleted file mode 100644
index 3f6d43eeb147..000000000000
--- a/textproc/rubygem-cucumber-gherkin29/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	cucumber-gherkin
-PORTVERSION=	29.0.0
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	29
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
-WWW=		https://github.com/cucumber/gherkin
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	rubygem-cucumber-messages25>=25<26:devel/rubygem-cucumber-messages25
-
-USES=		gem
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^29\.
-
-post-install:
-	${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-cucumber-gherkin29/distinfo b/textproc/rubygem-cucumber-gherkin29/distinfo
deleted file mode 100644
index 9b0f78afffc9..000000000000
--- a/textproc/rubygem-cucumber-gherkin29/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1724084792
-SHA256 (rubygem/cucumber-gherkin-29.0.0.gem) = d92c56fe7217ca6b6ba0924e1dc51bc9410da5287ff7554fe7523a260e958457
-SIZE (rubygem/cucumber-gherkin-29.0.0.gem) = 32256
diff --git a/textproc/rubygem-cucumber-gherkin29/pkg-descr b/textproc/rubygem-cucumber-gherkin29/pkg-descr
deleted file mode 100644
index 77e6fe4db2cc..000000000000
--- a/textproc/rubygem-cucumber-gherkin29/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.