Date: Wed, 20 Dec 2006 00:12:47 +0800 (CST) From: Li-Wen Hsu <lwhsu@lwhsu.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: delphij@FreeBSD.org, lwhsu@lwhsu.org Subject: ports/106923: [PATCH] net/py-ldap2: update to 2.2.1 Message-ID: <200612191612.kBJGClNR008776@knight.lwhsu.ckefgisc.org> Resent-Message-ID: <200612191620.kBJGK64f073122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106923 >Category: ports >Synopsis: [PATCH] net/py-ldap2: update to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 19 16:20:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD knight.lwhsu.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec 6 11:34:36 CST >Description: - Update to 2.2.1 - add python to CATEGORIES Port maintainer (delphij@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-ldap2-2.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/py-ldap2/Makefile /home/lwhsu/ports/net/py-ldap2/Makefile --- /usr/ports/net/py-ldap2/Makefile Sat May 20 15:41:57 2006 +++ /home/lwhsu/ports/net/py-ldap2/Makefile Wed Dec 20 00:06:00 2006 @@ -5,8 +5,8 @@ # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.37 2006/05/20 07:41:57 delphij Exp $ PORTNAME= ldap2 -PORTVERSION= 2.2.0 -CATEGORIES= net +PORTVERSION= 2.2.1 +CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,13 +19,13 @@ USE_PYDISTUTILS= yes USE_OPENLDAP= yes -REPLACE_ARGS= -e 's=/usr/local/openldap-REL_ENG_2_1/lib=${LOCALBASE}/lib=' \ - -e 's=/usr/local/openldap-REL_ENG_2_1/include=${LOCALBASE}/include=' +REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \ + -e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes -REPLACE_ARGS+= -e 's=/usr/local/cyrus-sasl/lib=${LOCALBASE}/lib/sasl2=' \ - -e 's=/usr/local/cyrus-sasl/include=${LOCALBASE}/include/sasl=' +REPLACE_ARGS+= -e 's,${LOCALBASE}/lib,${LOCALBASE}/lib ${LOCALBASE}/lib/sasl2,' \ + -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' CONFLICTS+= openldap2[23]-client-2.* .else REPLACE_ARGS+= -e 's=ldap_r lber sasl2 ssl crypto=ldap_r lber ssl crypto=' diff -ruN --exclude=CVS /usr/ports/net/py-ldap2/distinfo /home/lwhsu/ports/net/py-ldap2/distinfo --- /usr/ports/net/py-ldap2/distinfo Sun Apr 16 04:35:06 2006 +++ /home/lwhsu/ports/net/py-ldap2/distinfo Wed Dec 20 00:06:00 2006 @@ -1,3 +1,3 @@ -MD5 (python-ldap-2.2.0.tar.gz) = f17b02ef1dc6ab12d819bfef9c036627 -SHA256 (python-ldap-2.2.0.tar.gz) = 143e42559817d139ae4cbc01e52bba339531a146e3f739641604b96045adc784 -SIZE (python-ldap-2.2.0.tar.gz) = 70993 +MD5 (python-ldap-2.2.1.tar.gz) = d674ce378d7612ceffe16e93d83e0404 +SHA256 (python-ldap-2.2.1.tar.gz) = eb8ce76c6df7a3f5139baad0b1e5c2d7e1cee73eead992a77deea0ffa00979c4 +SIZE (python-ldap-2.2.1.tar.gz) = 73122 --- py24-ldap2-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612191612.kBJGClNR008776>