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,26 +1,26 @@ PORTNAME= xlswriter -PORTVERSION= 2.0.3 +PORTVERSION= 3.0.0 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Efficient and fast xlsx file extension WWW= https://pecl.php.net/package/xlswriter \ https://github.com/viest/php-ext-xlswriter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxlsxwriter.so:math/libxlsxwriter USES= php:pecl ssl CFLAGS+= -I${LOCALBASE}/include/minizip CONFIGURE_ARGS= --with-libxlsxwriter=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} #IGNORE_WITH_PHP=86 post-patch: # Clean up bundled libraries @${RM} -r ${WRKSRC}/library/libxlsxwriter/ .include 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; - } -