Skip to content

Commit

Permalink
devel/pecl-swoole: update to 4.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillahsu committed Oct 18, 2021
1 parent 217e9b4 commit 70752ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions devel/pecl-swoole/Makefile
@@ -1,7 +1,7 @@
# Created by: vanilla@

PORTNAME= swoole
PORTVERSION= 4.7.1
PORTVERSION= 4.8.0
CATEGORIES= devel net

MAINTAINER= vanilla@FreeBSD.org
Expand All @@ -15,17 +15,18 @@ USE_PHP= hash:build pcre

CONFIGURE_ARGS+= --enable-mysqlnd

OPTIONS_DEFINE= CARES HTTP2 SOCKETS JSON CURL
OPTIONS_DEFINE= CARES CURL HTTP2 JSON SOCKETS
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
CARES_CONFIGURE_ON= --enable-cares
HTTP2_CONFIGURE_ON= --enable-http2 --enable-openssl
SOCKETS_USE= PHP=sockets:build
SOCKETS_DESC= Use native php sockets extension
HTTP2_CONFIGURE_ON= --enable-http2 \
--enable-openssl
SOCKETS_USE= PHP=sockets:build
SOCKETS_DESC= Use native php sockets extension
SOCKETS_CONFIGURE_ON= --enable-sockets
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_ON= --enable-swoole-curl
CURL_USE= PHP=curl
CURL_USE= PHP=curl
JSON_CONFIGURE_ON= --enable-swoole-json
JSON_USE= PHP=json:build
JSON_USE= PHP=json:build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/pecl-swoole/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1630154946
SHA256 (PECL/swoole-4.7.1.tgz) = 508fefdcb0d0899458ec7efaaa8972c66cd27d5ac83da0ef214792acce8a6fb5
SIZE (PECL/swoole-4.7.1.tgz) = 1670458
TIMESTAMP = 1634372087
SHA256 (PECL/swoole-4.8.0.tgz) = ca69644725a18ae8e1e4780a9f7228a73161e379319024711a8dc75029a95b44
SIZE (PECL/swoole-4.8.0.tgz) = 1698813

0 comments on commit 70752ec

Please sign in to comment.