From cc39733e01b262d25ac6391db4b8d46b0e9d7e66 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 6 Jan 2023 19:37:32 +0000 Subject: [PATCH] update to xdebug 3.2.0; drops PHP 7.4 and adds PHP 8.2 support --- devel/pecl-xdebug/Makefile | 7 +++---- devel/pecl-xdebug/distinfo | 4 ++-- devel/pecl-xdebug/patches/patch-xdebug_ini | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index f16b162ee9a..6d739f68f61 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -2,8 +2,7 @@ COMMENT= debug and development tools for PHP GH_ACCOUNT= xdebug GH_PROJECT= xdebug -GH_TAGNAME= 3.1.3 -REVISION= 0 +GH_TAGNAME= 3.2.0 CATEGORIES= devel @@ -15,10 +14,10 @@ PERMIT_PACKAGE= Yes WANTLIB= m z COMPILER= base-clang ports-gcc - -MODULES= lang/php/pecl CONFIGURE_STYLE= gnu +MODULES= lang/php/pecl +FLAVORS= php80 php81 php82 MODPHP_DO_SAMPLE= PV= ${MODPHP_VERSION} MODULE_NAME= xdebug diff --git a/devel/pecl-xdebug/distinfo b/devel/pecl-xdebug/distinfo index fcf8052a224..921e01c0484 100644 --- a/devel/pecl-xdebug/distinfo +++ b/devel/pecl-xdebug/distinfo @@ -1,2 +1,2 @@ -SHA256 (xdebug-3.1.3.tar.gz) = uPVNpr2sLfziE3yP9K3yw5x/cAGoBicOB6TQwl95HwY= -SIZE (xdebug-3.1.3.tar.gz) = 470230 +SHA256 (xdebug-3.2.0.tar.gz) = pZefIGC5I3VSNmL0Ub/r12txgRaSHGC8346HvgxY3XI= +SIZE (xdebug-3.2.0.tar.gz) = 449500 diff --git a/devel/pecl-xdebug/patches/patch-xdebug_ini b/devel/pecl-xdebug/patches/patch-xdebug_ini index 4c897a9e02b..b5256170aed 100644 --- a/devel/pecl-xdebug/patches/patch-xdebug_ini +++ b/devel/pecl-xdebug/patches/patch-xdebug_ini @@ -3,7 +3,7 @@ Index: xdebug.ini +++ xdebug.ini @@ -1,5 +1,9 @@ -; This file is generated by the 'xdebug.org:html/docs/convert.php' robot --; for Xdebug 3.1.3 — do not modify by hand +-; for Xdebug 3.2.0 — do not modify by hand +zend_extension=xdebug.so +#xdebug.mode=develop,profile +