git: 31dd51582656 - main - security/caldera: Add missing dependency (www/npm-node18)

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Tue, 20 Feb 2024 04:22:20 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31dd51582656229dfa0d564e573cec4842a90518

commit 31dd51582656229dfa0d564e573cec4842a90518
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-02-20 04:21:36 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-02-20 04:21:36 +0000

    security/caldera: Add missing dependency (www/npm-node18)
    
    - Bump PORTREVISION
    Reported by:    pkg-fallout
---
 security/caldera/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/caldera/Makefile b/security/caldera/Makefile
index 91015e2c905e..0af33f12e6bb 100644
--- a/security/caldera/Makefile
+++ b/security/caldera/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	caldera
 DISTVERSION=	5.0.0
+PORTREVISION=	1
 CATEGORIES=	security python
 
 MAINTAINER=	acm@FreeBSD.org
@@ -11,6 +12,7 @@ CONFLICTS=	caldera4
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILDS_DEPENDS=	npm-node18>0:www/npm-node18
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}aiohttp-jinja2>0:www/py-aiohttp-jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}aiohttp-session>0:www/py-aiohttp-session@${PY_FLAVOR} \