git: b9c33a3486a6 - main - textproc/rubygem-cucumber-html-formatter22: Update RUN_DEPENDS and PLIST_FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jul 2026 13:45:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9c33a3486a6e1198bbf32321fdade18bf78c47b
commit b9c33a3486a6e1198bbf32321fdade18bf78c47b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:06:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:33:49 +0000
textproc/rubygem-cucumber-html-formatter22: Update RUN_DEPENDS and PLIST_FILES
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages32
- Do not install bin/cucumber-html-formatter
- Bump PORTREVISION for dependency and package change
---
textproc/rubygem-cucumber-html-formatter22/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/textproc/rubygem-cucumber-html-formatter22/Makefile b/textproc/rubygem-cucumber-html-formatter22/Makefile
index 01a6b361d157..cdff7578a53e 100644
--- a/textproc/rubygem-cucumber-html-formatter22/Makefile
+++ b/textproc/rubygem-cucumber-html-formatter22/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cucumber-html-formatter
PORTVERSION= 22.3.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22
@@ -10,14 +11,15 @@ WWW= https://github.com/cucumber/html-formatter
LICENSE= MIT
-RUN_DEPENDS= rubygem-cucumber-messages>=23<33:devel/rubygem-cucumber-messages
+RUN_DEPENDS= rubygem-cucumber-messages32>=23<33:devel/rubygem-cucumber-messages32
USES= gem
NO_ARCH= yes
-PLIST_FILES= bin/cucumber-html-formatter
-
PORTSCOUT= limit:^22\.
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/cucumber-html-formatter
+
.include <bsd.port.mk>