summaryrefslogtreecommitdiff
path: root/www/pecl-yar
diff options
context:
space:
mode:
Diffstat (limited to 'www/pecl-yar')
-rw-r--r--www/pecl-yar/Makefile2
-rw-r--r--www/pecl-yar/distinfo6
-rw-r--r--www/pecl-yar/files/patch-php8511
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;
- }
- /* }}} */
-