svn commit: r468839 - head/net/py-pyldap

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed May 2 13:42:17 UTC 2018


Author: rm
Date: Wed May  2 13:42:16 2018
New Revision: 468839
URL: https://svnweb.freebsd.org/changeset/ports/468839

Log:
  net/py-pyldap: mark deprecated
  
  This fork code base has been merged back to python-ldap, so this port is no more
  needed. Users (if any) should switch to net/py-ldap instead. Mark DEPRECATED and
  set to expire in one month.

Modified:
  head/net/py-pyldap/Makefile

Modified: head/net/py-pyldap/Makefile
==============================================================================
--- head/net/py-pyldap/Makefile	Wed May  2 13:37:39 2018	(r468838)
+++ head/net/py-pyldap/Makefile	Wed May  2 13:42:16 2018	(r468839)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rm at FreeBSD.org
 COMMENT=	Fork of python-ldap with Python 3 support
 
+DEPRECATED=	This code has merged back to python-ldap. Please use net/py-ldap instead
+EXPIRATION_DATE=	2018-06-02
+
 LICENSE=	PSFL
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${FLAVOR}


More information about the svn-ports-all mailing list