Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 08:57:41 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557218 - in head/devel/pecl-xdebug: . files
Message-ID:  <202012070857.0B78vfRF018526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Dec  7 08:57:40 2020
New Revision: 557218
URL: https://svnweb.freebsd.org/changeset/ports/557218

Log:
  devel/pecl-xdebug: update to 3.0.1
  
  Add support to php 8.0.0
  Mention breacking changes in configuration in the pkg-message

Modified:
  head/devel/pecl-xdebug/Makefile
  head/devel/pecl-xdebug/distinfo
  head/devel/pecl-xdebug/files/pkg-message.in

Modified: head/devel/pecl-xdebug/Makefile
==============================================================================
--- head/devel/pecl-xdebug/Makefile	Mon Dec  7 08:53:24 2020	(r557217)
+++ head/devel/pecl-xdebug/Makefile	Mon Dec  7 08:57:40 2020	(r557218)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xdebug
-DISTVERSION=	2.9.8
+DISTVERSION=	3.0.1
 CATEGORIES=	devel pear
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -13,7 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFIGURE_ARGS=	--enable-xdebug
 USES=		php:pecl,zend tar:tgz
-IGNORE_WITH_PHP=	80
 
 SUB_FILES=	pkg-message
 

Modified: head/devel/pecl-xdebug/distinfo
==============================================================================
--- head/devel/pecl-xdebug/distinfo	Mon Dec  7 08:53:24 2020	(r557217)
+++ head/devel/pecl-xdebug/distinfo	Mon Dec  7 08:57:40 2020	(r557218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601926955
-SHA256 (PECL/xdebug-2.9.8.tgz) = f555b6cc58d96c9965af942d22e0f1818b7a477a410c76b1ab0eebe85a762f8a
-SIZE (PECL/xdebug-2.9.8.tgz) = 245293
+TIMESTAMP = 1607330746
+SHA256 (PECL/xdebug-3.0.1.tgz) = 0b95317153a2254f3da1fc9010fdffc40c9eec232be3ede088ec4c9bd94049b5
+SIZE (PECL/xdebug-3.0.1.tgz) = 214467

Modified: head/devel/pecl-xdebug/files/pkg-message.in
==============================================================================
--- head/devel/pecl-xdebug/files/pkg-message.in	Mon Dec  7 08:53:24 2020	(r557217)
+++ head/devel/pecl-xdebug/files/pkg-message.in	Mon Dec  7 08:57:40 2020	(r557218)
@@ -15,10 +15,13 @@ to your php.ini to load it. xdebug is not compatible w
 at least the lesser required extension disabled by commenting out it's
 loader line in your php.ini.
 
+xdebug 3.0 introduces several breaking changes in the configuration.
+Please check the documentation at https://xdebug.org/docs/upgrade_guide
+
 Add following section to enable profiling:
 
-xdebug.profiler_enable = 1
-xdebug.profiler_output_dir = /tmp/profiler
+xdebug.mode=profile
+xdebug.output_dir = /tmp/profiler
 EOM
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012070857.0B78vfRF018526>