Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 13:23:49 +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: r555022 - in head/devel/pecl-swoole: . files
Message-ID:  <202011131323.0ADDNnjr027538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Nov 13 13:23:49 2020
New Revision: 555022
URL: https://svnweb.freebsd.org/changeset/ports/555022

Log:
  Update to 4.5.7.

Modified:
  head/devel/pecl-swoole/Makefile
  head/devel/pecl-swoole/distinfo
  head/devel/pecl-swoole/files/patch-config.m4

Modified: head/devel/pecl-swoole/Makefile
==============================================================================
--- head/devel/pecl-swoole/Makefile	Fri Nov 13 13:22:17 2020	(r555021)
+++ head/devel/pecl-swoole/Makefile	Fri Nov 13 13:23:49 2020	(r555022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swoole
-PORTVERSION=	4.5.6
+PORTVERSION=	4.5.7
 CATEGORIES=	devel net
 
 MAINTAINER=	vanilla@FreeBSD.org

Modified: head/devel/pecl-swoole/distinfo
==============================================================================
--- head/devel/pecl-swoole/distinfo	Fri Nov 13 13:22:17 2020	(r555021)
+++ head/devel/pecl-swoole/distinfo	Fri Nov 13 13:23:49 2020	(r555022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604132706
-SHA256 (PECL/swoole-4.5.6.tgz) = 1a1502b54767c441e4de71e4d778e134d1c9e3ed5391d0b7aa6ee6a80b6b6df4
-SIZE (PECL/swoole-4.5.6.tgz) = 1545673
+TIMESTAMP = 1605271735
+SHA256 (PECL/swoole-4.5.7.tgz) = a6fada79611191c021f698265c5651c0566db6cda705f29e8bdb5a99c4c95008
+SIZE (PECL/swoole-4.5.7.tgz) = 1550084

Modified: head/devel/pecl-swoole/files/patch-config.m4
==============================================================================
--- head/devel/pecl-swoole/files/patch-config.m4	Fri Nov 13 13:22:17 2020	(r555021)
+++ head/devel/pecl-swoole/files/patch-config.m4	Fri Nov 13 13:23:49 2020	(r555022)
@@ -1,6 +1,6 @@
---- config.m4.orig	2020-08-30 04:51:37 UTC
+--- config.m4.orig	2020-10-30 03:15:28 UTC
 +++ config.m4
-@@ -268,7 +268,7 @@ if test "$PHP_SWOOLE" != "no"; then
+@@ -271,7 +271,7 @@ if test "$PHP_SWOOLE" != "no"; then
      AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll]))
      AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile]))
      AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue]))



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