summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-06-06 15:47:09 +0000
committerRene Ladan <rene@FreeBSD.org>2018-06-06 15:47:09 +0000
commitfd8a4a64dab17e85a84c45cfc64d78516b695734 (patch)
tree1b37fe9e4e5427d16c3abe7595c514b4ccfbf898
parentgraphics/darktable: Update to 2.4.4 (diff)
Remove expired port:
2018-06-02 net/py-pyldap: This code has merged back to python-ldap. Please use net/py-ldap instead
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-pyldap/Makefile40
-rw-r--r--net/py-pyldap/distinfo3
-rw-r--r--net/py-pyldap/pkg-descr9
5 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index 5458a43ab8b9..350e6e21b76c 100644
--- a/MOVED
+++ b/MOVED
@@ -10224,3 +10224,4 @@ www/node4|www/node|2018-06-01|Has expired: Node.js v4.x reaches end-of-life on 2
net/frr|net/frr4|2018-06-02|Will introduce multiple versions of frr
lang/perl5.22|lang/perl5.26|2018-06-02|Has expired: Support ends three years after .0 release, please upgrade to a more recent version of Perl
lang/sdcc-devel|lang/sdcc|2018-06-06|No longer useful.
+net/py-pyldap|net/py-ldap|2018-06-06|Has expired: This code has merged back to python-ldap. Please use net/py-ldap instead
diff --git a/net/Makefile b/net/Makefile
index e1bd7476a0f5..c3e3afcdd3e3 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1091,7 +1091,6 @@
SUBDIR += py-port-for
SUBDIR += py-portend
SUBDIR += py-pygeoip
- SUBDIR += py-pyldap
SUBDIR += py-pynmsg
SUBDIR += py-pynsq
SUBDIR += py-pypcap
diff --git a/net/py-pyldap/Makefile b/net/py-pyldap/Makefile
deleted file mode 100644
index 2712d67ccdcc..000000000000
--- a/net/py-pyldap/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pyldap
-PORTVERSION= 2.4.45
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-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}
-
-CONFLICTS_INSTALL= py27-ldap
-USES= python
-USE_PYTHON= autoplist distutils
-USE_OPENLDAP= yes
-WANT_OPENLDAP_VER= 24
-
-OPTIONS_DEFINE= SASL
-
-SASL_VARS= WANT_OPENLDAP_SASL=yes
-SASL_CONFLICTS= openldap24-client-2.*
-
-do-configure:
- @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/setup.cfg
-
-do-configure-SASL-off:
- @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q setopt -c _ldap -s HAVE_TLS -o defines
- @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q saveopts
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ldap.so
-
-.include <bsd.port.mk>
diff --git a/net/py-pyldap/distinfo b/net/py-pyldap/distinfo
deleted file mode 100644
index 97d5e2fecc6f..000000000000
--- a/net/py-pyldap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1516651370
-SHA256 (pyldap-2.4.45.tar.gz) = 064ec1ec7db9ff3b941d83f94bacbe896be944951db548d774ad9cafdafd7887
-SIZE (pyldap-2.4.45.tar.gz) = 304477
diff --git a/net/py-pyldap/pkg-descr b/net/py-pyldap/pkg-descr
deleted file mode 100644
index 7c87b6b47f85..000000000000
--- a/net/py-pyldap/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Python modules for implementing LDAP clients
-
-pyldap is a fork of python-ldap, and provides an object-oriented API to access
-LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
-libs for that purpose. Additionally the package contains modules for other
-LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3
-extended operations and controls, etc.).
-
-WWW: https://github.com/pyldap/pyldap/