git: 2868ead63c1e - main - sysutils/kubo-go: mark ipfs-go as a conflict

From: John Hixson <jhixson_at_FreeBSD.org>
Date: Mon, 22 Jul 2024 04:10:13 UTC
The branch main has been updated by jhixson:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2868ead63c1ef929a6c4c9e54f9daa271589e7c4

commit 2868ead63c1ef929a6c4c9e54f9daa271589e7c4
Author:     John Hixson <jhixson@FreeBSD.org>
AuthorDate: 2024-07-22 04:08:55 +0000
Commit:     John Hixson <jhixson@FreeBSD.org>
CommitDate: 2024-07-22 04:08:55 +0000

    sysutils/kubo-go: mark ipfs-go as a conflict
---
 sysutils/kubo-go/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile
index a4324bc7c5b9..8b66de6ecbf5 100644
--- a/sysutils/kubo-go/Makefile
+++ b/sysutils/kubo-go/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kubo
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.29.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-go
 
@@ -16,6 +16,8 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 
 USES=		cpe go:1.22,modules
 
+CONFLICTS_INSTALL?=	ipfs-go-*
+
 CPE_VENDOR=	protocol
 
 GO_MODULE=	github.com/ipfs/kubo