Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 22:55:40 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519581 - head/net/py-ldap3
Message-ID:  <201912082255.xB8Mte0v001948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Dec  8 22:55:40 2019
New Revision: 519581
URL: https://svnweb.freebsd.org/changeset/ports/519581

Log:
  net/py-ldap3: correct license
  
  Actual license for this port is GNU LESSER v3 according to [1]
  
  [1] https://ldap3.readthedocs.io/
  
  PR:		242496
  Submitted by:	ngie

Modified:
  head/net/py-ldap3/Makefile

Modified: head/net/py-ldap3/Makefile
==============================================================================
--- head/net/py-ldap3/Makefile	Sun Dec  8 22:49:11 2019	(r519580)
+++ head/net/py-ldap3/Makefile	Sun Dec  8 22:55:40 2019	(r519581)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ldap3
 PORTVERSION=	2.6
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,8 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rm@FreeBSD.org
 COMMENT=	Strictly RFC 4511 conforming LDAP V3 pure Python client
 
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING.txt
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR}
 



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