Date: Mon, 14 Nov 2022 09:54:16 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4b37de1e2ffe - main - multimedia/mpv: define LICENSE_FILE to avoid stub Message-ID: <202211140954.2AE9sG7c012169@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b37de1e2ffe7f7cb3c6c9d0097d2125d042d6cb commit 4b37de1e2ffe7f7cb3c6c9d0097d2125d042d6cb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-11-14 09:50:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-11-14 09:50:31 +0000 multimedia/mpv: define LICENSE_FILE to avoid stub "or later" versions are treated as separate licenses thus not found under /usr/ports/Templates/Licenses/. --- multimedia/mpv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 8c9ce08ecc0f..7509c9de118a 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -11,6 +11,8 @@ WWW= https://mpv.io LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL +LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL BUILD_DEPENDS= ffmpeg>=4.0.2,1:multimedia/ffmpeg LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211140954.2AE9sG7c012169>