[43890] trunk/dports/python/py-ldap
wsiegrist at apple.com
wsiegrist at apple.com
Tue Dec 16 10:30:17 PST 2008
Revision: 43890
http://trac.macports.org/changeset/43890
Author: wsiegrist at apple.com
Date: 2008-12-16 10:30:16 -0800 (Tue, 16 Dec 2008)
Log Message:
-----------
py-ldap version bump to 2.3.5
Modified Paths:
--------------
trunk/dports/python/py-ldap/Portfile
trunk/dports/python/py-ldap/files/patch-setup.cfg.diff
Modified: trunk/dports/python/py-ldap/Portfile
===================================================================
--- trunk/dports/python/py-ldap/Portfile 2008-12-16 17:52:07 UTC (rev 43889)
+++ trunk/dports/python/py-ldap/Portfile 2008-12-16 18:30:16 UTC (rev 43890)
@@ -4,8 +4,7 @@
PortGroup python24 1.0
name py-ldap
-version 2.0.8
-revision 1
+version 2.3.5
categories python
platforms darwin
maintainers nomaintainer
@@ -20,7 +19,9 @@
homepage http://python-ldap.sourceforge.net/
master_sites sourceforge:python-ldap
distname python-ldap-${version}
-checksums md5 69bf92673fba5c1965fdabcc98ea2941
+checksums md5 c9732621075edc65b54233fff21fe07c \
+ sha1 8a12233d8be09788b846ed180dcdd555ca83bf39 \
+ rmd160 f224664242a8cc3c655048594c9005fb6a4da0f7
patchfiles patch-setup.cfg.diff
depends_lib-append port:openldap port:openssl port:cyrus-sasl2
Modified: trunk/dports/python/py-ldap/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py-ldap/files/patch-setup.cfg.diff 2008-12-16 17:52:07 UTC (rev 43889)
+++ trunk/dports/python/py-ldap/files/patch-setup.cfg.diff 2008-12-16 18:30:16 UTC (rev 43890)
@@ -1,22 +1,15 @@
---- setup.cfg 2005-04-29 13:47:32.000000000 +0200
-+++ setup.cfg.new 2005-05-23 18:13:15.000000000 +0200
-@@ -6,8 +6,8 @@
- # Section for compiling the C extension module
- # for wrapping OpenLDAP 2 libs
-
--library_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/lib
--include_dirs = /opt/openldap-OPENLDAP_REL_ENG_2_2/include /usr/include/sasl
-+library_dirs = __LIBDIR__
-+include_dirs = __INCDIR__
-
+--- setup.cfg.orig 2008-12-12 18:29:21.000000000 -0800
++++ setup.cfg 2008-12-12 18:29:45.000000000 -0800
+@@ -1,9 +1,9 @@
+ [_ldap]
+ extra_objects =
extra_compile_args =
- extra_objects =
-@@ -16,7 +16,7 @@
- # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
- # This needs recent OpenLDAP 2.0.26+ or 2.1.3+ built with
- # ./configure --with-cyrus-sasl --with-tls
--libs = ldap_r lber ssl crypto sasl2
-+libs = __LIBS__
+-libs = ldap_r lber sasl2 ssl crypto
+-library_dirs = /usr/local/openldap-2.3/lib
+-include_dirs = /usr/local/openldap-2.3/include /usr/include/sasl
++libs = __LIBS__
++library_dirs = __LIBDIR__
++include_dirs = __INCDIR__
- [install]
- # Installation options
+ [egg_info]
+ tag_build =
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081216/e66b02bd/attachment-0001.html>
More information about the macports-changes
mailing list