summaryrefslogtreecommitdiff
path: root/devel/pecl-xdebug
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-xdebug')
-rw-r--r--devel/pecl-xdebug/Makefile4
-rw-r--r--devel/pecl-xdebug/distinfo6
-rw-r--r--devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c14
3 files changed, 5 insertions, 19 deletions
diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile
index 7de5d2b2ce0e..686030249155 100644
--- a/devel/pecl-xdebug/Makefile
+++ b/devel/pecl-xdebug/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xdebug
-DISTVERSION= 3.3.2
+DISTVERSION= 3.4.4
CATEGORIES= devel pear
MAINTAINER= pizzamig@FreeBSD.org
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl,zend tar:tgz
-IGNORE_WITH_PHP= 84 85
+IGNORE_WITH_PHP= 85
CONFIGURE_ARGS= --enable-xdebug
diff --git a/devel/pecl-xdebug/distinfo b/devel/pecl-xdebug/distinfo
index 5ddb2a5aa5a4..c05f245768dd 100644
--- a/devel/pecl-xdebug/distinfo
+++ b/devel/pecl-xdebug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727437095
-SHA256 (PECL/xdebug-3.3.2.tgz) = 15545b8311bedb5e7df08fd90d6653d9bf33629791e8119e70350475df932c55
-SIZE (PECL/xdebug-3.3.2.tgz) = 258943
+TIMESTAMP = 1752313708
+SHA256 (PECL/xdebug-3.4.4.tgz) = f8e6aaac0c61b466204ed1117456cb1ba788e083229bd1aa7acd8f53dbfeb614
+SIZE (PECL/xdebug-3.4.4.tgz) = 262823
diff --git a/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c b/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c
deleted file mode 100644
index 41517a51c857..000000000000
--- a/devel/pecl-xdebug/files/patch-src_lib_usefulstuff.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/lib/usefulstuff.c.orig 2024-08-03 13:55:22 UTC
-+++ src/lib/usefulstuff.c
-@@ -41,7 +41,11 @@
- #include "usefulstuff.h"
- #include "log.h"
-
-+#if PHP_VERSION_ID <= 80300
- #include "ext/standard/php_lcg.h"
-+#else
-+#include "ext/random/php_random.h"
-+#endif
- #include "ext/standard/flock_compat.h"
- #include "main/php_ini.h"
-