Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 07:09:17 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21104: update net/ldapmodule
Message-ID:  <200009080509.e8859Hf55135@home.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>Number:         21104
>Category:       ports
>Synopsis:       update net/ldapmodule
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 22:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
privat
>Environment:

	phyton, openldap

>Description:

	The old release and URL's are aout of date.

>How-To-Repeat:
>Fix:
	apply this patch

diff ldapmodule/Makefile ldapmodule-1.10alpha3/Makefile
--- ldapmodule/Makefile	Wed Aug  9 15:32:17 2000
+++ ldapmodule-1.10alpha3/Makefile	Fri Sep  8 07:06:31 2000
@@ -5,10 +5,10 @@
 # $FreeBSD: ports/net/ldapmodule/Makefile,v 1.2 2000/08/07 07:35:29 kevlo Exp $
 
 PORTNAME=	ldapmodule
-PORTVERSION=	1.9
+PORTVERSION=	1.10alpha3
 CATEGORIES=	net
-MASTER_SITES=	http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-alpha
+MASTER_SITES=	ftp://python-ldap.sourceforge.net/pub/python-ldap/
+DISTNAME=	python-ldap-${PORTVERSION}-src
 
 MAINTAINER=	dirk.meyer@dinoex.sub.org
 
@@ -18,6 +18,6 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${DISTNAME:S=-src==}
 
 .include <bsd.port.mk>
diff ldapmodule/files/md5 ldapmodule-1.10alpha3/files/md5
--- ldapmodule/files/md5	Thu Jul 13 18:17:24 2000
+++ ldapmodule-1.10alpha3/files/md5	Fri Sep  8 06:21:52 2000
@@ -1 +1 @@
-MD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1
+MD5 (python-ldap-1.10alpha3-src.tar.gz) = a4e95cf9edec1b7952a5decbc8080372
diff ldapmodule/pkg/DESCR ldapmodule-1.10alpha3/pkg/DESCR
--- ldapmodule/pkg/DESCR	Thu Jul 13 18:17:29 2000
+++ ldapmodule-1.10alpha3/pkg/DESCR	Fri Sep  8 06:21:25 2000
@@ -8,3 +8,6 @@
      * 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/
+FTP: ftp://python-ldap.sourceforge.net/pub/python-ldap/
diff ldapmodule/pkg/PLIST ldapmodule-1.10alpha3/pkg/PLIST
--- ldapmodule/pkg/PLIST	Thu Jul 13 18:17:29 2000
+++ ldapmodule-1.10alpha3/pkg/PLIST	Fri Sep  8 07:01:38 2000
@@ -1,2 +1,13 @@
-lib/python1.5/site-packages/ldapmodule.so
+lib/python1.5/site-packages/python-ldap/ldap.py
+lib/python1.5/site-packages/python-ldap/ldap.pyc
+lib/python1.5/site-packages/python-ldap/ldap.pyo
+lib/python1.5/site-packages/python-ldap/ldif.py
+lib/python1.5/site-packages/python-ldap/ldif.pyc
+lib/python1.5/site-packages/python-ldap/ldif.pyo
+lib/python1.5/site-packages/python-ldap/perldap.py
+lib/python1.5/site-packages/python-ldap/perldap.pyc
+lib/python1.5/site-packages/python-ldap/perldap.pyo
+lib/python1.5/site-packages/_ldapmodule.so
+lib/python1.5/site-packages/ldap.pth
+@dirrm lib/python1.5/site-packages/python-ldap
 @dirrm lib/python1.5/site-packages

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009080509.e8859Hf55135>