git: 5b95618ed4f0 - main - textproc/rubygem-cucumber-gherkin26: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 20:50:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b95618ed4f03a23fb320df2087b147daf51e620 commit 5b95618ed4f03a23fb320df2087b147daf51e620 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:49:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:49:11 +0000 textproc/rubygem-cucumber-gherkin26: Remove obsoleted port Use textproc/rubygem-cucumber-gherkin instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-cucumber-gherkin26/Makefile | 25 ------------------------- textproc/rubygem-cucumber-gherkin26/distinfo | 3 --- textproc/rubygem-cucumber-gherkin26/pkg-descr | 1 - 5 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index 4d79b0b72eb3..1dc99ef604c5 100644 --- a/MOVED +++ b/MOVED @@ -3078,3 +3078,4 @@ devel/rubygem-sidekiq-cron18|devel/rubygem-sidekiq-cron|2024-03-31|Remove obsole devel/rubygem-sidekiq6|devel/rubygem-sidekiq|2024-03-31|Remove obsoleted port. Use devel/rubygem-sidekiq instead net/rubygem-google-cloud-storage144|net/rubygem-google-cloud-storage|2024-03-31|Remove obsoleted port. Use net/rubygem-google-cloud-storage instead security/rubygem-net-sftp2|security/rubygem-net-sftp|2024-03-31|Remove obsoleted port. Use security/rubygem-net-sftp instead +textproc/rubygem-cucumber-gherkin26|textproc/rubygem-cucumber-gherkin|2024-03-31|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead diff --git a/textproc/Makefile b/textproc/Makefile index c10cb5cf13cd..24e4b2f1ec44 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1756,7 +1756,6 @@ SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin SUBDIR += rubygem-cucumber-gherkin - SUBDIR += rubygem-cucumber-gherkin26 SUBDIR += rubygem-cucumber-gherkin27 SUBDIR += rubygem-cucumber-html-formatter SUBDIR += rubygem-dartsass diff --git a/textproc/rubygem-cucumber-gherkin26/Makefile b/textproc/rubygem-cucumber-gherkin26/Makefile deleted file mode 100644 index ea4adfc382e1..000000000000 --- a/textproc/rubygem-cucumber-gherkin26/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= cucumber-gherkin -PORTVERSION= 26.2.0 -PORTREVISION= 1 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 26 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler -WWW= https://github.com/cucumber/gherkin - -LICENSE= MIT - -RUN_DEPENDS= rubygem-cucumber-messages22>=19.1.4<22.1:devel/rubygem-cucumber-messages22 - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^26\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby - -.include <bsd.port.mk> diff --git a/textproc/rubygem-cucumber-gherkin26/distinfo b/textproc/rubygem-cucumber-gherkin26/distinfo deleted file mode 100644 index 4658eef1c102..000000000000 --- a/textproc/rubygem-cucumber-gherkin26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1681053024 -SHA256 (rubygem/cucumber-gherkin-26.2.0.gem) = 9140cbd4535099eca6d4f62677f08c239198771cecd21a18f57ba87f9365c946 -SIZE (rubygem/cucumber-gherkin-26.2.0.gem) = 34304 diff --git a/textproc/rubygem-cucumber-gherkin26/pkg-descr b/textproc/rubygem-cucumber-gherkin26/pkg-descr deleted file mode 100644 index 77e6fe4db2cc..000000000000 --- a/textproc/rubygem-cucumber-gherkin26/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.