diff options
author | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:31:01 -0700 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2021-08-01 01:32:35 -0700 |
commit | 974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70 (patch) | |
tree | b859452da4f6b6583b7d951258145569954d1c63 /net/py-ldap0/Makefile | |
parent | www/pmwiki: Update to 2.2.141 (diff) |
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
Diffstat (limited to 'net/py-ldap0/Makefile')
-rw-r--r-- | net/py-ldap0/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/py-ldap0/Makefile b/net/py-ldap0/Makefile index 7bc6b26b7c19..c003e7606a03 100644 --- a/net/py-ldap0/Makefile +++ b/net/py-ldap0/Makefile @@ -1,5 +1,6 @@ PORTNAME= ldap0 PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,6 @@ LICENSE= PSFL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.5:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.5:devel/py-pyasn1-modules@${PY_FLAVOR} -# OpenLDAP needs SASL option enabled # Cyrus needs PLAIN / CRAM-MD5 / DIGEST-MD5 enabled TEST_DEPENDS= ${LOCALBASE}/libexec/slapd:net/openldap24-server @@ -24,8 +24,6 @@ GL_ACCOUNT= ae-dir GL_PROJECT= python-ldap0 GL_COMMIT= 1bf10aa9ad4ab7755e02c9f74cfa9ad7b4368d34 -WANT_OPENLDAP_SASL= yes - PYDISTUTILS_BUILD_TARGET= build_ext PYDISTUTILS_BUILDARGS+= --inplace |