aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy20
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2023-05-23 18:54:21 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2023-05-23 18:54:21 +0000
commit04026c8b3952d5c717b0fbaf6d58d9317614aa0d (patch)
treecfa91608ceaccd902fb37758d9681dcc01aba3a3 /net/haproxy20
parent789a78c3239b466f19d3d04c7d6dec003d707837 (diff)
downloadports-04026c8b3952d5c717b0fbaf6d58d9317614aa0d.tar.gz
ports-04026c8b3952d5c717b0fbaf6d58d9317614aa0d.zip
Diffstat (limited to 'net/haproxy20')
-rw-r--r--net/haproxy20/Makefile1
-rw-r--r--net/haproxy20/files/haproxy.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile
index cb76e0ebd448..4880c648dfbc 100644
--- a/net/haproxy20/Makefile
+++ b/net/haproxy20/Makefile
@@ -1,5 +1,6 @@
PORTNAME= haproxy
DISTVERSION= 2.0.31
+PORTREVISION= 1
CATEGORIES= net www
PKGNAMESUFFIX= 20
MASTER_SITES= http://www.haproxy.org/download/2.0/src/
diff --git a/net/haproxy20/files/haproxy.in b/net/haproxy20/files/haproxy.in
index e9eb2147c412..e13077b01dc3 100644
--- a/net/haproxy20/files/haproxy.in
+++ b/net/haproxy20/files/haproxy.in
@@ -75,6 +75,7 @@ if [ -n "$2" ]; then
exit 1
fi
eval haproxy_config="\${haproxy_${profile}_config:-%%PREFIX%%/etc/haproxy-${profile}.conf}"
+ eval haproxy_fib="\${haproxy_${profile}_fib:${haproxy_fib}}"
eval pidfile="\${haproxy_${profile}_pidfile:-/var/run/haproxy-${profile}.pid}"
else
if [ "x${haproxy_profiles}" != "x" -a "x$1" != "x" ]; then