svn commit: r519581 - head/net/py-ldap3

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Dec 8 22:55:41 UTC 2019


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 at 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}
 


More information about the svn-ports-head mailing list