summaryrefslogtreecommitdiff
path: root/net/py-ldap2/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-05-23 10:59:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-05-23 10:59:17 +0000
commit44bf7fbc4bd96bccc81f5382f28cd607881d65b6 (patch)
treecb171feb630cc01a5e898b06449cfbcf25454464 /net/py-ldap2/Makefile
parentUpdate to patch level 9.2zd. (diff)
The version of web2ldap in ports/www/web2ldap is incompatible with the
revision of the python ldap bindings in ports (in net/py-ldap2) because some of the function interfaces have changed. Update to 2.0.0pre04 Additional fixes in pkg-plist PR: 38423 Submitted by: jdunn@verticalscope.com
Notes
Notes: svn path=/head/; revision=59778
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r--net/py-ldap2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile
index fd40a0179c93..6b96219a15e4 100644
--- a/net/py-ldap2/Makefile
+++ b/net/py-ldap2/Makefile
@@ -5,12 +5,12 @@
# $FreeBSD$
PORTNAME= ldap2
-PORTVERSION= CVS200201041716
+PORTVERSION= 2.0.0pre04
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-ldap
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= Python-LDAP-${PORTVERSION}
+DISTNAME= python-ldap-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org