Skip to content

Commit

Permalink
devel/pecl-swoole: update to 4.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillahsu committed Apr 23, 2021
1 parent 86d19ca commit d0d548b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions 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]))
Expand Down
@@ -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
Expand Down

0 comments on commit d0d548b

Please sign in to comment.