Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2023 18:57:07 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04026c8b3952 - main - net/haproxy2*: Add FIB support to multiple-profile smarts
Message-ID:  <202305231857.34NIv7La061898@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04026c8b3952d5c717b0fbaf6d58d9317614aa0d

commit 04026c8b3952d5c717b0fbaf6d58d9317614aa0d
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2023-05-23 18:54:21 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2023-05-23 18:54:21 +0000

    net/haproxy2*: Add FIB support to multiple-profile smarts
    
    - Bump PORTREVISION
    
    PR:             271585
    Approved by:    maintainer (demon@)
---
 net/haproxy20/Makefile         | 1 +
 net/haproxy20/files/haproxy.in | 1 +
 net/haproxy22/Makefile         | 1 +
 net/haproxy22/files/haproxy.in | 1 +
 net/haproxy24/Makefile         | 1 +
 net/haproxy24/files/haproxy.in | 1 +
 net/haproxy25/Makefile         | 1 +
 net/haproxy25/files/haproxy.in | 1 +
 net/haproxy26/Makefile         | 1 +
 net/haproxy26/files/haproxy.in | 1 +
 10 files changed, 10 insertions(+)

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
diff --git a/net/haproxy22/Makefile b/net/haproxy22/Makefile
index 32aa2de9f32a..507790a7a38a 100644
--- a/net/haproxy22/Makefile
+++ b/net/haproxy22/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.2.29
+PORTREVISION=	1
 CATEGORIES=	net www
 PKGNAMESUFFIX=	22
 MASTER_SITES=	http://www.haproxy.org/download/2.2/src/
diff --git a/net/haproxy22/files/haproxy.in b/net/haproxy22/files/haproxy.in
index e9eb2147c412..e13077b01dc3 100644
--- a/net/haproxy22/files/haproxy.in
+++ b/net/haproxy22/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
diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile
index cb9991337dd9..5783b1ee4f05 100644
--- a/net/haproxy24/Makefile
+++ b/net/haproxy24/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.4.22
+PORTREVISION=	1
 CATEGORIES=	net www
 PKGNAMESUFFIX=	24
 MASTER_SITES=	http://www.haproxy.org/download/2.4/src/
diff --git a/net/haproxy24/files/haproxy.in b/net/haproxy24/files/haproxy.in
index e9eb2147c412..e13077b01dc3 100644
--- a/net/haproxy24/files/haproxy.in
+++ b/net/haproxy24/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
diff --git a/net/haproxy25/Makefile b/net/haproxy25/Makefile
index 4f23b2c19e93..d98bb5f84baa 100644
--- a/net/haproxy25/Makefile
+++ b/net/haproxy25/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.5.14
+PORTREVISION=	1
 CATEGORIES=	net www
 PKGNAMESUFFIX=	25
 MASTER_SITES=	http://www.haproxy.org/download/2.5/src/
diff --git a/net/haproxy25/files/haproxy.in b/net/haproxy25/files/haproxy.in
index e9eb2147c412..e13077b01dc3 100644
--- a/net/haproxy25/files/haproxy.in
+++ b/net/haproxy25/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
diff --git a/net/haproxy26/Makefile b/net/haproxy26/Makefile
index 5804d3f3da0f..33f8f3d105ab 100644
--- a/net/haproxy26/Makefile
+++ b/net/haproxy26/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	haproxy
 DISTVERSION=	2.6.13
+PORTREVISION=	1
 CATEGORIES=	net www
 PKGNAMESUFFIX=	26
 MASTER_SITES=	http://www.haproxy.org/download/2.6/src/
diff --git a/net/haproxy26/files/haproxy.in b/net/haproxy26/files/haproxy.in
index e9eb2147c412..e13077b01dc3 100644
--- a/net/haproxy26/files/haproxy.in
+++ b/net/haproxy26/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305231857.34NIv7La061898>