git: e29332bfc531 - main - graphics/libjxl: chase LICENSE after 155610d50513

Jan Beich jbeich at FreeBSD.org
Mon Aug 2 17:21:09 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e29332bfc5317b47c7ccc31aa58f3e3719f9d1e4

commit e29332bfc5317b47c7ccc31aa58f3e3719f9d1e4
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-02 17:17:37 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-02 17:21:04 +0000

    graphics/libjxl: chase LICENSE after 155610d50513
    
    See https://github.com/libjxl/libjxl/commit/bdde644b94c1
---
 graphics/libjxl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 85f849aee223..73eb6850d46d 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -9,9 +9,9 @@ PATCHFILES+=	adb32f3f8f37.patch:-p1 # https://github.com/libjxl/libjxl/pull/193
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	JPEG XL reference encoder/decoder
 
-LICENSE=	APACHE20 BSD3CLAUSE ZLIB
+LICENSE=	BSD3CLAUSE ZLIB
 LICENSE_COMB=	multi
-LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/third_party/skcms/LICENSE
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
 LICENSE_FILE_ZLIB=	${WRKSRC}/third_party/lodepng/LICENSE
 
 LIB_DEPENDS=	libbrotlienc.so:archivers/brotli


More information about the dev-commits-ports-main mailing list