summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanilla <vanilla@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 10:16:23 +0000
committervanilla <vanilla@35697150-7ecd-e111-bb59-0022644237b5>2020-10-31 10:16:23 +0000
commit92b1d580c3f4e0f859a2578c490c3eda83d5cbae (patch)
tree195c9cda4c93d30e05f4315b82cb4442226f039e
parent6f88bf77c5ea354513de0b7a0cb71b09cddc6349 (diff)
downloadfreebsd-ports-92b1d580c3f4e0f859a2578c490c3eda83d5cbae.tar.gz
freebsd-ports-92b1d580c3f4e0f859a2578c490c3eda83d5cbae.tar.bz2
Update to 4.5.6.
git-svn-id: http://svn.freebsd.org/ports/head@553766 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--devel/pecl-swoole/Makefile2
-rw-r--r--devel/pecl-swoole/distinfo6
-rw-r--r--devel/pecl-swoole/files/patch-thirdparty_hiredis_test.c10
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>