Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 11:10:20 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0556a10e1ce - main - archivers/bzip3: Clarify licensing
Message-ID:  <202401131110.40DBAKgY045831@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

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

commit a0556a10e1ce7bfec805d54da4d6968c8e897f0c
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-13 11:10:15 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-13 11:10:15 +0000

    archivers/bzip3: Clarify licensing
    
    PR:             276293
    Reported by:    dearblue@users.osdn.me
---
 archivers/bzip3/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile
index bad5f1530837..974f2ea9902a 100644
--- a/archivers/bzip3/Makefile
+++ b/archivers/bzip3/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bzip3
 DISTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/kspalaiologos/${PORTNAME}/releases/download/${DISTVERSION}/
 
@@ -8,8 +8,10 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Better and stronger spiritual successor to BZip2
 WWW=		https://github.com/kspalaiologos/bzip3
 
-LICENSE=	LGPL3
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	APACHE20 BSD2CLAUSE LGPL3+
+LICENSE_COMB=	multi
+LICENSE_FILE_APACHE20=	${WRKSRC}/libsais-LICENSE
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/LICENSE
 
 USES=		cmake pathfix tar:xz
 USE_LDCONFIG=	yes



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