From 7a06be0b80cde0927d60ef3df96c6077386e5963 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 23 Jun 2025 09:22:15 +0200 Subject: net/haproxy30: fix pkgname conflict Each flavor are supposed to get the same suffix as the main port, so apply the right suffix to wolfssl haproxy-wolfssl -> haproxy30-wolfssl --- net/haproxy30/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/haproxy30/Makefile b/net/haproxy30/Makefile index 3535f05cd8f8..02bc29f7eb97 100644 --- a/net/haproxy30/Makefile +++ b/net/haproxy30/Makefile @@ -19,9 +19,9 @@ USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua haproxy-wolfssl lua_CONFLICTS_INSTALL= haproxy-devel haproxy-wolfssl -lua_PKGNAMESUFFIX= 30-lua +lua_PKGNAMESUFFIX:= 30-lua wolfssl_CONFLICTS_INSTALL= haproxy-devel haproxy-lua -wolfssl_PKGNAMESUFFIX= -wolfssl +wolfssl_PKGNAMESUFFIX= 30-wolfssl CONFLICTS_INSTALL= haproxy haproxy24 haproxy26 haproxy28 -- cgit v1.2.3