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:   jdolecek
Date:           Wed Dec  6 22:05:06 UTC 2017

Modified Files:
        pkgsrc/devel/php-xdebug: Makefile

Log Message:
mark this as not for php 7.2 until it's updated to 2.6.0

make it conflict with with php-xdebug>=2.5.99, it clashes with the version
2.6.0alpha provided by php-xdebug-devel


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/devel/php-xdebug/Makefile:1.18
--- pkgsrc/devel/php-xdebug/Makefile:1.17       Thu Jul  6 13:33:42 2017
+++ pkgsrc/devel/php-xdebug/Makefile    Wed Dec  6 22:05:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/07/06 13:33:42 taca Exp $
+# $NetBSD: Makefile,v 1.18 2017/12/06 22:05:05 jdolecek Exp $
 #
 
 MODNAME=               xdebug
@@ -14,5 +14,11 @@ LICENSE=             php
 
 PHP_ZEND_EXTENSION=    yes
 
+# XXX add 72 and remove 56 when this package would be updated to final 2.6.0
+# XXX use php-xdebug-devel for now if you need 72
+PHP_VERSIONS_ACCEPTED=  56 70 71
+
+CONFLICTS=             ${PHP_PKG_PREFIX}-xdebug>=2.5.99
+
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index