Bug 78027 - new stable version of net/py-ldap2
Summary: new stable version of net/py-ldap2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 15:10 UTC by Boris B.Samorodov
Modified: 2005-02-25 21:23 UTC (History)
0 users

See Also:


Attachments
file.diff (355 bytes, patch)
2005-02-24 15:10 UTC, Boris B.Samorodov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-02-24 15:10:21 UTC
	According to http://sourceforge.net/project/showfiles.php?group_id=2072
	new release version is 2.0.6. We have a rather ancient version 2.0.0pre21 at ports tree.

Fix: Patches are very simple.
	Tested on 5.3-STABLE and python-2.3.2, python-2.4.1 (current
	python version at the port's tree).



WBR
-- 
bsam--FhiIDUCehLUM4bpe4p6a3HvOpiQoTkSUrqslHaZB5sZSiHmn
Content-Type: text/plain; name="Makefile.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile.patch"

--- Makefile.orig	Mon Apr 19 15:53:48 2004
+++ Makefile	Thu Feb 24 16:01:14 2005
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.25 2004/04/19 11:53:48 eik Exp $
 
 PORTNAME=	ldap2
-PORTVERSION=	2.0.0pre21
+PORTVERSION=	2.0.6
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	python-ldap
@@ -21,9 +21,9 @@
 USE_REINPLACE=	yes
 
 do-configure:
-	@${REINPLACE_CMD} -e "s=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=" \
-		-e "s=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=" \
-		-e "s=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=" \
+	@${REINPLACE_CMD} -e "s=/usr/local/openldap-OPENLDAP_REL_ENG_2_2/lib=${LOCALBASE}/lib=" \
+		-e "s=/usr/local/openldap-OPENLDAP_REL_ENG_2_2/include=${LOCALBASE}/include=" \
+		-e "s=ldap_r lber ssl crypto sasl2=ldap_r lber ssl crypto=" \
 		${WRKSRC}/setup.cfg
 
 .include <bsd.port.mk>
How-To-Repeat: 	Take a look at the site and the ports tree.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-25 21:23:16 UTC
State Changed
From-To: open->closed

Committed, thanks!