svn commit: r497033 - head/devel/pecl-xdebug

Luca Pizzamiglio pizzamig at FreeBSD.org
Thu Mar 28 17:04:14 UTC 2019


Author: pizzamig
Date: Thu Mar 28 17:04:12 2019
New Revision: 497033
URL: https://svnweb.freebsd.org/changeset/ports/497033

Log:
  devel/pecl-xdebug: Update to 2.7.0
  
  New stable version, with support to PHP 7.3
  
  Changelog: https://xdebug.org/updates.php#x_2_7_0
  
  PR:		236773
  Submitted by:	i.dani at outlook.com (partially)
  Sponsored by:	trivago N.V.

Modified:
  head/devel/pecl-xdebug/Makefile
  head/devel/pecl-xdebug/distinfo

Modified: head/devel/pecl-xdebug/Makefile
==============================================================================
--- head/devel/pecl-xdebug/Makefile	Thu Mar 28 17:04:06 2019	(r497032)
+++ head/devel/pecl-xdebug/Makefile	Thu Mar 28 17:04:12 2019	(r497033)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xdebug
-DISTVERSION=	2.6.1
+DISTVERSION=	2.7.0
 CATEGORIES=	devel pear
 
 MAINTAINER=	pizzamig at FreeBSD.org
@@ -10,8 +10,6 @@ COMMENT=	Xdebug extension for PHP
 
 LICENSE=	PHP30
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-IGNORE_WITH_PHP=	73
 
 CONFIGURE_ARGS=	--enable-xdebug
 USES=		php:pecl,zend tar:tgz

Modified: head/devel/pecl-xdebug/distinfo
==============================================================================
--- head/devel/pecl-xdebug/distinfo	Thu Mar 28 17:04:06 2019	(r497032)
+++ head/devel/pecl-xdebug/distinfo	Thu Mar 28 17:04:12 2019	(r497033)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539102067
-SHA256 (PECL/xdebug-2.6.1.tgz) = dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77
-SIZE (PECL/xdebug-2.6.1.tgz) = 283961
+TIMESTAMP = 1551956747
+SHA256 (PECL/xdebug-2.7.0.tgz) = e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6
+SIZE (PECL/xdebug-2.7.0.tgz) = 230326


More information about the svn-ports-all mailing list