git: 3518f6edb53d - main - multimedia/svt-av1: chase LICENSE after b2302fb4a315
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jan 2022 19:12:25 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3518f6edb53d2ca54ba75ae9af1c087690a1dbab
commit 3518f6edb53d2ca54ba75ae9af1c087690a1dbab
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-22 19:11:44 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-22 19:12:15 +0000
multimedia/svt-av1: chase LICENSE after b2302fb4a315
---
multimedia/svt-av1/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/svt-av1/Makefile b/multimedia/svt-av1/Makefile
index 39b8d55c783d..57495df46fda 100644
--- a/multimedia/svt-av1/Makefile
+++ b/multimedia/svt-av1/Makefile
@@ -8,8 +8,8 @@ COMMENT= Scalable AV1 encoder
LICENSE= BSD2CLAUSE BSD3CLAUSE MIT
LICENSE_COMB= multi
-LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.md
-LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/third_party/fastfeat/LICENSE
+LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE-BSD2.md
+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.md
LICENSE_FILE_MIT= ${WRKSRC}/third_party/safestringlib/LICENSE
BROKEN_i386= https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1231