git: 3f2e7b491491 - main - textproc/rubygem-cucumber-html-formatter19: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 21:31:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f2e7b49149126535eb1c96f0064fe5e44c9dcef commit 3f2e7b49149126535eb1c96f0064fe5e44c9dcef Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:24:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:04 +0000 textproc/rubygem-cucumber-html-formatter19: Remove obsoleted port Use textproc/rubygem-cucumber-html-formatter instead. --- MOVED | 1 + textproc/Makefile | 1 - .../rubygem-cucumber-html-formatter19/Makefile | 24 ---------------------- .../rubygem-cucumber-html-formatter19/distinfo | 3 --- .../rubygem-cucumber-html-formatter19/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index e890397d7d27..6af47b672026 100644 --- a/MOVED +++ b/MOVED @@ -7846,3 +7846,4 @@ databases/rubygem-red-plasma||2023-09-04|Remove deprecated port. red-plasma is d devel/rubygem-cucumber-cucumber-expressions15|devel/rubygem-cucumber-cucumber-expressions|2023-09-04|Remove obsoleted port. Use devel/rubygem-cucumber-cucumber-expressions instead devel/rubygem-cucumber-messages18|devel/rubygem-cucumber-messages|2023-09-04|Remove obsoleted port. Use devel/rubygem-cucumber-messages instead textproc/rubygem-cucumber-gherkin23|textproc/rubygem-cucumber-gherkin|2023-09-04|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead +textproc/rubygem-cucumber-html-formatter19|textproc/rubygem-cucumber-html-formatter|2023-09-04|Remove obsoleted port. Use textproc/rubygem-cucumber-html-formatter instead diff --git a/textproc/Makefile b/textproc/Makefile index ff1319cccc5a..4394d47e183c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1732,7 +1732,6 @@ SUBDIR += rubygem-cssmin SUBDIR += rubygem-cucumber-gherkin SUBDIR += rubygem-cucumber-html-formatter - SUBDIR += rubygem-cucumber-html-formatter19 SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy diff --git a/textproc/rubygem-cucumber-html-formatter19/Makefile b/textproc/rubygem-cucumber-html-formatter19/Makefile deleted file mode 100644 index 8e381078e1af..000000000000 --- a/textproc/rubygem-cucumber-html-formatter19/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= cucumber-html-formatter -PORTVERSION= 19.2.0 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 19 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= HTML formatter for Cucumber -WWW= https://github.com/cucumber/html-formatter - -LICENSE= MIT - -RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^19\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter - -.include <bsd.port.mk> diff --git a/textproc/rubygem-cucumber-html-formatter19/distinfo b/textproc/rubygem-cucumber-html-formatter19/distinfo deleted file mode 100644 index 71780956e264..000000000000 --- a/textproc/rubygem-cucumber-html-formatter19/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1653926114 -SHA256 (rubygem/cucumber-html-formatter-19.2.0.gem) = dfb3b8d296e60c45f437c8cfde2990b62a2fa15afa0b44fae718fb4772a8d5be -SIZE (rubygem/cucumber-html-formatter-19.2.0.gem) = 478720 diff --git a/textproc/rubygem-cucumber-html-formatter19/pkg-descr b/textproc/rubygem-cucumber-html-formatter19/pkg-descr deleted file mode 100644 index 647638dec639..000000000000 --- a/textproc/rubygem-cucumber-html-formatter19/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.