From nobody Mon Oct 18 01:43:27 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E610018147CC; Mon, 18 Oct 2021 01:43:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HXflz651Pz4m2F; Mon, 18 Oct 2021 01:43:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B152417CC0; Mon, 18 Oct 2021 01:43:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19I1hRqL066530; Mon, 18 Oct 2021 01:43:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19I1hRn8066529; Mon, 18 Oct 2021 01:43:27 GMT (envelope-from git) Date: Mon, 18 Oct 2021 01:43:27 GMT Message-Id: <202110180143.19I1hRn8066529@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Vanilla I. Shu" Subject: git: 70752ec394a8 - main - devel/pecl-swoole: update to 4.8.0. List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: vanilla X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 70752ec394a8f3018cb966e2c19993d7bc14af88 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=70752ec394a8f3018cb966e2c19993d7bc14af88 commit 70752ec394a8f3018cb966e2c19993d7bc14af88 Author: Vanilla I. Shu AuthorDate: 2021-10-18 01:40:35 +0000 Commit: Vanilla I. Shu 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 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