Updated python-ldap homepage URL

This commit is contained in:
stroeder 2014-11-18 08:27:22 +00:00
parent 731f0d7e55
commit 66683502dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.3 2000/08/20 15:04:23 leonard Exp $
# $Id: Makefile,v 1.4 2014/11/18 08:27:23 stroeder Exp $
WRKDIST= ${.CURDIR}/../..
VERSION!= sh ${WRKDIST}/Build/version.sh
@ -7,7 +7,7 @@ PKGNAME= python-ldap-${VERSION}
RUN_DEPENDS= python:lang/python
CATEGORIES= misc
MAINATINER= leonard@users.sourceforge.net
HOMEPAGE= http://python-ldap.sourceforge.net/
HOMEPAGE= http://www.python-ldap.org/
FAKE= Yes
CONFIGURE_STYLE= gnu

View File

@ -2,9 +2,9 @@
Demo for using ldap.resiter.ResultProcessor
written by Michael Stroeder <michael@stroeder.com>
See http://python-ldap.sourceforge.net for details.
See http://www.python-ldap.org for details.
\$Id: resiter.py,v 1.1 2005/11/07 11:24:25 stroeder Exp $
\$Id: resiter.py,v 1.2 2014/11/18 08:27:22 stroeder Exp $
Python compability note:
Requires Python 2.3+