pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-xdebug
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.
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"
Home |
Main Index |
Thread Index |
Old Index