git: 72be9abe968e - main - security/caldera: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 21:36:25 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=72be9abe968edb6febe4d78b14f9dbefca5c43e7 commit 72be9abe968edb6febe4d78b14f9dbefca5c43e7 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-02-22 21:35:31 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-02-22 21:36:17 +0000 security/caldera: Fix typo - Bump PORTREVISION --- security/caldera/Makefile | 4 ++-- 1 file 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} \