svn commit: r387672 - in head/www/pecl-http: . files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Wed May 27 19:10:21 UTC 2015
Author: bofh
Date: Wed May 27 19:10:19 2015
New Revision: 387672
URL: https://svnweb.freebsd.org/changeset/ports/387672
Log:
www/pecl-http: Update version 2.4.1=>2.4.3
Modified:
head/www/pecl-http/Makefile
head/www/pecl-http/distinfo
head/www/pecl-http/files/patch-php_http_url.c
Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile Wed May 27 19:10:17 2015 (r387671)
+++ head/www/pecl-http/Makefile Wed May 27 19:10:19 2015 (r387672)
@@ -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-
Modified: head/www/pecl-http/distinfo
==============================================================================
--- head/www/pecl-http/distinfo Wed May 27 19:10:17 2015 (r387671)
+++ head/www/pecl-http/distinfo Wed May 27 19:10:19 2015 (r387672)
@@ -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
Modified: head/www/pecl-http/files/patch-php_http_url.c
==============================================================================
--- head/www/pecl-http/files/patch-php_http_url.c Wed May 27 19:10:17 2015 (r387671)
+++ head/www/pecl-http/files/patch-php_http_url.c Wed May 27 19:10:19 2015 (r387672)
@@ -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"
More information about the svn-ports-all
mailing list