git: f50d84b045c2 - main - textproc/rubygem-cucumber-gherkin32: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:02:07 UTC
The branch main has been updated by sunpoet:

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

commit f50d84b045c238f7e9484e5fc2da4ed755a4fabf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:47:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:47:59 +0000

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

diff --git a/MOVED b/MOVED
index c8792c041c95..68480de7ff9e 100644
--- a/MOVED
+++ b/MOVED
@@ -4823,3 +4823,4 @@ devel/rubygem-json27|devel/rubygem-json|2025-10-18|Remove obsoleted port. Use de
 net/rubygem-fog-aws328|net/rubygem-fog-aws|2025-10-18|Remove obsoleted port. Use net/rubygem-fog-aws instead
 textproc/rubygem-cucumber-gherkin27|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
 textproc/rubygem-cucumber-gherkin30|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
+textproc/rubygem-cucumber-gherkin32|textproc/rubygem-cucumber-gherkin|2025-10-18|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 937cbd7ca540..4dc2c5e83ff0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1837,7 +1837,6 @@
     SUBDIR += rubygem-css_parser
     SUBDIR += rubygem-cssmin
     SUBDIR += rubygem-cucumber-gherkin
-    SUBDIR += rubygem-cucumber-gherkin32
     SUBDIR += rubygem-cucumber-gherkin34
     SUBDIR += rubygem-cucumber-html-formatter
     SUBDIR += rubygem-cucumber-html-formatter21
diff --git a/textproc/rubygem-cucumber-gherkin32/Makefile b/textproc/rubygem-cucumber-gherkin32/Makefile
deleted file mode 100644
index edb27a5c6475..000000000000
--- a/textproc/rubygem-cucumber-gherkin32/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	cucumber-gherkin
-PORTVERSION=	32.2.0
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	32
-
-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-messages27>=25<28:devel/rubygem-cucumber-messages27
-
-USES=		gem
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^32\.
-
-post-install:
-	${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-cucumber-gherkin32/distinfo b/textproc/rubygem-cucumber-gherkin32/distinfo
deleted file mode 100644
index dd40f66ce70d..000000000000
--- a/textproc/rubygem-cucumber-gherkin32/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1757436665
-SHA256 (rubygem/cucumber-gherkin-32.2.0.gem) = a33699d3be9c7fe1b6d4a26c1aa18150f274a90c871a6bc1811d5795a52e4ad6
-SIZE (rubygem/cucumber-gherkin-32.2.0.gem) = 32256
diff --git a/textproc/rubygem-cucumber-gherkin32/pkg-descr b/textproc/rubygem-cucumber-gherkin32/pkg-descr
deleted file mode 100644
index 77e6fe4db2cc..000000000000
--- a/textproc/rubygem-cucumber-gherkin32/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.