Received: by mail.netbsd.org (Postfix, from userid 605) id AC3ED84E96; Wed, 14 Dec 2022 11:46:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D735184D55 for ; Wed, 14 Dec 2022 11:46:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nyDyvtlcUtZj for ; Wed, 14 Dec 2022 11:46:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 66A2984CFE for ; Wed, 14 Dec 2022 11:46:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60679FA90; Wed, 14 Dec 2022 11:46:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167101840111910" MIME-Version: 1.0 Date: Wed, 14 Dec 2022 11:46:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/php-xdebug To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221214114641.60679FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167101840111910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 14 11:46:41 UTC 2022 Modified Files: pkgsrc/devel/php-xdebug: Makefile Log Message: php-xdebug: does not support php 8.2 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/php-xdebug/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167101840111910 Content-Disposition: inline Content-Length: 643 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/php-xdebug/Makefile diff -u pkgsrc/devel/php-xdebug/Makefile:1.42 pkgsrc/devel/php-xdebug/Makefile:1.43 --- pkgsrc/devel/php-xdebug/Makefile:1.42 Wed Nov 9 14:52:48 2022 +++ pkgsrc/devel/php-xdebug/Makefile Wed Dec 14 11:46:41 2022 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2022/11/09 14:52:48 taca Exp $ -# +# $NetBSD: Makefile,v 1.43 2022/12/14 11:46:41 wiz Exp $ MODNAME= xdebug PECL_VERSION= 3.1.6 @@ -13,7 +12,7 @@ LICENSE= php PHP_ZEND_EXTENSION= yes -PHP_VERSIONS_INCOMPATIBLE= 56 +PHP_VERSIONS_INCOMPATIBLE= 56 82 .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" --_----------=_167101840111910--