Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 12:37:16 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: 183a1a9edd49 - main - security/olm: Add CPE information
Message-ID:  <202112211237.1BLCbGTG046460@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=183a1a9edd495d2eccf3eaabd9f40f4f6e69a987

commit 183a1a9edd495d2eccf3eaabd9f40f4f6e69a987
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-21 12:11:20 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-21 12:30:04 +0000

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

diff --git a/security/olm/Makefile b/security/olm/Makefile
index 5d67f6577409..aef41f280574 100644
--- a/security/olm/Makefile
+++ b/security/olm/Makefile
@@ -10,7 +10,9 @@ COMMENT=	Double Ratchet cryptographic ratchet in C++
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++11-lang \
+USES=		cmake compiler:c++11-lang cpe \
 		localbase:ldflags tar:bz2
 
+CPE_VENDOR=	matrix
+
 .include <bsd.port.mk>



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