git: 56b06da61db3 - main - textproc/rubygem-html-proofer: Add PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 08:18:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56b06da61db3d10a4db767b0e7090712a908058e
commit 56b06da61db3d10a4db767b0e7090712a908058e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:13:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 08:13:21 +0000
textproc/rubygem-html-proofer: Add PORTSCOUT
---
textproc/rubygem-html-proofer/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/textproc/rubygem-html-proofer/Makefile b/textproc/rubygem-html-proofer/Makefile
index 29d8e2805a7b..2742bb41a285 100644
--- a/textproc/rubygem-html-proofer/Makefile
+++ b/textproc/rubygem-html-proofer/Makefile
@@ -25,4 +25,8 @@ NO_ARCH= yes
PLIST_FILES= bin/htmlproofer
+# html-proofer 5+ requires async 2.1.0+ which requires Ruby 3.1+
+# Update to 5.* after Ruby 3.1 becomes the default version
+PORTSCOUT= limit:^4\.
+
.include <bsd.port.mk>