git: 4139a57ae28d - main - security/caldera: change RUN_DEP from net/haproxy24 to net/haproxy to unbreak index
Kurt Jaeger <[email protected]> Mon, 03 Aug 2026 18:25:59 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=4139a57ae28d339e878062a1dc4aa980b7641ce3 commit 4139a57ae28d339e878062a1dc4aa980b7641ce3 Author: Kurt Jaeger <[email protected]> AuthorDate: 2026-08-03 18:24:41 +0000 Commit: Kurt Jaeger <[email protected]> CommitDate: 2026-08-03 18:25:54 +0000 security/caldera: change RUN_DEP from net/haproxy24 to net/haproxy to unbreak index - Checked code, it's referenced only by a config and will probably work with every version of haproxy --- security/caldera/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/caldera/Makefile b/security/caldera/Makefile index aa2e6a29e9f3..a752b66926b4 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera DISTVERSION= 5.3.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= security python MAINTAINER= [email protected] @@ -94,7 +94,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ OPTIONS_DEFINE= HAPROXY OPTIONS_DEFAULT=HAPROXY HAPROXY_DESC= Support for HTTPS -HAPROXY_RUN_DEPENDS=haproxy24>0:net/haproxy24 +HAPROXY_RUN_DEPENDS=haproxy>0:net/haproxy NPM_BIN= ${LOCALBASE}/bin/npm