Date: Mon, 22 Jul 2024 04:10:13 GMT From: John Hixson <jhixson@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2868ead63c1e - main - sysutils/kubo-go: mark ipfs-go as a conflict Message-ID: <202407220410.46M4ADOk039614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407220410.46M4ADOk039614>