Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2021 19:20:02 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63ca5b11c925 - main - net/glusterfs: fix LICENSE, add LICENSE_FILEs
Message-ID:  <202109091920.189JK2ij019308@gitrepo.freebsd.org>

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

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

commit 63ca5b11c925d3f14f8f4838e0d6add3374b08e4
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-09-09 18:53:49 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-09-09 19:13:43 +0000

    net/glusterfs: fix LICENSE, add LICENSE_FILEs
    
    Approved by:    portmgr blanket
---
 net/glusterfs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile
index b4580b9fbb42..286b0cb4797e 100644
--- a/net/glusterfs/Makefile
+++ b/net/glusterfs/Makefile
@@ -6,8 +6,10 @@ MASTER_SITES=	http://bits.gluster.org/pub/gluster/glusterfs/src/
 MAINTAINER=	daniel@morante.net
 COMMENT=	GlusterFS distributed file system
 
-LICENSE=	GPLv2 LGPL3
+LICENSE=	GPLv2 LGPL3+
 LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING-GPLV2
+LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING-LGPLV3
 
 BROKEN_SSL=	libressl
 



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