Index: head/net/py-ldap2/Makefile =================================================================== --- head/net/py-ldap2/Makefile (revision 294006) +++ head/net/py-ldap2/Makefile (revision 294007) @@ -1,55 +1,54 @@ # New ports collection makefile for: ldapmodule -# Date created: 05.Jul 2000 -# Whom: dirk.meyer@dinoex.sub.org +# Date created: 05.Jul 2000 +# Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.4.8 +PORTVERSION= 2.4.9 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-ldap-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= An LDAP module for python, for OpenLDAP2 LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_OPENLDAP= yes PYDISTUTILS_PKGNAME= python-ldap PYEASYINSTALL_ARCHDEP= yes WANT_OPENLDAP_VER= 24 REPLACE_ARGS= -e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \ -e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \ -e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes CONFLICTS+= openldap2[34]-client-2.* .endif pre-everything:: @${ECHO} "=============================================================" @${ECHO} @${ECHO} "You can build ${PKGNAME} with the following options:" @${ECHO} @${ECHO} "WITH_SASL with (Cyrus) SASL2 support" @${ECHO} @${ECHO} "=============================================================" @${ECHO} do-configure: @${REINPLACE_CMD} ${REPLACE_ARGS} ${WRKSRC}/setup.cfg .if !defined(WITH_SASL) @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q setopt -c _ldap -s HAVE_TLS -o defines @cd ${WRKSRC} && ${PYTHON_CMD} setup.py -q saveopts .endif .include Property changes on: head/net/py-ldap2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.64 \ No newline at end of property +1.65 \ No newline at end of property Index: head/net/py-ldap2/distinfo =================================================================== --- head/net/py-ldap2/distinfo (revision 294006) +++ head/net/py-ldap2/distinfo (revision 294007) @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.4.8.tar.gz) = 9e4f17fbb7c613f4adc035ca683b193945385ead9924ea6367979e78bb44df62 -SIZE (python-ldap-2.4.8.tar.gz) = 133146 +SHA256 (python-ldap-2.4.9.tar.gz) = 247c29f30faf016f0d1dbe702a5026a4633dfa9b8b90c7ef46de68a58424ee8b +SIZE (python-ldap-2.4.9.tar.gz) = 133453 Property changes on: head/net/py-ldap2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/net/py-ldap2/pkg-descr =================================================================== --- head/net/py-ldap2/pkg-descr (revision 294006) +++ head/net/py-ldap2/pkg-descr (revision 294007) @@ -1,12 +1,12 @@ LDAP Wrapper for Python This module provides an LDAP API to Python in the spirit of RFC1823. Some cool things people have done with ldapmodule * LANL phone book (source) * Michael Stroeder's web2ldap (previously ldap-client-cgi.py). * LDAP support for Zope (see also Zope) -WWW: http://python-ldap.sourceforge.net/ +WWW: http://www.python-ldap.org/ Property changes on: head/net/py-ldap2/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property