Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 17:24:55 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb94057ba24e - main - editors/libreoffice-i18n: force single licenses for metaport (+)
Message-ID:  <202209181724.28IHOtcX088226@gitrepo.freebsd.org>

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

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

commit cb94057ba24e51b6c9247df3a7c27667e69259d4
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-18 17:22:27 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-18 17:22:27 +0000

    editors/libreoffice-i18n: force single licenses for metaport (+)
    
    Since commit 2622703703e68725c5b753ada8f1d0f9837f0403
    metaports forced to use a single N/A license but not forces LICENSE_COMB
    
    Pointy hat to:  bapt
    Reported by:    VVD via irc
---
 editors/libreoffice-i18n/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile
index abf5c04cc15a..788d37c37d64 100644
--- a/editors/libreoffice-i18n/Makefile
+++ b/editors/libreoffice-i18n/Makefile
@@ -7,6 +7,8 @@ COMMENT=	Localized interface for libreoffice
 WWW=		https://www.libreoffice.org/
 
 USES=		metaport
+# metaport forces a single license
+LICENSE_COMB=	single
 
 LO_LANG_ALL=	af am ar as ast be bg bn bn_IN bo br brx bs ca ca_valencia ckb \
 		cs cy da de dgo dsb dz el en_GB en_ZA eo es et eu fa fi fr fur fy \



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