[60562] trunk/dports/python/py26-ldap

macsforever2000 at macports.org macsforever2000 at macports.org
Sun Nov 15 14:47:22 PST 2009


Revision: 60562
          http://trac.macports.org/changeset/60562
Author:   macsforever2000 at macports.org
Date:     2009-11-15 14:47:16 -0800 (Sun, 15 Nov 2009)
Log Message:
-----------
Update to version 2.3.10. Add mdippery as maintainer. (#22494)

Modified Paths:
--------------
    trunk/dports/python/py26-ldap/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-ldap/files/patch-constants.c.diff
    trunk/dports/python/py26-ldap/files/patch-options.c.diff

Modified: trunk/dports/python/py26-ldap/Portfile
===================================================================
--- trunk/dports/python/py26-ldap/Portfile	2009-11-15 21:47:32 UTC (rev 60561)
+++ trunk/dports/python/py26-ldap/Portfile	2009-11-15 22:47:16 UTC (rev 60562)
@@ -4,12 +4,12 @@
 PortGroup python26 1.0
 
 name			py26-ldap
-version			2.3.7
+version			2.3.10
 categories		python
 platforms		darwin
-maintainers		nomaintainer
+maintainers		gmail.com:mdippery
 description		object-oriented api for python to access LDAP directory servers
-long_description	python-ldap provides an object-oriented API to access \
+long_description    python-ldap provides an object-oriented API to access \
 				LDAP directory servers from Python programs. Mainly it \
 				wraps the OpenLDAP 2.x libs for that purpose. \
 				Additionally the package contains modules for other \
@@ -17,12 +17,13 @@
 				LDAPv3 schema, etc.).
 
 homepage		http://www.python-ldap.org/
-master_sites		http://pypi.python.org/packages/source/p/python-ldap/
+master_sites	http://pypi.python.org/packages/source/p/python-ldap/
 distname		python-ldap-${version}
-checksums           	md5     b080feba004e626b6d4972d19914140b \
-                    	sha1    7c56b7faac909cad03d4218d32097f08073bfca7 \
-                    	rmd160  551af411ef7c465da82b553ee02b3270de7f7909
-patchfiles		patch-setup.cfg.diff
+checksums       md5     564d741a7c6d5fdcb45322fe9262d1a5 \
+                sha1    b15c15a71956c5f51a3642e513c206cf03d6248e \
+                rmd160  1784203fdb90b484c4d11edc032883ae75a64c84
+patchfiles		patch-setup.cfg.diff patch-constants.c.diff \
+                patch-options.c.diff
 
 depends_lib-append	port:openldap port:openssl port:cyrus-sasl2
 
@@ -38,3 +39,6 @@
 		${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.type  regex
+livecheck.url   http://pypi.python.org/pypi/python-ldap/
+livecheck.regex python-ldap (\[0-9\]+\.\[0-9\]+\.\[0-9\]+)

Added: trunk/dports/python/py26-ldap/files/patch-constants.c.diff
===================================================================
--- trunk/dports/python/py26-ldap/files/patch-constants.c.diff	                        (rev 0)
+++ trunk/dports/python/py26-ldap/files/patch-constants.c.diff	2009-11-15 22:47:16 UTC (rev 60562)
@@ -0,0 +1,12 @@
+--- Modules.orig/constants.c	2009-10-30 14:20:47.000000000 +0100
++++ Modules/constants.c	2009-11-03 10:06:46.000000000 +0100
+@@ -181,7 +181,9 @@
+ 	add_int(d,OPT_X_TLS_CRL_NONE);
+ 	add_int(d,OPT_X_TLS_CRL_PEER);
+ 	add_int(d,OPT_X_TLS_CRL_ALL);
++#ifdef LDAP_OPT_X_TLS_NEWCTX
+ 	add_int(d,OPT_X_TLS_NEWCTX);
++#endif
+ #ifdef OPT_X_TLS_PROTOCOL_MIN
+ 	add_int(d,OPT_X_TLS_PROTOCOL_MIN);
+ #endif

Added: trunk/dports/python/py26-ldap/files/patch-options.c.diff
===================================================================
--- trunk/dports/python/py26-ldap/files/patch-options.c.diff	                        (rev 0)
+++ trunk/dports/python/py26-ldap/files/patch-options.c.diff	2009-11-15 22:47:16 UTC (rev 60562)
@@ -0,0 +1,12 @@
+--- Modules.orig/options.c	2009-10-30 14:20:47.000000000 +0100
++++ Modules/options.c	2009-11-03 10:11:38.000000000 +0100
+@@ -79,7 +79,9 @@
+ #ifdef HAVE_TLS
+     case LDAP_OPT_X_TLS:
+     case LDAP_OPT_X_TLS_REQUIRE_CERT:
++#ifdef LDAP_OPT_X_TLS_NEWCTX
+     case LDAP_OPT_X_TLS_NEWCTX:
++#endif
+ #ifdef OPT_X_TLS_PROTOCOL_MIN
+     case LDAP_OPT_X_TLS_PROTOCOL_MIN:
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091115/b35f7226/attachment.html>


More information about the macports-changes mailing list