Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:10 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93fce8476e32 - main - sysutils/ipfs-go: Add CPE information
Message-ID:  <202109211259.18LCxACo068100@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93fce8476e32b3187daf8abb8925a294d86e9a00

commit 93fce8476e32b3187daf8abb8925a294d86e9a00
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:24:02 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:58:00 +0000

    sysutils/ipfs-go: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/ipfs-go/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile
index a343a02b0a58..36532b538a04 100644
--- a/sysutils/ipfs-go/Makefile
+++ b/sysutils/ipfs-go/Makefile
@@ -17,7 +17,9 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 
 ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
-USES=		go:modules
+USES=		cpe go:modules
+
+CPE_VENDOR=	protocol
 
 GO_TARGET=	./cmd/ipfs:ipfs-go
 



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