diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-02-19 05:08:31 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-02-19 05:08:31 +0000 |
commit | b82f9a0d9087b9f3fa135fb807c49e5960a38473 (patch) | |
tree | e4ba68f9c5e3962d04c84326571b3b7367cff41b | |
parent | c5779ac034468d5d8dd27ab9712c3df320a87ecb (diff) | |
download | ports-b82f9a0d9087b9f3fa135fb807c49e5960a38473.tar.gz ports-b82f9a0d9087b9f3fa135fb807c49e5960a38473.zip |
-rw-r--r-- | security/caldera-ot/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index 52b562709bc9..49b40c405c05 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot DISTVERSION= 4.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org @@ -14,13 +14,18 @@ BUILD_DEPENDS= bacnet-stack>0:devel/bacnet-stack \ cmake:devel/cmake-core \ nuitka3:devel/nuitka \ argtable3>0:devel/argtable3 \ - libiec61850>0:devel/libiec61850 + libiec61850>0:devel/libiec61850 \ + ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pymodbus>0:comms/py-pymodbus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pnio-dcp>0:devel/py-pnio-dcp@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymodbus>0:comms/py-pymodbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pnio-dcp>0:devel/py-pnio-dcp@${PY_FLAVOR} \ - caldera4>0:security/caldera4 + caldera4>=4.2.0:security/caldera4 USE_GITHUB= yes GH_ACCOUNT= mitre |