Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:57:30 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: 8629d5233603 - main - net/mosquitto: Add CPE information
Message-ID:  <202110081157.198BvUbQ067628@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=8629d5233603055ab0e802f750908eb39d76564c

commit 8629d5233603055ab0e802f750908eb39d76564c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:49:48 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:49:48 +0000

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

diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 3eb41683cd24..ffde88c40b68 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -17,10 +17,11 @@ LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		libcjson.so:devel/libcjson
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		cmake ssl
+USES=		cmake cpe ssl
 USE_RC_SUBR=	mosquitto
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DCMAKE_LIBDATADIR:PATH="${PREFIX}/libdata"
+CPE_VENDOR=	eclipse
 
 USERS=		nobody
 



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