Update to python-ldap 2.2.0.

This commit is contained in:
mbalmer 2006-11-16 10:09:56 +00:00
parent 3a8bbd69f1
commit 455b8a5d85
4 changed files with 16 additions and 23 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2006/08/01 22:19:46 espie Exp $
# $OpenBSD: Makefile,v 1.12 2006/11/16 10:09:56 mbalmer Exp $
SHARED_ONLY= Yes
COMMENT= "LDAP client API for Python"
DISTNAME= python-ldap-2.0.10
PKGNAME= ${DISTNAME:S/python/py/}p0
DISTNAME= python-ldap-2.2.0
CATEGORIES= databases
HOMEPAGE= http://python-ldap.sourceforge.net/

View File

@ -1,4 +1,4 @@
MD5 (python-ldap-2.0.10.tar.gz) = 6bae44766e9d7e0b03a1ea5efb5a4382
RMD160 (python-ldap-2.0.10.tar.gz) = 6c6e39c782812bdecf3f7325022f7aa78d9f9ff6
SHA1 (python-ldap-2.0.10.tar.gz) = 268dd0a8815080a84d4f410577873b4051da2a27
SIZE (python-ldap-2.0.10.tar.gz) = 80655
MD5 (python-ldap-2.2.0.tar.gz) = f17b02ef1dc6ab12d819bfef9c036627
RMD160 (python-ldap-2.2.0.tar.gz) = d0dc7f3852dc980b032e24bb89b6f7687d562412
SHA1 (python-ldap-2.2.0.tar.gz) = bc25275af4690b7438728787bd429e249e428260
SIZE (python-ldap-2.2.0.tar.gz) = 70993

View File

@ -1,11 +1,13 @@
--- setup.cfg.orig Fri Sep 23 13:49:19 2005
+++ setup.cfg Fri Sep 23 13:50:10 2005
@@ -7,8 +7,6 @@
--- setup.cfg.orig Thu Nov 16 11:00:19 2006
+++ setup.cfg Thu Nov 16 11:02:19 2006
@@ -7,8 +7,8 @@
# for wrapping OpenLDAP 2 libs
[_ldap]
-library_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_3/lib /opt/sasl/lib
-include_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_3/include /opt/sasl/include/sasl /usr/include/sasl
#library_dirs = /opt/openldap-HEAD/lib /opt/sasl/lib
#include_dirs = /opt/openldap-HEAD/include /opt/sasl/include/sasl /usr/include/sasl
-library_dirs = /usr/local/openldap-REL_ENG_2_1/lib /usr/local/cyrus-sasl/lib
-include_dirs = /usr/local/openldap-REL_ENG_2_1/include /usr/local/cyrus-sasl/include
+library_dirs = /usr/local/lib /usr/local/lib/sasl2/lib
+include_dirs = /usr/local/include /usr/local/include/sasl
extra_compile_args =
extra_objects =

View File

@ -1,6 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2005/09/23 11:59:02 mbalmer Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
@comment $OpenBSD: PLIST,v 1.8 2006/11/16 10:09:56 mbalmer Exp $
lib/python${MODPY_VERSION}/site-packages/_ldap.so
lib/python${MODPY_VERSION}/site-packages/dsml.py
lib/python${MODPY_VERSION}/site-packages/dsml.pyc
@ -60,19 +58,13 @@ share/examples/py-ldap/Demo/
share/examples/py-ldap/Demo/Lib/
share/examples/py-ldap/Demo/Lib/ldap/
share/examples/py-ldap/Demo/Lib/ldap/res/
share/examples/py-ldap/Demo/Lib/ldap/res/deltree.py
share/examples/py-ldap/Demo/Lib/ldap/res/ldifwriter.py
share/examples/py-ldap/Demo/Lib/ldap/res/sizelimit.py
share/examples/py-ldap/Demo/Lib/ldapurl/
share/examples/py-ldap/Demo/Lib/ldapurl/urlsearch.py
share/examples/py-ldap/Demo/Lib/ldif/
share/examples/py-ldap/Demo/Lib/ldif/filterldif.py
share/examples/py-ldap/Demo/Lib/ldif/ldifcopy.py
share/examples/py-ldap/Demo/dn_search.py
share/examples/py-ldap/Demo/initialize.py
share/examples/py-ldap/Demo/ldapcontrols.py
share/examples/py-ldap/Demo/options.py
share/examples/py-ldap/Demo/page_control.py
share/examples/py-ldap/Demo/passwd_ext_op.py
share/examples/py-ldap/Demo/pickle_ldapobject.py
share/examples/py-ldap/Demo/reconnect.py