From nobody@FreeBSD.org  Sun Apr 22 11:51:53 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D9D5416A404
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 11:51:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id CBFAB13C48C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 11:51:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3MBprsx024043
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2007 11:51:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l3MBkq2B022997;
	Sun, 22 Apr 2007 11:46:52 GMT
	(envelope-from nobody)
Message-Id: <200704221146.l3MBkq2B022997@www.freebsd.org>
Date: Sun, 22 Apr 2007 11:46:52 GMT
From: Jrgen Blomberg<jnbg@blomberg.tk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] port net/pear-Net_LDAP Missing file Filter.php
X-Send-Pr-Version: www-3.0

>Number:         112003
>Category:       ports
>Synopsis:       [patch] port net/pear-Net_LDAP Missing file Filter.php
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 12:00:14 GMT 2007
>Closed-Date:    Tue May 01 02:50:19 GMT 2007
>Last-Modified:  Tue May  1 03:00:13 GMT 2007
>Originator:     Jrgen Blomberg
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD jumbo.blomberg 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Feb 20 19:41:57
CET 2007     root@jumbo.blomberg:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
File LDAP/Filter.php from the distribution of Net_LDAP-0.7.1 is not installed.
>How-To-Repeat:
I experienced the problem with mail/turba while trying to add a new
entry to an LDAP-directory.
>Fix:


Patch attached with submission follows:

--- net/pear-Net_LDAP/Makefile-1.4	Mon Apr  2 03:22:35 2007
+++ net/pear-Net_LDAP/Makefile	Sun Apr 22 12:59:45 2007
@@ -18,8 +18,8 @@
 USE_PHP=	ldap
 CATEGORY=	Net
 FILES=		LDAP.php \
-		LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \
-		LDAP/Search.php LDAP/Util.php
+		LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \
+		LDAP/Schema.php LDAP/Search.php LDAP/Util.php
 DOCS=		README.txt RootDSE.txt STATUS Schema.txt utf8.txt
 _DOCSDIR=	./doc
 TESTS=		tests.php

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 22 12:00:24 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112003 

From: Gerrit Beine <gerrit.beine@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/112003: [patch] port net/pear-Net_LDAP Missing file Filter.php
Date: Sun, 29 Apr 2007 11:37:52 +0200

 Am Sonntag, 22. April 2007 14:00 schrieb Edwin Groothuis:
 > Maintainer of net/pear-Net_LDAP,
 >
 > Please note that PR ports/112003 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112003
 
 
 Looks ok, please commit the patch.
 
 Thanks,
 
 Gerrit
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 29 10:33:52 UTC 2007 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112003 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Sun Apr 29 10:43:34 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112003 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue May 1 02:50:17 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112003 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112003: commit references a PR
Date: Tue,  1 May 2007 02:50:12 +0000 (UTC)

 clsung      2007-05-01 02:50:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/pear-Net_LDAP    Makefile 
   Log:
   - Add missing file (Filter.php)
   
   PR:             ports/112003
   Submitted by:   J??宁gen Blomberg<jnbg_AT_blomberg dot tk>
   Approved by:    maintainer (Gerrit Beine)
   
   Revision  Changes    Path
   1.5       +3 -2      ports/net/pear-Net_LDAP/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
