From owner-svn-ports-all@freebsd.org Mon Dec 7 08:57:41 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C72FF47C292; Mon, 7 Dec 2020 08:57:41 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CqHJP5GG8z4XNs; Mon, 7 Dec 2020 08:57:41 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A33701F579; Mon, 7 Dec 2020 08:57:41 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B78vfwC018531; Mon, 7 Dec 2020 08:57:41 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B78vfRF018526; Mon, 7 Dec 2020 08:57:41 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <202012070857.0B78vfRF018526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Mon, 7 Dec 2020 08:57:41 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel/pecl-xdebug: . files X-SVN-Commit-Revision: 557218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2020 08:57:41 -0000 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 } ]