summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-05-27 19:10:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-05-27 19:10:19 +0000
commitc75d1149974d19f89cb2fd09abcae9c8d07843f7 (patch)
tree3611eef6a53e4257e2c7bbea98d23f451fdb36bb /www
parent- Add LICENSE (diff)
www/pecl-http: Update version 2.4.1=>2.4.3
Notes
Notes: svn path=/head/; revision=387672
Diffstat (limited to 'www')
-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.c8
3 files changed, 8 insertions, 6 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile
index 7ea9ff138c3e..ef402fe6263f 100644
--- a/www/pecl-http/Makefile
+++ b/www/pecl-http/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= http
-PORTVERSION= 2.4.1
+PORTVERSION= 2.4.3
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo
index 34a0885416cb..c72bd1bb3779 100644
--- a/www/pecl-http/distinfo
+++ b/www/pecl-http/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pecl_http-2.4.1.tgz) = af53bbdad6ea920e061e96623652c9abc5e5065cad664e73de7c104464e728e0
-SIZE (pecl_http-2.4.1.tgz) = 187135
+SHA256 (pecl_http-2.4.3.tgz) = 2d9f3713331cf35b4a0162bd8b294683a67fecb5223e50978661acccd30c6c39
+SIZE (pecl_http-2.4.3.tgz) = 188540
diff --git a/www/pecl-http/files/patch-php_http_url.c b/www/pecl-http/files/patch-php_http_url.c
index 30eab1c5a81e..edf7788da6d5 100644
--- a/www/pecl-http/files/patch-php_http_url.c
+++ b/www/pecl-http/files/patch-php_http_url.c
@@ -1,10 +1,12 @@
---- 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 @@
+--- php_http_url.c.orig 2015-04-08 10:14:19 UTC
++++ php_http_url.c
+@@ -27,6 +27,10 @@
# include <arpa/inet.h>
#endif
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <stddef.h>
++#endif
+
#include "php_http_utf8.h"