Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:45:00 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: 106c3f15ac24 - main - multimedia/mediainfo: Add CPE information
Message-ID:  <202110081145.198Bj08F053971@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=106c3f15ac244098f05c44a07003926b159dbcaf

commit 106c3f15ac244098f05c44a07003926b159dbcaf
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:38:27 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:38:27 +0000

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

diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile
index 5ad53db8feb7..fe7c59231bcd 100644
--- a/multimedia/mediainfo/Makefile
+++ b/multimedia/mediainfo/Makefile
@@ -16,12 +16,14 @@ LICENSE_FILE=	${WRKSRC}/../../../License.html
 LIB_DEPENDS=	libmediainfo.so:multimedia/libmediainfo \
 		libzen.so:multimedia/libzen
 
-USES=		compiler:c++11-lang libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lang cpe libtool pathfix pkgconfig tar:xz
 
 GNU_CONFIGURE=	yes
 USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	mediaarea
+
 PLIST_FILES=	bin/mediainfo
 WRKSRC=		${WRKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI
 



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