[csw-devel] SF.net SVN: gar:[21482] csw/mgar/pkg/lang-python/python-ldap/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Jul 10 15:30:38 CEST 2013
Revision: 21482
http://gar.svn.sourceforge.net/gar/?rev=21482&view=rev
Author: chninkel
Date: 2013-07-10 13:30:38 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
python-ldap/trunk: updated to 2.4.13
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python-ldap/trunk/Makefile
csw/mgar/pkg/lang-python/python-ldap/trunk/checksums
csw/mgar/pkg/lang-python/python-ldap/trunk/files/0000-openldap-path.patch
Modified: csw/mgar/pkg/lang-python/python-ldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-ldap/trunk/Makefile 2013-07-10 13:29:08 UTC (rev 21481)
+++ csw/mgar/pkg/lang-python/python-ldap/trunk/Makefile 2013-07-10 13:30:38 UTC (rev 21482)
@@ -1,6 +1,6 @@
# $Id$
NAME = python-ldap
-VERSION = 2.3.13
+VERSION = 2.4.13
CATEGORIES = python
GARTYPE = v2
PACKAGES = CSWpy-ldap
Modified: csw/mgar/pkg/lang-python/python-ldap/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-ldap/trunk/checksums 2013-07-10 13:29:08 UTC (rev 21481)
+++ csw/mgar/pkg/lang-python/python-ldap/trunk/checksums 2013-07-10 13:30:38 UTC (rev 21482)
@@ -1 +1 @@
-895223d32fa10bbc29aa349bfad59175 python-ldap-2.3.13.tar.gz
+74b7b50267761540451eade44b2049ee python-ldap-2.4.13.tar.gz
Modified: csw/mgar/pkg/lang-python/python-ldap/trunk/files/0000-openldap-path.patch
===================================================================
--- csw/mgar/pkg/lang-python/python-ldap/trunk/files/0000-openldap-path.patch 2013-07-10 13:29:08 UTC (rev 21481)
+++ csw/mgar/pkg/lang-python/python-ldap/trunk/files/0000-openldap-path.patch 2013-07-10 13:30:38 UTC (rev 21482)
@@ -1,32 +1,25 @@
-From 92b69bbbee79a5f80085290dacf8af607692740e Mon Sep 17 00:00:00 2001
-From: Kester Habermann <kester at opencsw.org>
-Date: Tue, 26 Oct 2010 10:57:19 +0200
+From e79f4836eda5653fb2b858d6b374e80e7f8101a4 Mon Sep 17 00:00:00 2001
+From: Yann Rouillard <yann at pleiades.fr.eu.org>
+Date: Wed, 10 Jul 2013 17:21:37 +0200
Subject: [PATCH] openldap-path
---
- setup.cfg | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
+ setup.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.cfg b/setup.cfg
-index cf765ab..f039820 100644
+index f1b1c48..2847ce5 100644
--- a/setup.cfg
+++ b/setup.cfg
-@@ -2,8 +2,8 @@
- extra_objects =
- extra_compile_args =
- 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
+@@ -1,6 +1,6 @@
+ [_ldap]
+-library_dirs = /opt/openldap-RE24/lib /usr/lib
+-include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include
+library_dirs = /opt/csw/lib
+include_dirs = /opt/csw/include /opt/csw/include/sasl
-
- [egg_info]
- tag_build =
-@@ -20,4 +20,3 @@ provides = python-ldap
- release = 0
- packager = Michael Stroeder <michael at stroeder.com>
- requires = python libldap.so.2
--
+ defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
+ extra_compile_args =
+ extra_objects =
--
-1.7.3
+1.8.3.1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list