diff options
author | mm <mm@FreeBSD.org> | 2008-02-04 21:14:39 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2008-02-04 21:14:39 +0800 |
commit | ad06525217891ef9993297cb8cbb6d08e88f75b4 (patch) | |
tree | 24b41aaee9197738272c86d49677ee97db299747 /www | |
parent | f092a21a654b10ed3ccd3600b479b2834cac8223 (diff) | |
download | freebsd-ports-gnome-ad06525217891ef9993297cb8cbb6d08e88f75b4.tar.gz freebsd-ports-gnome-ad06525217891ef9993297cb8cbb6d08e88f75b4.tar.zst freebsd-ports-gnome-ad06525217891ef9993297cb8cbb6d08e88f75b4.zip |
- Update to 1.6.0
- Add libevent support
PR: ports/119853
Submitted by: mm
Updated by: maintainer
Approved by: maintainer
Diffstat (limited to 'www')
-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 |