git: c73fff9b58b9 - main - devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-core to rubygem-cucumber-core13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:22:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c73fff9b58b907c4c5107e319863002f400f9d79 commit c73fff9b58b907c4c5107e319863002f400f9d79 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:28:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:18 +0000 devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-core to rubygem-cucumber-core13 - Bump PORTREVISION for dependency change --- devel/rubygem-cucumber-wire/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-cucumber-wire/Makefile b/devel/rubygem-cucumber-wire/Makefile index c7ef244cc901..6efa80728ad2 100644 --- a/devel/rubygem-cucumber-wire/Makefile +++ b/devel/rubygem-cucumber-wire/Makefile @@ -1,5 +1,6 @@ PORTNAME= cucumber-wire PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://cucumber.io/ \ LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-core>=10.1<14:devel/rubygem-cucumber-core \ +RUN_DEPENDS= rubygem-cucumber-core13>=10.1<14:devel/rubygem-cucumber-core13 \ rubygem-cucumber-cucumber-expressions>=14<18:devel/rubygem-cucumber-cucumber-expressions USES= gem