Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2022 15:24:35 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b14535092ab - main - net/haproxy24: fix PKGBASE collision
Message-ID:  <202201121524.20CFOZgu024895@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b14535092aba7a0201a90da2be4da8cfcacf61a

commit 7b14535092aba7a0201a90da2be4da8cfcacf61a
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-01-12 15:23:37 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-01-12 15:23:37 +0000

    net/haproxy24: fix PKGBASE collision
---
 net/haproxy24/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile
index 5126018dea37..55de142a40ba 100644
--- a/net/haproxy24/Makefile
+++ b/net/haproxy24/Makefile
@@ -17,7 +17,7 @@ FLAVOR?=	${FLAVORS:[1]}
 
 default_CONFLICTS_INSTALL=	haproxy-lua
 lua_CONFLICTS_INSTALL=		haproxy
-lua_PKGNAMESUFFIX=		-lua
+lua_PKGNAMESUFFIX=		24-lua
 
 CONFLICTS_INSTALL=	haproxy-devel haproxy17 haproxy18 haproxy19 haproxy20 haproxy21
 



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