Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 20:30:07 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: 7f70060176ec - main - sysutils/go-wtf: Add CPE information
Message-ID:  <202109252030.18PKU7Sc056847@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=7f70060176ecdfc76c8fa5074a6bb10ccfd27581

commit 7f70060176ecdfc76c8fa5074a6bb10ccfd27581
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-25 20:23:46 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-25 20:29:00 +0000

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

diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile
index db62e52a3409..d73060244fa5 100644
--- a/sysutils/go-wtf/Makefile
+++ b/sysutils/go-wtf/Makefile
@@ -10,9 +10,11 @@ COMMENT=	Personal information dashboard for your terminal
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		go:modules
+USES=		cpe go:modules
 MASTER_SITES=	https://bitbucket.org/${GH_ACCOUNT}/${GH_PROJECT}/get/${GH_COMMIT}.tar.gz?dummy=/
 
+CPE_VENDOR=	wtfutil
+
 CONFLICTS=	wtf
 
 USE_GITHUB=	yes



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