svn commit: r522858 - head/net/py-ldap0
Antoine Brodin
antoine at FreeBSD.org
Mon Jan 13 06:28:27 UTC 2020
Author: antoine
Date: Mon Jan 13 06:28:27 2020
New Revision: 522858
URL: https://svnweb.freebsd.org/changeset/ports/522858
Log:
Fix DEPENDS
Modified:
head/net/py-ldap0/Makefile
Modified: head/net/py-ldap0/Makefile
==============================================================================
--- head/net/py-ldap0/Makefile Mon Jan 13 06:06:08 2020 (r522857)
+++ head/net/py-ldap0/Makefile Mon Jan 13 06:28:27 2020 (r522858)
@@ -11,7 +11,7 @@ COMMENT= Module package for implementing LDAP clients
LICENSE= PSFL
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.5:devel/py-pyasn1-modules@${PY_FLAVOR} \
+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
More information about the svn-ports-all
mailing list