Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 04:05:16 +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: r507035 - head/devel/pecl-swoole
Message-ID:  <201907210405.x6L45GhV065110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Jul 21 04:05:15 2019
New Revision: 507035
URL: https://svnweb.freebsd.org/changeset/ports/507035

Log:
  Upgrade to 4.4.1.

Modified:
  head/devel/pecl-swoole/Makefile
  head/devel/pecl-swoole/distinfo

Modified: head/devel/pecl-swoole/Makefile
==============================================================================
--- head/devel/pecl-swoole/Makefile	Sun Jul 21 04:00:07 2019	(r507034)
+++ head/devel/pecl-swoole/Makefile	Sun Jul 21 04:05:15 2019	(r507035)
@@ -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>

Modified: head/devel/pecl-swoole/distinfo
==============================================================================
--- head/devel/pecl-swoole/distinfo	Sun Jul 21 04:00:07 2019	(r507034)
+++ head/devel/pecl-swoole/distinfo	Sun Jul 21 04:05:15 2019	(r507035)
@@ -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



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