Upgrade to 4.4.1.
This commit is contained in:
parent
6e970ccdfb
commit
02827f54f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507035
2 changed files with 5 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= swoole
|
||||
PORTVERSION= 4.4.0
|
||||
PORTVERSION= 4.4.1
|
||||
CATEGORIES= devel net
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
@ -16,15 +16,11 @@ 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
|
||||
OPTIONS_DEFINE= HTTP2 SOCKETS
|
||||
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 <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1562513920
|
||||
SHA256 (PECL/swoole-4.4.0.tgz) = 90b33cc982ec9b9ac7c160e895ecfdf0cf16b2b52e75dad93c5e51a953821f0e
|
||||
SIZE (PECL/swoole-4.4.0.tgz) = 1410807
|
||||
TIMESTAMP = 1563637736
|
||||
SHA256 (PECL/swoole-4.4.1.tgz) = 40c9130e14af339212752d792647d0fe1575935be2425e9b91df2772ea9f575b
|
||||
SIZE (PECL/swoole-4.4.1.tgz) = 1412437
|
||||
|
|
Loading…
Reference in a new issue