git: 1ee65ea29be6 - main - www/pecl-yar: Update to 2.3.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 18:13:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee65ea29be6b266b51befc7324225c7bc9b580b
commit 1ee65ea29be6b266b51befc7324225c7bc9b580b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:00:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:00:45 +0000
www/pecl-yar: Update to 2.3.4
Changes: https://pecl.php.net/package-changelog.php?package=yar
---
www/pecl-yar/Makefile | 2 +-
www/pecl-yar/distinfo | 6 +++---
www/pecl-yar/files/patch-php85 | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile
index fffb326988e3..ff5a430c03ef 100644
--- a/www/pecl-yar/Makefile
+++ b/www/pecl-yar/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yar
-PORTVERSION= 2.3.3
+PORTVERSION= 2.3.4
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/www/pecl-yar/distinfo b/www/pecl-yar/distinfo
index b2555f632ac3..a6e6c137385e 100644
--- a/www/pecl-yar/distinfo
+++ b/www/pecl-yar/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720022758
-SHA256 (PECL/yar-2.3.3.tgz) = e5951c7ac813dbd7dcb5738aa33b74ccdeba8a302a0649cd48affa263017b93a
-SIZE (PECL/yar-2.3.3.tgz) = 51333
+TIMESTAMP = 1755062478
+SHA256 (PECL/yar-2.3.4.tgz) = 858a8264c7e8fdd3ae2598bda0bd57e404cbed0d69941edf8bf74f632032dd48
+SIZE (PECL/yar-2.3.4.tgz) = 51365
diff --git a/www/pecl-yar/files/patch-php85 b/www/pecl-yar/files/patch-php85
deleted file mode 100644
index 20c15b01392c..000000000000
--- a/www/pecl-yar/files/patch-php85
+++ /dev/null
@@ -1,11 +0,0 @@
---- yar_exception.c.orig 2024-06-25 08:51:10 UTC
-+++ yar_exception.c
-@@ -62,7 +62,7 @@ zend_class_entry * php_yar_get_exception_base(int root
- }
- #endif
-
-- return zend_exception_get_default();
-+ return zend_ce_exception;
- }
- /* }}} */
-