Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:13 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: 418024a76a8f - main - sysutils/qtpass: Add CPE information
Message-ID:  <202109211259.18LCxD6u068154@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=418024a76a8fdd8e6dfa64b9cf2edc0e2a4f49fd

commit 418024a76a8fdd8e6dfa64b9cf2edc0e2a4f49fd
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:25:37 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:58:01 +0000

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

diff --git a/sysutils/qtpass/Makefile b/sysutils/qtpass/Makefile
index 795c0836b8a9..14073ccc8b35 100644
--- a/sysutils/qtpass/Makefile
+++ b/sysutils/qtpass/Makefile
@@ -12,12 +12,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	pass:sysutils/password-store
 
-USES=		compiler:c++11-lang gl qmake:outsource qt:5 xorg
+USES=		compiler:c++11-lang cpe gl qmake:outsource qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	IJhack
 GH_PROJECT=	QtPass
 USE_GL=		gl
 USE_QT=		core gui network testlib widgets buildtools_build linguisttools_build
+CPE_VENDOR=	ijhack
 
 # Create a desktop entry for the port.
 DESKTOP_ENTRIES=	"QtPass" "" \



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