From 66683502dc7c3f9c947b47fcb9f5fd8c20f449e5 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 18 Nov 2014 08:27:22 +0000 Subject: [PATCH] Updated python-ldap homepage URL --- Build/build-openbsd/Makefile | 4 ++-- Demo/resiter.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/build-openbsd/Makefile b/Build/build-openbsd/Makefile index fac650f..3636b95 100644 --- a/Build/build-openbsd/Makefile +++ b/Build/build-openbsd/Makefile @@ -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 diff --git a/Demo/resiter.py b/Demo/resiter.py index 4b49fae..9577d2c 100644 --- a/Demo/resiter.py +++ b/Demo/resiter.py @@ -2,9 +2,9 @@ Demo for using ldap.resiter.ResultProcessor written by Michael Stroeder -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+