Index: head/www/pecl-pecl_http/Makefile =================================================================== --- head/www/pecl-pecl_http/Makefile (revision 223923) +++ head/www/pecl-pecl_http/Makefile (revision 223924) @@ -1,61 +1,60 @@ # Ports collection makefile for: pecl-pecl_http # Date created: 2005-12-19 # Whom: Alexander Zhuravlev # # $FreeBSD$ # PORTNAME= pecl_http -DISTVERSION= 1.6.0 -PORTREVISION= 1 +DISTVERSION= 1.6.2 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= zaa@zaa.pp.ru COMMENT= A PHP extension which provides extended HTTP request/response handling USE_PHP= session hash iconv USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes DEFAULT_PHP_VER=5 PHP_MODNAME= http CONFIGURE_ARGS= --enable-http OPTIONS= CURL "Enable cURL HTTP requests" on \ MAGIC_MIME "Enable response content type guessing" on \ ZLIB_COMPRESSION "Enable support for encoded message bodies" off .include .if defined(WITH_CURL) LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl \ event-1.4:${PORTSDIR}/devel/libevent CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} --with-http-curl-libevent=${LOCALBASE} .else CONFIGURE_ARGS+=--without-http-curl-requests .endif .if defined(WITH_MAGIC_MIME) . if ${OSVERSION} < 502128 LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file MAGICBASE= ${LOCALBASE} . else MAGICBASE= /usr . endif CONFIGURE_ARGS+=--with-http-magic-mime=${MAGICBASE} .else CONFIGURE_ARGS+=--without-http-magic-mime .endif .if defined(WITH_ZLIB_COMPRESSION) CONFIGURE_ARGS+=--with-http-zlib-compression=/usr .else CONFIGURE_ARGS+=--without-http-zlib-compression .endif .include Property changes on: head/www/pecl-pecl_http/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/www/pecl-pecl_http/distinfo =================================================================== --- head/www/pecl-pecl_http/distinfo (revision 223923) +++ head/www/pecl-pecl_http/distinfo (revision 223924) @@ -1,3 +1,3 @@ -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 +MD5 (PECL/pecl_http-1.6.2.tgz) = f82d2dd071ba0465443d1c0f90106c45 +SHA256 (PECL/pecl_http-1.6.2.tgz) = 15eff667e8d1fec5e760a5eac89a5dddf407dc1a5ad51b829f82c6d81b5d028c +SIZE (PECL/pecl_http-1.6.2.tgz) = 172858 Property changes on: head/www/pecl-pecl_http/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property