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 | |
parent | e6db44b12618757095c05bf3c82151c1652171b3 (diff) | |
download | ports-61fcedd5cc8cc46a5f5e0e635b48a1953f2cacb4.tar.gz ports-61fcedd5cc8cc46a5f5e0e635b48a1953f2cacb4.zip |
Notes
Diffstat (limited to 'www/pecl-http')
-rw-r--r-- | www/pecl-http/Makefile | 6 | ||||
-rw-r--r-- | www/pecl-http/distinfo | 4 |
2 files changed, 5 insertions, 5 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 \ diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo index 93105f3fba5f..7fa67a53b81a 100644 --- a/www/pecl-http/distinfo +++ b/www/pecl-http/distinfo @@ -1,2 +1,2 @@ -SHA256 (pecl_http-2.3.1.tgz) = a017199a9b552d3d471f0d86aab7d8fa5234a5bf1608dfe2ace4f80d1d4b6bf3 -SIZE (pecl_http-2.3.1.tgz) = 187262 +SHA256 (pecl_http-2.3.2.tgz) = 360f689482a69d43c375d203b8a66feb3bcad1f494a71ff57d6896c4a19d4a43 +SIZE (pecl_http-2.3.2.tgz) = 187440 |