Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2021 20:47:33 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: 76474f8b1e19 - main - sysutils/barrier: Add CPE information
Message-ID:  <202112132047.1BDKlXt7091306@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=76474f8b1e198985d861224d0dd453b80abac52d

commit 76474f8b1e198985d861224d0dd453b80abac52d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-13 20:40:51 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-13 20:47:16 +0000

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

diff --git a/sysutils/barrier/Makefile b/sysutils/barrier/Makefile
index f8fdafdd26ea..bd125e695a60 100644
--- a/sysutils/barrier/Makefile
+++ b/sysutils/barrier/Makefile
@@ -9,10 +9,11 @@ COMMENT=	Mouse and keyboard sharing utility
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl xorg
+USES=		cmake compiler:c++14-lang cpe localbase:ldflags pkgconfig ssl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	debauchee
 USE_XORG=	ice sm x11 xext xi xinerama xrandr xtst
+CPE_VENDOR=	barrier_project
 
 CMAKE_ARGS=	-DBARRIER_BUILD_DATE=00000000
 



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