[43656] trunk/dports/python

wsiegrist at apple.com wsiegrist at apple.com
Fri Dec 12 19:27:24 PST 2008


Revision: 43656
          http://trac.macports.org/changeset/43656
Author:   wsiegrist at apple.com
Date:     2008-12-12 19:27:23 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
Branching py-ldap to make py25-ldap. Update to version 2.3.5.

Modified Paths:
--------------
    trunk/dports/python/py25-ldap/Portfile
    trunk/dports/python/py25-ldap/files/patch-setup.cfg.diff

Added Paths:
-----------
    trunk/dports/python/py25-ldap/


Property changes on: trunk/dports/python/py25-ldap
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/python/py25-ldap/Portfile
===================================================================
--- trunk/dports/python/py-ldap/Portfile	2008-10-27 21:05:35 UTC (rev 41198)
+++ trunk/dports/python/py25-ldap/Portfile	2008-12-13 03:27:23 UTC (rev 43656)
@@ -1,11 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
-name			py-ldap
-version			2.0.8
-revision		1
+name			py25-ldap
+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/py25-ldap/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py-ldap/files/patch-setup.cfg.diff	2008-10-27 21:05:35 UTC (rev 41198)
+++ trunk/dports/python/py25-ldap/files/patch-setup.cfg.diff	2008-12-13 03:27:23 UTC (rev 43656)
@@ -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/20081212/f6fd776c/attachment-0001.html>


More information about the macports-changes mailing list