git: 33d99bd6ae22 - main - textproc/pecl-xlswriter: Update to 3.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 11 Jul 2026 12:23:26 UTC
The branch main has been updated by sunpoet:

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

commit 33d99bd6ae2201f550575164a89f97d0943959c3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:46:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:20:57 +0000

    textproc/pecl-xlswriter: Update to 3.0.0
    
    Changes:        https://pecl.php.net/package-changelog.php?package=xlswriter
                    https://github.com/viest/php-ext-xlswriter/releases
---
 textproc/pecl-xlswriter/Makefile                  |  2 +-
 textproc/pecl-xlswriter/distinfo                  |  6 +++---
 textproc/pecl-xlswriter/files/patch-libxlsxwriter | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/textproc/pecl-xlswriter/Makefile b/textproc/pecl-xlswriter/Makefile
index c81de0346878..312f80c55b08 100644
--- a/textproc/pecl-xlswriter/Makefile
+++ b/textproc/pecl-xlswriter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xlswriter
-PORTVERSION=	2.0.3
+PORTVERSION=	3.0.0
 CATEGORIES=	textproc
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/textproc/pecl-xlswriter/distinfo b/textproc/pecl-xlswriter/distinfo
index 37dd85081061..b8430cef0693 100644
--- a/textproc/pecl-xlswriter/distinfo
+++ b/textproc/pecl-xlswriter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1782966228
-SHA256 (PECL/xlswriter-2.0.3.tgz) = b69c168780527ec73fa3d7986d4279ecce00e184760f6572cc5e450a68b4f201
-SIZE (PECL/xlswriter-2.0.3.tgz) = 771220
+TIMESTAMP = 1783564006
+SHA256 (PECL/xlswriter-3.0.0.tgz) = a17986ad5ac09529513fc59b2871ca2b53eaec1c2c55cf00be60a292e85ade73
+SIZE (PECL/xlswriter-3.0.0.tgz) = 958290
diff --git a/textproc/pecl-xlswriter/files/patch-libxlsxwriter b/textproc/pecl-xlswriter/files/patch-libxlsxwriter
deleted file mode 100644
index 8787691ae8de..000000000000
--- a/textproc/pecl-xlswriter/files/patch-libxlsxwriter
+++ /dev/null
@@ -1,11 +0,0 @@
---- kernel/write.c.orig	2026-05-16 11:29:35 UTC
-+++ kernel/write.c
-@@ -655,7 +655,7 @@ workbook_file(xls_resource_write_t *self)
-         if (worksheet->index == self->workbook->active_sheet)
-             worksheet->active = 1;
- 
--        if (worksheet->has_dynamic_arrays)
-+        if (worksheet->has_dynamic_functions)
-             self->workbook->has_metadata = LXW_TRUE;
-     }
-