Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 13:42:16 +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: r468839 - head/net/py-pyldap
Message-ID:  <201805021342.w42DgGlM057501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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