Date: Mon, 18 Oct 2021 01:43:27 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: 70752ec394a8 - main - devel/pecl-swoole: update to 4.8.0. Message-ID: <202110180143.19I1hRn8066529@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=70752ec394a8f3018cb966e2c19993d7bc14af88 commit 70752ec394a8f3018cb966e2c19993d7bc14af88 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2021-10-18 01:40:35 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2021-10-18 01:43:18 +0000 devel/pecl-swoole: update to 4.8.0. --- devel/pecl-swoole/Makefile | 15 ++++++++------- devel/pecl-swoole/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index a4689a74a765..4e9fcf3e24ab 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= swoole -PORTVERSION= 4.7.1 +PORTVERSION= 4.8.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org @@ -15,17 +15,18 @@ USE_PHP= hash:build pcre CONFIGURE_ARGS+= --enable-mysqlnd -OPTIONS_DEFINE= CARES HTTP2 SOCKETS JSON CURL +OPTIONS_DEFINE= CARES CURL HTTP2 JSON SOCKETS CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CONFIGURE_ON= --enable-cares -HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl -SOCKETS_USE= PHP=sockets:build -SOCKETS_DESC= Use native php sockets extension +HTTP2_CONFIGURE_ON= --enable-http2 \ + --enable-openssl +SOCKETS_USE= PHP=sockets:build +SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= --enable-swoole-curl -CURL_USE= PHP=curl +CURL_USE= PHP=curl JSON_CONFIGURE_ON= --enable-swoole-json -JSON_USE= PHP=json:build +JSON_USE= PHP=json:build .include <bsd.port.mk> diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index c08dc9c8f525..f49d0d04da48 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630154946 -SHA256 (PECL/swoole-4.7.1.tgz) = 508fefdcb0d0899458ec7efaaa8972c66cd27d5ac83da0ef214792acce8a6fb5 -SIZE (PECL/swoole-4.7.1.tgz) = 1670458 +TIMESTAMP = 1634372087 +SHA256 (PECL/swoole-4.8.0.tgz) = ca69644725a18ae8e1e4780a9f7228a73161e379319024711a8dc75029a95b44 +SIZE (PECL/swoole-4.8.0.tgz) = 1698813
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110180143.19I1hRn8066529>