git: e450315442b6 - main - textproc/rubygem-cucumber-html-formatter21: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e450315442b628599bf4419def7587b630e3e1f9
commit e450315442b628599bf4419def7587b630e3e1f9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:32:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:32:14 +0000
textproc/rubygem-cucumber-html-formatter21: Remove obsoleted port
Use textproc/rubygem-cucumber-html-formatter instead.
---
MOVED | 1 +
textproc/Makefile | 1 -
.../rubygem-cucumber-html-formatter21/Makefile | 24 ----------------------
.../rubygem-cucumber-html-formatter21/distinfo | 3 ---
.../rubygem-cucumber-html-formatter21/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/MOVED b/MOVED
index 3ae4ac9166e9..cdbf4d9cb6c9 100644
--- a/MOVED
+++ b/MOVED
@@ -5133,3 +5133,4 @@ devel/rubygem-pagy6|devel/rubygem-pagy|2026-02-10|Remove obsoleted port. Use dev
devel/rubygem-xdg7|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
devel/rubygem-xdg8|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
textproc/rubygem-cucumber-gherkin34|textproc/rubygem-cucumber-gherkin|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
+textproc/rubygem-cucumber-html-formatter21|textproc/rubygem-cucumber-html-formatter|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-html-formatter instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 3d1e177f042c..041cb0ee1f2a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1852,7 +1852,6 @@
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-cucumber-gherkin
SUBDIR += rubygem-cucumber-html-formatter
- SUBDIR += rubygem-cucumber-html-formatter21
SUBDIR += rubygem-cucumber-html-formatter22
SUBDIR += rubygem-dartsass
SUBDIR += rubygem-diff-lcs
diff --git a/textproc/rubygem-cucumber-html-formatter21/Makefile b/textproc/rubygem-cucumber-html-formatter21/Makefile
deleted file mode 100644
index 28965ac57fe6..000000000000
--- a/textproc/rubygem-cucumber-html-formatter21/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= cucumber-html-formatter
-PORTVERSION= 21.15.1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 21
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= HTML formatter for Cucumber
-WWW= https://github.com/cucumber/html-formatter
-
-LICENSE= MIT
-
-RUN_DEPENDS= rubygem-cucumber-messages27>=19<28:devel/rubygem-cucumber-messages27
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^21\.
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-cucumber-html-formatter21/distinfo b/textproc/rubygem-cucumber-html-formatter21/distinfo
deleted file mode 100644
index 5c05fd6688af..000000000000
--- a/textproc/rubygem-cucumber-html-formatter21/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1759324336
-SHA256 (rubygem/cucumber-html-formatter-21.15.1.gem) = a08d7c30c357bfd4ea746312ed36e75dab5ba069e5ebc364ecfd5508540920e0
-SIZE (rubygem/cucumber-html-formatter-21.15.1.gem) = 284160
diff --git a/textproc/rubygem-cucumber-html-formatter21/pkg-descr b/textproc/rubygem-cucumber-html-formatter21/pkg-descr
deleted file mode 100644
index 647638dec639..000000000000
--- a/textproc/rubygem-cucumber-html-formatter21/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Cucumber HTML Formatter is a cross-platform formatter that produces a HTML
-report for Cucumber runs. It is built on top of cucumber-react and works with
-any Cucumber implementation with a protobuf formatter that outputs cucumber
-messages.