From owner-freebsd-ports Fri Aug 4 14:30:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62F0637B9A0 for ; Fri, 4 Aug 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA27585; Fri, 4 Aug 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 3EAF637B53B for ; Fri, 4 Aug 2000 14:24:54 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.10.1/8.10.1) id e74LO7j27486; Fri, 4 Aug 2000 23:24:07 +0200 (CEST) (envelope-from dinoex) Message-Id: <200008042124.e74LO7j27486@net2.dinoex.sub.org> Date: Fri, 4 Aug 2000 23:24:07 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20405: net/ldapmodule doc fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20405 >Category: ports >Synopsis: net/ldapmodule doc fix >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: Fri Aug 04 14:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.0-STABLE i386 >Organization: privat >Environment: phyton, openldap >Description: wen the port has been commited, all TAB's where substituted. Typo in COMMENTS need get fixed. >How-To-Repeat: >Fix: apply this patch diff ldapmodule/Makefile ldapmodule-1.9/Makefile --- ldapmodule/Makefile Thu Jul 13 18:17:16 2000 +++ ldapmodule-1.9/Makefile Sat Jul 15 21:57:42 2000 @@ -1,20 +1,20 @@ -# New ports collection makefile for: ldapmodule -# Date created: 05.Jul 2000 -# Whom: dirk.meyer@dinoex.sub.org +# New ports collection makefile for: ldapmodule +# Date created: 05.Jul 2000 +# Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD: ports/net/ldapmodule/Makefile,v 1.1 2000/07/13 16:17:16 kevlo Exp $ -PORTNAME= ldapmodule -PORTVERSION= 1.9 -CATEGORIES= net -MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha +PORTNAME= ldapmodule +PORTVERSION= 1.9 +CATEGORIES= net +MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha -MAINTAINER= dirk.meyer@dinoex.sub.org +MAINTAINER= dirk.meyer@dinoex.sub.org -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python +LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap +BUILD_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} diff ldapmodule/pkg/COMMENT ldapmodule-1.9/pkg/COMMENT --- ldapmodule/pkg/COMMENT Thu Jul 13 18:17:29 2000 +++ ldapmodule-1.9/pkg/COMMENT Wed Aug 2 23:06:52 2000 @@ -1 +1 @@ -An LDAP module for phyton +An LDAP module for python >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message