diff options
Diffstat (limited to 'www/pecl-http/Makefile')
-rw-r--r-- | www/pecl-http/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index e29243cb9225..babb778a2eb4 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= http -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DISTNAME= pecl_${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Extended HTTP Support LICENSE= BSD2CLAUSE @@ -23,7 +23,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -CONFLICTS= pecl-http1-* +CONFLICTS= pecl-http1* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ |