git: d089043b50fd - main - textproc/rubygem-cucumber-html-formatter: Update to 19.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:24:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d089043b50fdc6532d09a97a1ca8c08c2883bfb4 commit d089043b50fdc6532d09a97a1ca8c08c2883bfb4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 04:01:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:41 +0000 textproc/rubygem-cucumber-html-formatter: Update to 19.0.0 - Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages17 - Update WWW Changes: https://github.com/cucumber/html-formatter/releases --- textproc/rubygem-cucumber-html-formatter/Makefile | 4 ++-- textproc/rubygem-cucumber-html-formatter/distinfo | 6 +++--- textproc/rubygem-cucumber-html-formatter/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 93b8ba6b8557..f290db36f20e 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= cucumber-html-formatter -PORTVERSION= 18.0.0 +PORTVERSION= 19.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= HTML formatter for Cucumber LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=17.1.1<18:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages17>=17.1.1<18:devel/rubygem-cucumber-messages17 USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index 32d4a12678fd..fc276410b3de 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643382632 -SHA256 (rubygem/cucumber-html-formatter-18.0.0.gem) = d439e007a0cda9f3cc6e07aabb87e3d0f9249590fb8a4d627c77b725fa29c0f8 -SIZE (rubygem/cucumber-html-formatter-18.0.0.gem) = 470016 +TIMESTAMP = 1649423964 +SHA256 (rubygem/cucumber-html-formatter-19.0.0.gem) = 5e0eb04fa2b69425d5c4b30e4e3a946d4e95d22b0252876af8e90a3bd4777b1d +SIZE (rubygem/cucumber-html-formatter-19.0.0.gem) = 657408 diff --git a/textproc/rubygem-cucumber-html-formatter/pkg-descr b/textproc/rubygem-cucumber-html-formatter/pkg-descr index 38092c98b95f..17bb859e994f 100644 --- a/textproc/rubygem-cucumber-html-formatter/pkg-descr +++ b/textproc/rubygem-cucumber-html-formatter/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