git: 63ca5b11c925 - main - net/glusterfs: fix LICENSE, add LICENSE_FILEs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 9 19:20:03 UTC 2021


The branch main has been updated by amdmi3:

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

commit 63ca5b11c925d3f14f8f4838e0d6add3374b08e4
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-09-09 18:53:49 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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 at 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
 


More information about the dev-commits-ports-all mailing list