Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 17:52:20 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: cfea3f769207 - main - devel/wasi-compiler-rt: fix PKGBASE collision
Message-ID:  <202311211752.3ALHqKhq078130@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=cfea3f7692076641ba48f0d876fba7de49569f85

commit cfea3f7692076641ba48f0d876fba7de49569f85
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-11-21 17:52:04 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-11-21 17:52:04 +0000

    devel/wasi-compiler-rt: fix PKGBASE collision
---
 devel/wasi-compiler-rt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/wasi-compiler-rt/Makefile b/devel/wasi-compiler-rt/Makefile
index fee5f003ed9a..00289154f05e 100644
--- a/devel/wasi-compiler-rt/Makefile
+++ b/devel/wasi-compiler-rt/Makefile
@@ -20,6 +20,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 .if ${DISTVERSION} == 0
 IGNORE=		is a meta-port; there is nothing to build
+PKGNAMESUFFIX=	-master
 .endif
 
 BUILD_DEPENDS=	${WASI_SYSROOT}/include/stdarg.h:devel/wasi-libc



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