From owner-svn-ports-head@freebsd.org Sun Feb 5 15:17:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38C91CD17A8; Sun, 5 Feb 2017 15:17:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id CDA291358; Sun, 5 Feb 2017 15:17:42 +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 v15FHfB5030987; Sun, 5 Feb 2017 15:17:41 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15FHfIc030984; Sun, 5 Feb 2017 15:17:41 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702051517.v15FHfIc030984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 5 Feb 2017 15:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433417 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 15:17:43 -0000 Author: vanilla Date: Sun Feb 5 15:17:41 2017 New Revision: 433417 URL: https://svnweb.freebsd.org/changeset/ports/433417 Log: Update to 1.9.5. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo head/devel/pecl-swoole/files/patch-swoole__config.h Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Sun Feb 5 15:11:40 2017 (r433416) +++ head/devel/pecl-swoole/Makefile Sun Feb 5 15:17:41 2017 (r433417) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.8.13 -PORTREVISION= 1 +PORTVERSION= 1.9.5 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,15 +14,20 @@ COMMENT= Asynchronous & concurrent & dis LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext ssl tar:tgz +USES= execinfo php:ext ssl tar:tgz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= pcre -OPTIONS_DEFINE= HTTP2 REDIS +OPTIONS_DEFINE= HTTP2 REDIS RING_BUFFER SOCKETS HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis -REDIS_CONFIGURE_ON= --enable-async-redis --enable-coroutine +REDIS_CONFIGURE_ON= --enable-async-redis +RING_BUFFER_DESC= Use ring buffer pool +RING_BUFFER_CONFIGURE_ON= --enable-ringbuffer +SOCKETS_USE= PHP=sockets:build +SOCKETS_DESC= Use native php sockets extension +SOCKETS_CONFIGURE_ON= --enable-sockets .include Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Sun Feb 5 15:11:40 2017 (r433416) +++ head/devel/pecl-swoole/distinfo Sun Feb 5 15:17:41 2017 (r433417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477449966 -SHA256 (PECL/swoole-1.8.13.tgz) = 54ceae0287d1c3bb1aaa5ea4e16f40f9f2301afe1c517c16cc3b5e9876b682be -SIZE (PECL/swoole-1.8.13.tgz) = 523667 +TIMESTAMP = 1486302935 +SHA256 (PECL/swoole-1.9.5.tgz) = ffc11770606478938e7c5437b29e486d1737ddc3ebb4a8f51bcebe127c5d1a45 +SIZE (PECL/swoole-1.9.5.tgz) = 542481 Modified: head/devel/pecl-swoole/files/patch-swoole__config.h ============================================================================== --- head/devel/pecl-swoole/files/patch-swoole__config.h Sun Feb 5 15:11:40 2017 (r433416) +++ head/devel/pecl-swoole/files/patch-swoole__config.h Sun Feb 5 15:17:41 2017 (r433417) @@ -1,4 +1,4 @@ ---- swoole_config.h.orig 2015-09-03 15:27:08 UTC +--- swoole_config.h.orig 2017-01-24 02:05:48 UTC +++ swoole_config.h @@ -19,7 +19,7 @@ #ifndef __clang__