Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 12:16:30 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378643 - in head/www/pecl-http: . files
Message-ID:  <201502081216.t18CGUO8033657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Feb  8 12:16:30 2015
New Revision: 378643
URL: https://svnweb.freebsd.org/changeset/ports/378643
QAT: https://qat.redports.org/buildarchive/r378643/

Log:
  Upgrade to 2.2.1.

Added:
  head/www/pecl-http/files/
  head/www/pecl-http/files/patch-php_http_url.c   (contents, props changed)
Modified:
  head/www/pecl-http/Makefile
  head/www/pecl-http/distinfo

Modified: head/www/pecl-http/Makefile
==============================================================================
--- head/www/pecl-http/Makefile	Sun Feb  8 12:02:57 2015	(r378642)
+++ head/www/pecl-http/Makefile	Sun Feb  8 12:16:30 2015	(r378643)
@@ -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-

Modified: head/www/pecl-http/distinfo
==============================================================================
--- head/www/pecl-http/distinfo	Sun Feb  8 12:02:57 2015	(r378642)
+++ head/www/pecl-http/distinfo	Sun Feb  8 12:16:30 2015	(r378643)
@@ -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

Added: head/www/pecl-http/files/patch-php_http_url.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/pecl-http/files/patch-php_http_url.c	Sun Feb  8 12:16:30 2015	(r378643)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081216.t18CGUO8033657>