git: 91abaabd197b - main - security/whatweb: add missing run dependency

From: Tilman Keskinoz <arved_at_FreeBSD.org>
Date: Sun, 05 May 2024 16:57:42 UTC
The branch main has been updated by arved:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91abaabd197bc70c1cfa92ca1f6c78936687b8a4

commit 91abaabd197bc70c1cfa92ca1f6c78936687b8a4
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2024-05-05 16:55:42 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2024-05-05 16:57:16 +0000

    security/whatweb: add missing run dependency
    
    PR:             278502
    Reported by:    runtomaker@gmail.com
    Submitted by:   maintainer
---
 security/whatweb/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile
index 22ac4cc1ea86..45f365ff1e75 100644
--- a/security/whatweb/Makefile
+++ b/security/whatweb/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	whatweb
 DISTVERSION=	0.5.5-${GH_TAGNAME}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security www
 
 MAINTAINER=	jamie@catflap.org
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_TUPLE=	urbanadventurer:WhatWeb:1b35169
 
-RUN_DEPENDS=	rubygem-public_suffix>0:dns/rubygem-public_suffix \
+RUN_DEPENDS=	rubygem-json>=0:devel/rubygem-json \
+		rubygem-public_suffix>0:dns/rubygem-public_suffix \
 		rubygem-ipaddr>0:net/rubygem-ipaddr \
 		rubygem-addressable>0:www/rubygem-addressable