Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2025 08:00:06 +0000
From:      Vanilla I. Shu <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef53f6607c1b - main - devel/pecl-swoole: update to 6.1.3.
Message-ID:  <6926b386.2c687.308c0d6c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef53f6607c1bfed821e2adec39d8728897ecb1b0

commit ef53f6607c1bfed821e2adec39d8728897ecb1b0
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2025-11-26 07:59:28 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2025-11-26 07:59:28 +0000

    devel/pecl-swoole: update to 6.1.3.
---
 devel/pecl-swoole/Makefile                               |  4 ++--
 devel/pecl-swoole/distinfo                               |  6 +++---
 devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h | 13 -------------
 devel/pecl-swoole/files/patch-include_swoole__async.h    | 14 --------------
 4 files changed, 5 insertions(+), 32 deletions(-)

diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile
index 01a72e5ba251..6134ede22883 100644
--- a/devel/pecl-swoole/Makefile
+++ b/devel/pecl-swoole/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	swoole
-DISTVERSION=	6.1.2
+DISTVERSION=	6.1.3
 PORTREVISION=	0
 CATEGORIES=	devel net
 
@@ -12,9 +12,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NOT_FOR_ARCHS=	i386 powerpc
 NOT_FOR_ARCHS_REASON=	upstream drop 32 bits support
+IGNORE_WITH_PHP=	85
 
 USES=		compiler:c11 localbase:ldflags php:build,pecl pkgconfig ssl
-IGNORE_WITH_PHP=	85
 
 CONFIGURE_ARGS+=	--enable-mysqlnd --enable-openssl
 
diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo
index 1e39de567306..1c5aa268e386 100644
--- a/devel/pecl-swoole/distinfo
+++ b/devel/pecl-swoole/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762991095
-SHA256 (PECL/swoole-6.1.2.tgz) = c62896648701c59c1109b9428df613824de03a7ff7251d863e893d06375e68ff
-SIZE (PECL/swoole-6.1.2.tgz) = 2453484
+TIMESTAMP = 1764140643
+SHA256 (PECL/swoole-6.1.3.tgz) = 636b63b359e15ca8ff8b9fd7a72cf447d8fbdc5903f335a45cc94907c7355d27
+SIZE (PECL/swoole-6.1.3.tgz) = 2455981
diff --git a/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h b/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h
deleted file mode 100644
index b61ec975fc34..000000000000
--- a/devel/pecl-swoole/files/patch-ext-src_php__swoole__cxx.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext-src/php_swoole_cxx.h.orig	2024-12-16 08:02:21 UTC
-+++ ext-src/php_swoole_cxx.h
-@@ -200,6 +200,10 @@ using tcp_info = tcp_connection_info;
- using tcp_info = tcp_connection_info;
- #endif
- 
-+#ifdef __FreeBSD__
-+#define SOL_TCP IPPROTO_TCP
-+#endif
-+
- #ifdef TCP_INFO
- std::unordered_map<std::string, uint64_t> sw_socket_parse_tcp_info(tcp_info *info);
- #endif
diff --git a/devel/pecl-swoole/files/patch-include_swoole__async.h b/devel/pecl-swoole/files/patch-include_swoole__async.h
deleted file mode 100644
index e84e2731f615..000000000000
--- a/devel/pecl-swoole/files/patch-include_swoole__async.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/swoole_async.h.orig	2024-11-28 03:39:05 UTC
-+++ include/swoole_async.h
-@@ -23,6 +23,11 @@
- #include <mutex>
- #include <atomic>
- 
-+#ifdef __FreeBSD__
-+#include <arpa/inet.h>
-+#include <netinet/in.h>
-+#endif
-+
- #ifndef O_DIRECT
- #define O_DIRECT 040000
- #endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6926b386.2c687.308c0d6c>