From bsam@bb.ipt.ru  Tue Aug 25 09:39:26 2009
Return-Path: <bsam@bb.ipt.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A31831065693
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Aug 2009 09:39:26 +0000 (UTC)
	(envelope-from bsam@bb.ipt.ru)
Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89])
	by mx1.freebsd.org (Postfix) with ESMTP id 12BE78FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Aug 2009 09:39:25 +0000 (UTC)
Received: from bb.ipt.ru (localhost [127.0.0.1])
	by bb.ipt.ru (8.14.3/8.14.3) with ESMTP id n7P9dPmC008596
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Aug 2009 13:39:25 +0400 (MSD)
	(envelope-from bsam@bb.ipt.ru)
Received: (from bsam@localhost)
	by bb.ipt.ru (8.14.3/8.14.3/Submit) id n7P9dPcC008595;
	Tue, 25 Aug 2009 13:39:25 +0400 (MSD)
	(envelope-from bsam)
Message-Id: <200908250939.n7P9dPcC008595@bb.ipt.ru>
Date: Tue, 25 Aug 2009 13:39:25 +0400 (MSD)
From: Boris Samorodov <bsam@freebsd.org>
Reply-To: Boris Samorodov <bsam@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] net/py-ldap2: update to vesion 2.3.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138163
>Category:       ports
>Synopsis:       [patch] net/py-ldap2: update to vesion 2.3.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 25 09:40:01 UTC 2009
>Closed-Date:    Tue Aug 25 21:24:18 UTC 2009
>Last-Modified:  Tue Aug 25 21:30:01 UTC 2009
>Originator:     Boris Samorodov
>Release:        FreeBSD 8.0-BETA3 i386
>Organization:
InPharmTech, Co.
>Environment:
System: FreeBSD bb.ipt.ru 8.0-BETA3 FreeBSD 8.0-BETA3 #2: Mon Aug 24 16:06:36 MSD 2009 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386

>Description:
	A new version of net/py-ldap2 is available.
>How-To-Repeat:
>Fix:
	. update to vesion 2.3.9;
	. fix REPLACE_ARGS.

	Changes since 2.3.8:

	Lib/
	* All modules (ldap, ldif, dsml and ldapurl) have common version number now
	* Non-exported function ldif.needs_base64() was abandoned and is now
	  implemented as method LDIFWriter._needs_base64_encoding().
	  This allows sub-classes of LDIFWriter to implement determining whether
	  attribute values have to be base64-encoded in a different manner and is
	  the same approach like in class dsml.DSMLWriter.
	* LDAPUrlExtension._parse() now gracefully handles LDAP URL extensions
	  without explicit exvalue as being set with implicit value None.

	Modules/
	* New LDAP option constant ldap.OPT_X_SASL_NOCANON supported
	  in LDAPObject.get/set_option()

--- py-ldap2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/py-ldap2/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile	30 Apr 2009 17:30:21 -0000	1.48
+++ Makefile	25 Aug 2009 09:10:23 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.48 2009/04/30 17:30:21 delphij Exp $
 
 PORTNAME=	ldap2
-PORTVERSION=	2.3.8
+PORTVERSION=	2.3.9
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,8 +20,7 @@
 PYDISTUTILS_PKGNAME=	python-ldap
 PYEASYINSTALL_ARCHDEP=	yes
 
-REPLACE_ARGS=	-e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \
-		-e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,'
+REPLACE_ARGS=	-e 's,/opt/openldap-RE24,${LOCALBASE},'
 
 .if defined(WITH_SASL)
 WANT_OPENLDAP_SASL=	yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/py-ldap2/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	30 Apr 2009 17:30:21 -0000	1.23
+++ distinfo	25 Aug 2009 09:10:23 -0000
@@ -1,3 +1,3 @@
-MD5 (python-ldap-2.3.8.tar.gz) = 645ef46405e4eb3963cea34f2e114f96
-SHA256 (python-ldap-2.3.8.tar.gz) = 059aa79791576f878f95174b57bb2e72915b585bd3a84ca99ea4e7ddfc874b47
-SIZE (python-ldap-2.3.8.tar.gz) = 99884
+MD5 (python-ldap-2.3.9.tar.gz) = a9f9f16338288d118a1ae6266c993247
+SHA256 (python-ldap-2.3.9.tar.gz) = 62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4
+SIZE (python-ldap-2.3.9.tar.gz) = 108209
--- py-ldap2.diff ends here ---

-- 
WBR, bsam
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Aug 25 09:40:19 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138163 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Tue Aug 25 21:23:52 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138163 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138163: commit references a PR
Date: Tue, 25 Aug 2009 21:23:56 +0000 (UTC)

 delphij     2009-08-25 21:23:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/py-ldap2         Makefile distinfo 
   Log:
   Forced commit to mention that previous patch was obtained from
   
   PR:     ports/138163
   
   Revision  Changes    Path
   1.50      +0 -0      ports/net/py-ldap2/Makefile
   1.25      +0 -0      ports/net/py-ldap2/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
