diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-03-12 10:52:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-03-12 10:52:41 +0000 |
commit | 61fcedd5cc8cc46a5f5e0e635b48a1953f2cacb4 (patch) | |
tree | 876c3176ca6f9c6604a62a10ebca1b3b69000158 /www/pecl-http/Makefile | |
parent | e6db44b12618757095c05bf3c82151c1652171b3 (diff) | |
download | ports-61fcedd5cc8cc46a5f5e0e635b48a1953f2cacb4.tar.gz ports-61fcedd5cc8cc46a5f5e0e635b48a1953f2cacb4.zip |
www/pecl-http: Update version 2.3.1=>2.3.2
- Take Maintainership
- Fix CONFLICTS
Approved by: bapt marino (implicit)
Notes
Notes:
svn path=/head/; revision=381079
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 \ |