From owner-svn-ports-head@FreeBSD.ORG Wed May 27 19:10:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89CD1CD6; Wed, 27 May 2015 19:10:21 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54A2E6B4; Wed, 27 May 2015 19:10:21 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RJAL4C071910; Wed, 27 May 2015 19:10:21 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RJAKLG071907; Wed, 27 May 2015 19:10:20 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505271910.t4RJAKLG071907@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 27 May 2015 19:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387672 - in head/www/pecl-http: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 19:10:21 -0000 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 #endif ++#if defined(__FreeBSD__) || defined(__DragonFly__) +#include ++#endif + #include "php_http_utf8.h"