aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-http
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-08 12:16:30 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-08 12:16:30 +0000
commitbafb51549efb97d06240e7384ba9b60bb9c95a84 (patch)
tree9105d1e4c7086e1b567aaa55b12ea6c4592a6f58 /www/pecl-http
parentf93394cec5139c3d31dc80f7b2f3df2651142ea1 (diff)
downloadports-bafb51549efb97d06240e7384ba9b60bb9c95a84.tar.gz
ports-bafb51549efb97d06240e7384ba9b60bb9c95a84.zip
Upgrade to 2.2.1.
Notes
Notes: svn path=/head/; revision=378643
Diffstat (limited to 'www/pecl-http')
-rw-r--r--www/pecl-http/Makefile2
-rw-r--r--www/pecl-http/distinfo4
-rw-r--r--www/pecl-http/files/patch-php_http_url.c11
3 files changed, 14 insertions, 3 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile
index 61400bdefa98..6f77d4d38c9c 100644
--- a/www/pecl-http/Makefile
+++ b/www/pecl-http/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= http
-PORTVERSION= 2.2.0
+PORTVERSION= 2.2.1
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo
index 5a14f03ae4e0..16c2f12c035e 100644
--- a/www/pecl-http/distinfo
+++ b/www/pecl-http/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pecl_http-2.2.0.tgz) = a42b2390842390f0612e2767fb7caf9d152c1f80258b81fbc2a0242c277572c1
-SIZE (pecl_http-2.2.0.tgz) = 172406
+SHA256 (pecl_http-2.2.1.tgz) = 7bcbb3027aa850a78e591bc38a4aed4514da1f7c52b9bc99b66f26501d7213c2
+SIZE (pecl_http-2.2.1.tgz) = 172422
diff --git a/www/pecl-http/files/patch-php_http_url.c b/www/pecl-http/files/patch-php_http_url.c
new file mode 100644
index 000000000000..30eab1c5a81e
--- /dev/null
+++ b/www/pecl-http/files/patch-php_http_url.c
@@ -0,0 +1,11 @@
+--- php_http_url.c.orig 2015-02-08 20:13:52.746791000 +0800
++++ php_http_url.c 2015-02-08 20:14:36.050339000 +0800
+@@ -25,6 +25,8 @@
+ # include <arpa/inet.h>
+ #endif
+
++#include <stddef.h>
++
+ #include "php_http_utf8.h"
+
+ static inline char *localhostname(void)