pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-ldap
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 13 09:55:42 UTC 2021
Modified Files:
pkgsrc/databases/py-ldap: Makefile
Log Message:
py-ldap: Require a version of openldap-client that has openldap.h
Might help with PR pkg/55902.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/databases/py-ldap/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-ldap/Makefile
diff -u pkgsrc/databases/py-ldap/Makefile:1.87 pkgsrc/databases/py-ldap/Makefile:1.88
--- pkgsrc/databases/py-ldap/Makefile:1.87 Tue Jul 7 05:29:04 2020
+++ pkgsrc/databases/py-ldap/Makefile Wed Jan 13 09:55:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/07/07 05:29:04 adam Exp $
+# $NetBSD: Makefile,v 1.88 2021/01/13 09:55:42 nia Exp $
DISTNAME= python-ldap-3.3.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -17,6 +17,7 @@ TEST_ENV+= BIN=${PREFIX}/bin
TEST_ENV+= SBIN=${PREFIX}/sbin
TEST_ENV+= SLAPD=${PREFIX}/libexec/slapd
+BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.48
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/cyrus-sasl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index