pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-xdebug-devel
Module Name: pkgsrc
Committed By: jdolecek
Date: Sat Jan 6 15:48:45 UTC 2018
Modified Files:
pkgsrc/devel/php-xdebug-devel: Makefile distinfo
Log Message:
Update php-xdebug-devel to 2.6.0beta1
Changes:
Added features:
Fixed bug #1059: Add filter capabilities to tracing, stack traces, and code coverage.
Fixed bug #1437: Add X-Profile-File-Name header when a profile file has been generated.
Improvements:
Fixed bug #1493: Run test suite in AppVeyor for Windows CI.
Fixed bug #1498: Use new ZEND_EXTENSION API in config.w32 build scripts. (Kalle)
Fixed bugs:
Fixed bug #702: Check whether variables tracing also works with =&.
Fixed bug #1501: Xdebug var dump tries casting properties.
Fixed bug #1502: SEND_REF lines are not marked as covered.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/php-xdebug-devel/Makefile \
pkgsrc/devel/php-xdebug-devel/distinfo
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-devel/Makefile
diff -u pkgsrc/devel/php-xdebug-devel/Makefile:1.1 pkgsrc/devel/php-xdebug-devel/Makefile:1.2
--- pkgsrc/devel/php-xdebug-devel/Makefile:1.1 Wed Dec 6 22:02:29 2017
+++ pkgsrc/devel/php-xdebug-devel/Makefile Sat Jan 6 15:48:45 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/12/06 22:02:29 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/06 15:48:45 jdolecek Exp $
#
MODNAME= xdebug
-PECL_VERSION= 2.6.0alpha1
+PECL_VERSION= 2.6.0beta1
CATEGORIES= devel
MASTER_SITES= http://xdebug.org/files/
EXTRACT_SUFX= .tgz
Index: pkgsrc/devel/php-xdebug-devel/distinfo
diff -u pkgsrc/devel/php-xdebug-devel/distinfo:1.1 pkgsrc/devel/php-xdebug-devel/distinfo:1.2
--- pkgsrc/devel/php-xdebug-devel/distinfo:1.1 Wed Dec 6 22:02:29 2017
+++ pkgsrc/devel/php-xdebug-devel/distinfo Sat Jan 6 15:48:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/12/06 22:02:29 jdolecek Exp $
+$NetBSD: distinfo,v 1.2 2018/01/06 15:48:45 jdolecek Exp $
-SHA1 (php-xdebug/xdebug-2.6.0alpha1.tgz) = af3e56249160dc5008b5d158838cfa41e9a3900e
-RMD160 (php-xdebug/xdebug-2.6.0alpha1.tgz) = 524f1f0abef65a6785ea3f5d1b5ce9649f9ebc1b
-SHA512 (php-xdebug/xdebug-2.6.0alpha1.tgz) = ffd3b5ca78c6b42773ad43cedbe18ccd6d4ed34b709cbd821d4496d384e2bf9a90bb23c53011d490047f28d198b08b225c2b445a8dfe420769587065098f2e89
-Size (php-xdebug/xdebug-2.6.0alpha1.tgz) = 276350 bytes
+SHA1 (php-xdebug/xdebug-2.6.0beta1.tgz) = 4afc4c861c7693f2a1f123e7a2b397735f23c64d
+RMD160 (php-xdebug/xdebug-2.6.0beta1.tgz) = a2bf610eb2a9281a54bea714dcd774965f4df94d
+SHA512 (php-xdebug/xdebug-2.6.0beta1.tgz) = 2544d150d1ffc439c148ffa0b61f762b365fc77bc74d870c15c8f6d6869309a39ba21e6347651478e00be7f6ee93a1388340f9ec9c00e79f83f2c8220fd6c008
+Size (php-xdebug/xdebug-2.6.0beta1.tgz) = 279605 bytes
Home |
Main Index |
Thread Index |
Old Index