From d0d548bd3fc870e9eee050895da84528b2fa5521 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 23 Apr 2021 14:31:24 +0800 Subject: [PATCH] devel/pecl-swoole: update to 4.6.6. --- devel/pecl-swoole/Makefile | 2 +- devel/pecl-swoole/distinfo | 6 +++--- devel/pecl-swoole/files/patch-config.m4 | 4 ++-- ...php__swoole.h => patch-ext-src_php__swoole__private.h} | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) rename devel/pecl-swoole/files/{patch-ext-src_php__swoole.h => patch-ext-src_php__swoole__private.h} (60%) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 69789775bf0ff..50f4c27e8d976 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= swoole -PORTVERSION= 4.6.5 +PORTVERSION= 4.6.6 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index de7d778fc0282..81d13bd7ee07e 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618043747 -SHA256 (PECL/swoole-4.6.5.tgz) = 1fb0c02220a06b08185f74adf50653d3f2dc2c4aacef01c5c8a5ef2169e117a7 -SIZE (PECL/swoole-4.6.5.tgz) = 1642233 +TIMESTAMP = 1619156627 +SHA256 (PECL/swoole-4.6.6.tgz) = 75ac779852c8a692945fc20892b45ed6143cb20198e52d2448445fe39bd21541 +SIZE (PECL/swoole-4.6.6.tgz) = 1643261 diff --git a/devel/pecl-swoole/files/patch-config.m4 b/devel/pecl-swoole/files/patch-config.m4 index 1e7cba9deedb4..2688d067148d1 100644 --- a/devel/pecl-swoole/files/patch-config.m4 +++ b/devel/pecl-swoole/files/patch-config.m4 @@ -1,6 +1,6 @@ ---- config.m4.orig 2021-02-09 10:27:52 UTC +--- config.m4.orig 2021-04-22 09:33:36 UTC +++ config.m4 -@@ -294,7 +294,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -337,7 +337,7 @@ if test "$PHP_SWOOLE" != "no"; then AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) diff --git a/devel/pecl-swoole/files/patch-ext-src_php__swoole.h b/devel/pecl-swoole/files/patch-ext-src_php__swoole__private.h similarity index 60% rename from devel/pecl-swoole/files/patch-ext-src_php__swoole.h rename to devel/pecl-swoole/files/patch-ext-src_php__swoole__private.h index bc8975af8edce..5adb5764f7525 100644 --- a/devel/pecl-swoole/files/patch-ext-src_php__swoole.h +++ b/devel/pecl-swoole/files/patch-ext-src_php__swoole__private.h @@ -1,7 +1,7 @@ ---- ext-src/php_swoole.h.orig 2021-02-09 10:27:52 UTC -+++ ext-src/php_swoole.h -@@ -948,7 +948,7 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram - { +--- ext-src/php_swoole_private.h.orig 2021-04-23 05:47:52 UTC ++++ ext-src/php_swoole_private.h +@@ -894,7 +894,7 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram + char **error) { zend_string *name; zend_bool ret; -#if PHP_VERSION_ID < 80000