git: c7f483b68d6c - main - Revert "multimedia/makemkv: fix typo in assignment"
Rene Ladan
rene at FreeBSD.org
Sat May 15 13:26:14 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c7f483b68d6cf8107b6102dcb7c59c154dd81539
commit c7f483b68d6cf8107b6102dcb7c59c154dd81539
Author: Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-05-15 13:24:21 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-05-15 13:24:21 +0000
Revert "multimedia/makemkv: fix typo in assignment"
As tobik points out, there was no typo:
- the license for ffmpeg is "LGPL21+" , not "LGPL21"
- the space is there to distinguish the assignment operator
from the append operator.
This reverts commit ccd9394dc57170504aafd487f47d0680d752677d.
---
multimedia/makemkv/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multimedia/makemkv/Makefile b/multimedia/makemkv/Makefile
index 32638cdaeb4b..26db9a0ef3f1 100644
--- a/multimedia/makemkv/Makefile
+++ b/multimedia/makemkv/Makefile
@@ -32,7 +32,7 @@ LICENSE_PERMS_MAKEMKV= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
LICENSE_PERMS_FDK= dist-mirror no-dist-sell pkg-mirror no-pkg-sell \
auto-accept
LICENSE_DISTFILES_FDK= fdk-aac-${FDKAACVERSION}.tar.gz
-LICENSE_DISTFILES_LGPL21+= ffmpeg-${FFMPEGVERSION}.tar.bz2
+LICENSE_DISTFILES_LGPL21+ = ffmpeg-${FFMPEGVERSION}.tar.bz2
LICENSE_DISTFILES_OpenSSL= openssl-${OPENSSLFULLVER}.tar.gz
LICENSE_DISTFILES_MAKEMKV= makemkv-bin-${PORTVERSION}.tar.gz \
makemkv-oss-${PORTVERSION}.tar.gz
More information about the dev-commits-ports-all
mailing list