git: 63ce25cd540c - main - textproc/rubygem-cucumber-html-formatter17: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:24:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=63ce25cd540c91edc32e21417a2103da770420f2 commit 63ce25cd540c91edc32e21417a2103da770420f2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 04:01:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:42 +0000 textproc/rubygem-cucumber-html-formatter17: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages17 - Update WWW - Bump PORTREVISION for dependency change --- textproc/rubygem-cucumber-html-formatter17/Makefile | 3 ++- textproc/rubygem-cucumber-html-formatter17/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/rubygem-cucumber-html-formatter17/Makefile b/textproc/rubygem-cucumber-html-formatter17/Makefile index d18741068fd0..2b5f843a9dd1 100644 --- a/textproc/rubygem-cucumber-html-formatter17/Makefile +++ b/textproc/rubygem-cucumber-html-formatter17/Makefile @@ -2,6 +2,7 @@ PORTNAME= cucumber-html-formatter PORTVERSION= 17.0.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 17 @@ -11,7 +12,7 @@ COMMENT= HTML formatter for Cucumber LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=17.1.0<18:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages17>=17.1.0<18:devel/rubygem-cucumber-messages17 USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-cucumber-html-formatter17/pkg-descr b/textproc/rubygem-cucumber-html-formatter17/pkg-descr index 38092c98b95f..17bb859e994f 100644 --- a/textproc/rubygem-cucumber-html-formatter17/pkg-descr +++ b/textproc/rubygem-cucumber-html-formatter17/pkg-descr @@ -3,4 +3,4 @@ report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. -WWW: https://github.com/cucumber/common/tree/main/html-formatter/ruby +WWW: https://github.com/cucumber/html-formatter