summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-13 12:10:15 +0100
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-13 12:10:15 +0100
commita0556a10e1ce7bfec805d54da4d6968c8e897f0c (patch)
tree67d877ea6e4e9bab2372054446592db474d3be52
parentconverters/mpack: use ${PREFIX}/share/man (diff)
archivers/bzip3: Clarify licensing
PR: 276293 Reported by: dearblue@users.osdn.me
-rw-r--r--archivers/bzip3/Makefile8
1 files 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