git: 106c3f15ac24 - main - multimedia/mediainfo: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:45:00 UTC
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