Index: head/devel/pecl-swoole/Makefile =================================================================== --- head/devel/pecl-swoole/Makefile (revision 506222) +++ head/devel/pecl-swoole/Makefile (revision 506223) @@ -1,30 +1,30 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.3.5 +PORTVERSION= 4.4.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= Asynchronous & concurrent & distributed networking framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 localbase:ldflags php:pecl ssl USE_PHP= hash:build pcre CONFIGURE_ARGS+= --enable-mysqlnd OPTIONS_DEFINE= CARES HTTP2 SOCKETS PGSQL CARES_LIB_DEPENDS= libcares.so:dns/c-ares CARES_CONFIGURE_ON= --enable-cares HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl SOCKETS_USE= PHP=sockets:build SOCKETS_DESC= Use native php sockets extension SOCKETS_CONFIGURE_ON= --enable-sockets PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --enable-coroutine-postgresql .include Index: head/devel/pecl-swoole/distinfo =================================================================== --- head/devel/pecl-swoole/distinfo (revision 506222) +++ head/devel/pecl-swoole/distinfo (revision 506223) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560827376 -SHA256 (PECL/swoole-4.3.5.tgz) = d9c640f6275403d9a871998643d79a7f3e8e51593591c1c08e53e93af189b075 -SIZE (PECL/swoole-4.3.5.tgz) = 1348319 +TIMESTAMP = 1562513920 +SHA256 (PECL/swoole-4.4.0.tgz) = 90b33cc982ec9b9ac7c160e895ecfdf0cf16b2b52e75dad93c5e51a953821f0e +SIZE (PECL/swoole-4.4.0.tgz) = 1410807 Index: head/devel/pecl-swoole/files/patch-src_server_static__handler.cc =================================================================== --- head/devel/pecl-swoole/files/patch-src_server_static__handler.cc (revision 506222) +++ head/devel/pecl-swoole/files/patch-src_server_static__handler.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/server/static_handler.cc.orig 2019-06-18 03:17:11 UTC -+++ src/server/static_handler.cc -@@ -168,7 +168,7 @@ int static_handler::send_response() - { - date_format = SW_HTTP_ASCTIME_DATE; - } -- if (date_format && mktime(&tm3) - (int) timezone >= file_mtime) -+ if (date_format && mktime(&tm3) - (long)timezone >= file_mtime) - { - response.info.len = sw_snprintf(header_buffer, sizeof(header_buffer), "HTTP/1.1 304 Not Modified\r\n" - "%s" Property changes on: head/devel/pecl-swoole/files/patch-src_server_static__handler.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property