diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-02-04 13:14:39 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-02-04 13:14:39 +0000 |
commit | 767bec495565dbf584757a634dc83522f089c569 (patch) | |
tree | 74caa4fde2f24a3ef636baafafddaebf5164c2dd /www/pecl-pecl_http | |
parent | 0bbc77b21406d1e91747a819130b29ef88465b56 (diff) | |
download | ports-767bec495565dbf584757a634dc83522f089c569.tar.gz ports-767bec495565dbf584757a634dc83522f089c569.zip |
Notes
Diffstat (limited to 'www/pecl-pecl_http')
-rw-r--r-- | www/pecl-pecl_http/Makefile | 7 | ||||
-rw-r--r-- | www/pecl-pecl_http/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile index ea96e1c99001..708911a3df40 100644 --- a/www/pecl-pecl_http/Makefile +++ b/www/pecl-pecl_http/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pecl_http -DISTVERSION= 1.5.5 +DISTVERSION= 1.6.0 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -32,8 +32,9 @@ OPTIONS= CURL "Enable cURL HTTP requests" on \ .include <bsd.port.pre.mk> .if defined(WITH_CURL) -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} +LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl \ + event:${PORTSDIR}/devel/libevent +CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} --with-http-curl-libevent=${LOCALBASE} .else CONFIGURE_ARGS+=--without-http-curl-requests .endif diff --git a/www/pecl-pecl_http/distinfo b/www/pecl-pecl_http/distinfo index 3e633d35ded9..8b9deadde7c0 100644 --- a/www/pecl-pecl_http/distinfo +++ b/www/pecl-pecl_http/distinfo @@ -1,3 +1,3 @@ -MD5 (PECL/pecl_http-1.5.5.tgz) = 69f8949ceb6ef0baf78c3e4725c7b6ec -SHA256 (PECL/pecl_http-1.5.5.tgz) = d79110923195de0f6d10c527051341bc1a107a357fe3559053691c7331e5bb0c -SIZE (PECL/pecl_http-1.5.5.tgz) = 167890 +MD5 (PECL/pecl_http-1.6.0.tgz) = 21ef481ae45db61591dd98a935a4dfce +SHA256 (PECL/pecl_http-1.6.0.tgz) = 9a43f3f9f3ebd3ff706e5dcae2efba9b6f07167ab56c232c2839cb5b8c14c7e9 +SIZE (PECL/pecl_http-1.6.0.tgz) = 172432 |