Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 17:23:45 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0d342569d3d3 - 2021Q3 - graphics/libjxl: chase LICENSE after 155610d50513
Message-ID:  <202108021723.172HNjq5059325@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich:

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

commit 0d342569d3d388f500af8b303098cd4da236c459
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-02 17:17:37 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-02 17:21:17 +0000

    graphics/libjxl: chase LICENSE after 155610d50513
    
    See https://github.com/libjxl/libjxl/commit/bdde644b94c1
    
    (cherry picked from commit e29332bfc5317b47c7ccc31aa58f3e3719f9d1e4)
---
 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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021723.172HNjq5059325>