Date: Fri, 23 Apr 2021 06:35:25 GMT From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d0d548bd3fc8 - main - devel/pecl-swoole: update to 4.6.6. Message-ID: <202104230635.13N6ZP3k038174@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0d548bd3fc870e9eee050895da84528b2fa5521 commit d0d548bd3fc870e9eee050895da84528b2fa5521 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2021-04-23 06:31:24 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2021-04-23 06:35:14 +0000 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 ++-- ...ext-src_php__swoole.h => patch-ext-src_php__swoole__private.h} | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 69789775bf0f..50f4c27e8d97 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 de7d778fc028..81d13bd7ee07 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 1e7cba9deedb..2688d067148d 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 bc8975af8edc..5adb5764f752 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104230635.13N6ZP3k038174>