diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-03-23 12:01:36 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-03-23 12:01:36 +0000 |
commit | 2e44d8622ab8ec87ddb740ef77670d7080d37cbf (patch) | |
tree | a293fcddef41b2ea039187a233cf402e51852e72 /www/pecl-http | |
parent | 130a75d4902ec79d73dcdcb576d2a23b59e29360 (diff) |
Notes
Diffstat (limited to 'www/pecl-http')
-rw-r--r-- | www/pecl-http/Makefile | 12 | ||||
-rw-r--r-- | www/pecl-http/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index babb778a2eb4..7ea9ff138c3e 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,18 +15,16 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ - ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro + ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro \ + re2c:${PORTSDIR}/devel/re2c RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:${PORTSDIR}/devel/pecl-raphf \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:${PORTSDIR}/devel/pecl-propro -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libevent.so:${PORTSDIR}/devel/libevent2 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFLICTS= pecl-http1* -CONFIGURE_ARGS+= --with-http-curl-requests \ - --with-http-zlib-compression \ - --with-http-magic-mime - .include <bsd.port.mk> diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 7fa67a53b81a..34a0885416cb 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.3.2.tgz) = 360f689482a69d43c375d203b8a66feb3bcad1f494a71ff57d6896c4a19d4a43 -SIZE (pecl_http-2.3.2.tgz) = 187440 +SHA256 (pecl_http-2.4.1.tgz) = af53bbdad6ea920e061e96623652c9abc5e5065cad664e73de7c104464e728e0 +SIZE (pecl_http-2.4.1.tgz) = 187135 |