Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 18:25:59 +0000
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4139a57ae28d - main - security/caldera: change RUN_DEP from net/haproxy24 to net/haproxy to unbreak index
Message-ID:  <6a70dd37.1f585.462be7bb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4139a57ae28d339e878062a1dc4aa980b7641ce3

commit 4139a57ae28d339e878062a1dc4aa980b7641ce3
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2026-08-03 18:24:41 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
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=	acm@FreeBSD.org
@@ -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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a70dd37.1f585.462be7bb>