Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 13:53:05 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: 62af13495903 - main - sysutils/consul: Add CPE information
Message-ID:  <202110131353.19DDr5nA031788@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=62af1349590346e6484259e0d6f86b9c97913543

commit 62af1349590346e6484259e0d6f86b9c97913543
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:50:42 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:52:57 +0000

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

diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index d1eb8909bbe4..c3280166485e 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Service discovery and configuration made easy
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	hashicorp
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	hashicorp



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