Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:33:56 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9c3b22b4f0d - main - net-p2p/go-ethereum: Add CPE information
Message-ID:  <202110231933.19NJXuAE015154@gitrepo.freebsd.org>

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

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

commit d9c3b22b4f0d0cf6cd345b80bb17568466493408
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:33:42 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:33:42 +0000

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

diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile
index c0391d0d7739..8a8b1a7ff069 100644
--- a/net-p2p/go-ethereum/Makefile
+++ b/net-p2p/go-ethereum/Makefile
@@ -11,7 +11,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libiconv.so:converters/libiconv
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	ethereum
+CPE_PRODUCT=	go_ethereum
 
 OPTIONS_DEFINE=	DEVTOOLS
 OPTIONS_SUB=	yes



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