Date: Sat, 25 Jun 2022 11:11:04 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: d8031f426048 - main - net/haproxy25: fix PKGBASE collision Message-ID: <202206251111.25PBB4V0059076@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=d8031f42604876e0fb1b01b81b9fc8b35cb89e4d commit d8031f42604876e0fb1b01b81b9fc8b35cb89e4d Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-06-25 11:10:36 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-06-25 11:10:54 +0000 net/haproxy25: fix PKGBASE collision --- net/haproxy25/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/haproxy25/Makefile b/net/haproxy25/Makefile index 82015612366b..d49958f2f602 100644 --- a/net/haproxy25/Makefile +++ b/net/haproxy25/Makefile @@ -3,6 +3,7 @@ PORTNAME= haproxy DISTVERSION= 2.5.7 CATEGORIES= net www +PKGNAMESUFFIX= 25 MASTER_SITES= http://www.haproxy.org/download/2.5/src/ MAINTAINER= demon@FreeBSD.org @@ -19,7 +20,7 @@ USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy -lua_PKGNAMESUFFIX= -lua +lua_PKGNAMESUFFIX= 25-lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206251111.25PBB4V0059076>