Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:11 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: 8c55f6d55353 - main - textproc/libebml: Add CPE information
Message-ID:  <202109102120.18ALKBk7009297@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=8c55f6d5535354504ab72cf05c8f6d8bebcd47f3

commit 8c55f6d5535354504ab72cf05c8f6d8bebcd47f3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:04:50 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:47 +0000

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

diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index fb615866f4c3..72967c72dfb2 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -11,8 +11,9 @@ COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL
 
-USES=		cmake compiler:c++11-lang tar:xz
+USES=		cmake compiler:c++11-lang cpe tar:xz
 USE_LDCONFIG=	yes
+CPE_VENDOR=	matroska
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES
 



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