From owner-svn-ports-all@freebsd.org Fri Nov 13 13:23:50 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C2312E3400; Fri, 13 Nov 2020 13:23:50 +0000 (UTC) (envelope-from vanilla@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CXfLZ1D7Gz3vwV; Fri, 13 Nov 2020 13:23:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C97318F17; Fri, 13 Nov 2020 13:23:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ADDNnFT027541; Fri, 13 Nov 2020 13:23:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ADDNnjr027538; Fri, 13 Nov 2020 13:23:49 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202011131323.0ADDNnjr027538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 13 Nov 2020 13:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555022 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/pecl-swoole: . files X-SVN-Commit-Revision: 555022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2020 13:23:50 -0000 Author: vanilla Date: Fri Nov 13 13:23:49 2020 New Revision: 555022 URL: https://svnweb.freebsd.org/changeset/ports/555022 Log: Update to 4.5.7. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo head/devel/pecl-swoole/files/patch-config.m4 Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Fri Nov 13 13:22:17 2020 (r555021) +++ head/devel/pecl-swoole/Makefile Fri Nov 13 13:23:49 2020 (r555022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.5.6 +PORTVERSION= 4.5.7 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Fri Nov 13 13:22:17 2020 (r555021) +++ head/devel/pecl-swoole/distinfo Fri Nov 13 13:23:49 2020 (r555022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604132706 -SHA256 (PECL/swoole-4.5.6.tgz) = 1a1502b54767c441e4de71e4d778e134d1c9e3ed5391d0b7aa6ee6a80b6b6df4 -SIZE (PECL/swoole-4.5.6.tgz) = 1545673 +TIMESTAMP = 1605271735 +SHA256 (PECL/swoole-4.5.7.tgz) = a6fada79611191c021f698265c5651c0566db6cda705f29e8bdb5a99c4c95008 +SIZE (PECL/swoole-4.5.7.tgz) = 1550084 Modified: head/devel/pecl-swoole/files/patch-config.m4 ============================================================================== --- head/devel/pecl-swoole/files/patch-config.m4 Fri Nov 13 13:22:17 2020 (r555021) +++ head/devel/pecl-swoole/files/patch-config.m4 Fri Nov 13 13:23:49 2020 (r555022) @@ -1,6 +1,6 @@ ---- config.m4.orig 2020-08-30 04:51:37 UTC +--- config.m4.orig 2020-10-30 03:15:28 UTC +++ config.m4 -@@ -268,7 +268,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -271,7 +271,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]))