Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Feb 2005 11:06:33 -0600 (CST)
From:      Joseph Scott <joseph@randomnetworks.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77018: MAINTAINER FIX: www/pear-HTTP_Client
Message-ID:  <20050202170633.3FADC2E06F@rhyll.com>
Resent-Message-ID: <200502021710.j12HAIpl099645@freefall.freebsd.org>

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

>Number:         77018
>Category:       ports
>Synopsis:       MAINTAINER FIX: www/pear-HTTP_Client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 17:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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