Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C5B7B1A9217 for ; Wed, 13 Jan 2021 09:55:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 089D4850E4; Wed, 13 Jan 2021 09:55:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41E1184CE2 for ; Wed, 13 Jan 2021 09:55:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vjM-kdcp2FLX for ; Wed, 13 Jan 2021 09:55:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9263784DBC for ; Wed, 13 Jan 2021 09:55:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DDD6FA9D; Wed, 13 Jan 2021 09:55:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161053174235380" MIME-Version: 1.0 Date: Wed, 13 Jan 2021 09:55:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/databases/py-ldap To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210113095542.7DDD6FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161053174235380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_161053174235380 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_161053174235380--