From joseph@rhyll.com  Wed Feb  2 17:06:34 2005
Return-Path: <joseph@rhyll.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5FDF016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Feb 2005 17:06:34 +0000 (GMT)
Received: from rhyll.com (rhyll.com [70.84.96.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 35F1A43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Feb 2005 17:06:34 +0000 (GMT)
	(envelope-from joseph@rhyll.com)
Received: from localhost (localhost [127.0.0.1])
	by rhyll.com (Postfix) with ESMTP id CC8F92E070
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Feb 2005 11:06:33 -0600 (CST)
Received: from rhyll.com ([127.0.0.1])
 by localhost (sm01.rhyll.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 19831-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Wed,  2 Feb 2005 11:06:33 -0600 (CST)
Received: by rhyll.com (Postfix, from userid 1001)
	id 3FADC2E06F; Wed,  2 Feb 2005 11:06:33 -0600 (CST)
Message-Id: <20050202170633.3FADC2E06F@rhyll.com>
Date: Wed,  2 Feb 2005 11:06:33 -0600 (CST)
From: Joseph Scott <joseph@randomnetworks.com>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: MAINTAINER FIX: www/pear-HTTP_Client
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77018
>Category:       ports
>Synopsis:       MAINTAINER FIX: www/pear-HTTP_Client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 17:10:18 GMT 2005
>Closed-Date:    Sat Feb 05 01:24:40 GMT 2005
>Last-Modified:  Sat Feb 05 01:24:40 GMT 2005
>Originator:     Joseph Scott
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD sm01.rhyll.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Jan 14 19:17:00 CST 2005 joseph@sm01.rhyll.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
MAINTAINER FIX: www/pear-HTTP_Client

Looks like this also depends on www/pear-HTTP_Request.
>How-To-Repeat:
	
>Fix:

	

--- pear-HTTP_Client.diff begins here ---
diff -ruN pear-HTTP_Client-orig/Makefile pear-HTTP_Client/Makefile
--- pear-HTTP_Client-orig/Makefile	Wed Feb  2 11:03:46 2005
+++ pear-HTTP_Client/Makefile	Wed Feb  2 11:04:08 2005
@@ -12,7 +12,8 @@
 MAINTAINER=		joseph@randomnetworks.com
 COMMENT=		PEAR classes for high level HTTP requests
 
-BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
+BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
+				${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CATEGORY=		HTTP
--- pear-HTTP_Client.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 5 01:24:38 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77018 
>Unformatted:
