diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2020-10-31 18:16:23 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2020-10-31 18:16:23 +0800 |
commit | bd0cae1ad612a5ebe1bd7692d51a79d55910e07a (patch) | |
tree | 195c9cda4c93d30e05f4315b82cb4442226f039e | |
parent | d8aa545b2d18825beedcda086b4a48243b2b4d44 (diff) | |
download | freebsd-ports-gnome-bd0cae1ad612a5ebe1bd7692d51a79d55910e07a.tar.gz freebsd-ports-gnome-bd0cae1ad612a5ebe1bd7692d51a79d55910e07a.tar.zst freebsd-ports-gnome-bd0cae1ad612a5ebe1bd7692d51a79d55910e07a.zip |
Update to 4.5.6.
-rw-r--r-- | devel/pecl-swoole/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-swoole/distinfo | 6 | ||||
-rw-r--r-- | devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index f03759cf3012..645dc708bd72 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index b2d01af13cb2..ce3bad059aba 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603117582 -SHA256 (PECL/swoole-4.5.5.tgz) = 3a470e4960ffe52db3606098806482f54e4374073da866a01f73614d4de45f28 -SIZE (PECL/swoole-4.5.5.tgz) = 1567342 +TIMESTAMP = 1604132706 +SHA256 (PECL/swoole-4.5.6.tgz) = 1a1502b54767c441e4de71e4d778e134d1c9e3ed5391d0b7aa6ee6a80b6b6df4 +SIZE (PECL/swoole-4.5.6.tgz) = 1545673 diff --git a/devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c b/devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c deleted file mode 100644 index b8ccf5d311d0..000000000000 --- a/devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c +++ /dev/null @@ -1,10 +0,0 @@ ---- thirdparty/hiredis/test.c.orig 2018-11-22 23:09:25 UTC -+++ thirdparty/hiredis/test.c -@@ -4,6 +4,7 @@ - #include <string.h> - #include <strings.h> - #include <sys/time.h> -+#include <sys/socket.h> - #include <netdb.h> - #include <assert.h> - #include <unistd.h> |