aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-02-22 21:35:31 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-02-22 21:36:17 +0000
commit72be9abe968edb6febe4d78b14f9dbefca5c43e7 (patch)
treeba520afb3bf0ee37330067650e1a45c891feee97
parent0f45a09b35c344f6de846aee2fae23c14fad73cf (diff)
downloadports-72be9abe968edb6febe4d78b14f9dbefca5c43e7.tar.gz
ports-72be9abe968edb6febe4d78b14f9dbefca5c43e7.zip
security/caldera: Fix typo
- Bump PORTREVISION
-rw-r--r--security/caldera/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/caldera/Makefile b/security/caldera/Makefile
index 0af33f12e6bb..44eb12f88e87 100644
--- a/security/caldera/Makefile
+++ b/security/caldera/Makefile
@@ -1,6 +1,6 @@
PORTNAME= caldera
DISTVERSION= 5.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MAINTAINER= acm@FreeBSD.org
@@ -12,7 +12,7 @@ CONFLICTS= caldera4
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILDS_DEPENDS= npm-node18>0:www/npm-node18
+BUILD_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} \