Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 15:17:41 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201702051517.v15FHfIc030984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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__



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702051517.v15FHfIc030984>