diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-05-23 18:59:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-05-23 18:59:17 +0800 |
commit | 8d29dbd34776efd810462563d0ddd19e7dfad228 (patch) | |
tree | 618efd6b8593d9b78932a45972658987c3b03383 /net/py-ldap2/Makefile | |
parent | 1d0cfd810539cd582349d7156c585c8973ded009 (diff) | |
download | freebsd-ports-gnome-8d29dbd34776efd810462563d0ddd19e7dfad228.tar.gz freebsd-ports-gnome-8d29dbd34776efd810462563d0ddd19e7dfad228.tar.zst freebsd-ports-gnome-8d29dbd34776efd810462563d0ddd19e7dfad228.zip |
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
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 4 |
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 |