git: a3d319d9905e - main - devel/rubygem-cucumber-core12: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 20:50:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3d319d9905e911a67f0a5949dff25ec5f499547 commit a3d319d9905e911a67f0a5949dff25ec5f499547 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:49:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:49:04 +0000 devel/rubygem-cucumber-core12: Remove obsoleted port Use devel/rubygem-cucumber-core instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-cucumber-core12/Makefile | 25 ------------------------- devel/rubygem-cucumber-core12/distinfo | 3 --- devel/rubygem-cucumber-core12/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 185aa9b4959f..0a9801e71d96 100644 --- a/MOVED +++ b/MOVED @@ -3070,3 +3070,4 @@ math/py-munkres10|math/py-munkres|2024-03-31|Remove obsoleted port. Use math/py- security/py-pysaml24|security/py-pysaml2|2024-03-31|Remove obsoleted port. Use security/py-pysaml2 instead textproc/py-atoml|textproc/py-tomlkit|2024-03-31|Remove obsoleted port. This project has been merged back to tomlkit and is no longer maintained. Use textproc/py-tomlkit>=0.8.0 instead databases/rubygem-redis-namespace19|databases/rubygem-redis-namespace|2024-03-31|Remove obsoleted port. Use databases/rubygem-redis-namespace instead +devel/rubygem-cucumber-core12|devel/rubygem-cucumber-core|2024-03-31|Remove obsoleted port. Use devel/rubygem-cucumber-core instead diff --git a/devel/Makefile b/devel/Makefile index a37a3ff249f1..751b731f532f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6811,7 +6811,6 @@ SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-ci-environment SUBDIR += rubygem-cucumber-core - SUBDIR += rubygem-cucumber-core12 SUBDIR += rubygem-cucumber-cucumber-expressions SUBDIR += rubygem-cucumber-messages SUBDIR += rubygem-cucumber-messages22 diff --git a/devel/rubygem-cucumber-core12/Makefile b/devel/rubygem-cucumber-core12/Makefile deleted file mode 100644 index fa78b9a5dc50..000000000000 --- a/devel/rubygem-cucumber-core12/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= cucumber-core -PORTVERSION= 12.0.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 12 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Core library for the Cucumber BDD app -WWW= https://cucumber.io/ \ - https://github.com/cucumber/cucumber-ruby-core - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-cucumber-gherkin26>=25<27:textproc/rubygem-cucumber-gherkin26 \ - rubygem-cucumber-messages22>=20<23:devel/rubygem-cucumber-messages22 \ - rubygem-cucumber-tag-expressions5>=5.0.4<6:devel/rubygem-cucumber-tag-expressions5 - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^12\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber-core12/distinfo b/devel/rubygem-cucumber-core12/distinfo deleted file mode 100644 index e92ba0b5c17f..000000000000 --- a/devel/rubygem-cucumber-core12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1694348352 -SHA256 (rubygem/cucumber-core-12.0.0.gem) = c2a7f4c457dd64df6cc7f430392fb5c03160805eafb27849639fee65d5bb9dfa -SIZE (rubygem/cucumber-core-12.0.0.gem) = 27136 diff --git a/devel/rubygem-cucumber-core12/pkg-descr b/devel/rubygem-cucumber-core12/pkg-descr deleted file mode 100644 index 6e5cd043cbfe..000000000000 --- a/devel/rubygem-cucumber-core12/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber. - -It contains the core domain logic to execute Cucumber features. It has no user -interface, just a Ruby API. If you're interested in how Cucumber works, or in -building other tools that work with Gherkin documents, you've come to the right -place.