Skip to content

Commit

Permalink
security/caldera-ot: Add BUILD_DEPENDS entries
Browse files Browse the repository at this point in the history
- Add some BUILD_DEPENDS from RUN_DEPENDS. It is necessary for generate right
  modbus and profinet payload files
- Bump PORTREVISION
  • Loading branch information
alonsobsd committed Feb 19, 2024
1 parent c5779ac commit b82f9a0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions security/caldera-ot/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= caldera-ot
DISTVERSION= 4.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= security python

MAINTAINER= acm@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit b82f9a0

Please sign in to comment.