aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-16 15:19:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-16 16:00:00 +0000
commit0c384f58b781863721c6cff833605a9d1c92b909 (patch)
treefb18590d54436a4198c86315400b2347f70c4505
parent6d8af09a98e0a9be3190c11a85806a0e8bbc0802 (diff)
downloadports-0c384f58b781863721c6cff833605a9d1c92b909.tar.gz
ports-0c384f58b781863721c6cff833605a9d1c92b909.zip
devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-tag-expressions to rubygem-cucumber-tag-expressions5
- Bump PORTREVISION for dependency change
-rw-r--r--devel/rubygem-cucumber-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile
index 2f7c668817a5..af10613472b7 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cucumber-core
PORTVERSION= 12.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-cucumber-gherkin26>=25<27:textproc/rubygem-cucumber-gherkin26 \
rubygem-cucumber-messages>=20<23:devel/rubygem-cucumber-messages \
- rubygem-cucumber-tag-expressions>=5.0.4<6:devel/rubygem-cucumber-tag-expressions
+ rubygem-cucumber-tag-expressions5>=5.0.4<6:devel/rubygem-cucumber-tag-expressions5
USES= gem