git: 5c4a96f3028d - main - devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-cucumber-expressions to rubygem-cucumber-cucumber-expressions17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 14:42:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c4a96f3028d8c7388ad23f332be49f53c4c149d commit 5c4a96f3028d8c7388ad23f332be49f53c4c149d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:20:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:46 +0000 devel/rubygem-cucumber-wire: Change RUN_DEPENDS from rubygem-cucumber-cucumber-expressions to rubygem-cucumber-cucumber-expressions17 - Bump PORTREVISION for dependency change --- devel/rubygem-cucumber-wire/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-cucumber-wire/Makefile b/devel/rubygem-cucumber-wire/Makefile index 15d5c5938f7c..b3a2029df57e 100644 --- a/devel/rubygem-cucumber-wire/Makefile +++ b/devel/rubygem-cucumber-wire/Makefile @@ -1,6 +1,6 @@ PORTNAME= cucumber-wire PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cucumber-core13>=10.1<14:devel/rubygem-cucumber-core13 \ - rubygem-cucumber-cucumber-expressions>=14<18:devel/rubygem-cucumber-cucumber-expressions + rubygem-cucumber-cucumber-expressions17>=14<18:devel/rubygem-cucumber-cucumber-expressions17 USES= gem