Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 10:27:56 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465006 - in head/devel: . pecl-xdebug26 pecl-xdebug26/files
Message-ID:  <201803191027.w2JARutt008208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Mar 19 10:27:56 2018
New Revision: 465006
URL: https://svnweb.freebsd.org/changeset/ports/465006

Log:
  devel/pecl-xdebug26: Re-add to portstree as copy of pecl-xdebug
  
  xdebug 2.6 drop the php5 support, so xdebug26 is php7 only.
  xdebug 2.5.x is still available for php5.
  
  Reported by:	dbaio@
  Sponsored by:	trivago N.V.

Added:
  head/devel/pecl-xdebug26/
     - copied from r465001, head/devel/pecl-xdebug/
Modified:
  head/devel/Makefile
  head/devel/pecl-xdebug26/Makefile
  head/devel/pecl-xdebug26/distinfo
  head/devel/pecl-xdebug26/files/pkg-message.in
  head/devel/pecl-xdebug26/pkg-descr

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 19 10:25:12 2018	(r465005)
+++ head/devel/Makefile	Mon Mar 19 10:27:56 2018	(r465006)
@@ -4022,6 +4022,7 @@
     SUBDIR += pecl-weakref
     SUBDIR += pecl-weakref2
     SUBDIR += pecl-xdebug
+    SUBDIR += pecl-xdebug26
     SUBDIR += pecl-xhprof
     SUBDIR += pecl-yac
     SUBDIR += pecl-yaconf

Modified: head/devel/pecl-xdebug26/Makefile
==============================================================================
--- head/devel/pecl-xdebug/Makefile	Mon Mar 19 09:33:17 2018	(r465001)
+++ head/devel/pecl-xdebug26/Makefile	Mon Mar 19 10:27:56 2018	(r465006)
@@ -1,10 +1,10 @@
-# Created by: Jens Rehsack <rehsack@liwing.de>
+# Created by: Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
 # $FreeBSD$
 
 PORTNAME=	xdebug
-PORTVERSION=	2.5.5
-PORTREVISION=	1
+DISTVERSION=	2.6.0
 CATEGORIES=	devel pear
+PKGNAMESUFFIX=	26
 
 MAINTAINER=	pizzamig@FreeBSD.org
 COMMENT=	Xdebug extension for PHP
@@ -12,10 +12,10 @@ COMMENT=	Xdebug extension for PHP
 LICENSE=	PHP30
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE_WITH_PHP=	72
+IGNORE_WITH_PHP=	56
 
 CONFIGURE_ARGS=	--enable-xdebug
-USES=		php:pecl,zend
+USES=		php:pecl,zend tar:tgz
 
 SUB_FILES=	pkg-message
 

Modified: head/devel/pecl-xdebug26/distinfo
==============================================================================
--- head/devel/pecl-xdebug/distinfo	Mon Mar 19 09:33:17 2018	(r465001)
+++ head/devel/pecl-xdebug26/distinfo	Mon Mar 19 10:27:56 2018	(r465006)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515538532
-SHA256 (PECL/xdebug-2.5.5.tgz) = 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4
-SIZE (PECL/xdebug-2.5.5.tgz) = 279491
+TIMESTAMP = 1521120354
+SHA256 (PECL/xdebug-2.6.0.tgz) = b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc
+SIZE (PECL/xdebug-2.6.0.tgz) = 283644

Modified: head/devel/pecl-xdebug26/files/pkg-message.in
==============================================================================
--- head/devel/pecl-xdebug/files/pkg-message.in	Mon Mar 19 09:33:17 2018	(r465001)
+++ head/devel/pecl-xdebug26/files/pkg-message.in	Mon Mar 19 10:27:56 2018	(r465006)
@@ -1,11 +1,17 @@
 *****************************************************************************
 The php debugger 'xdebug' has been installed successful.
+Add a line containing
 
-It has been automatically enabled.
+	extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so
 
-xdebug is not compatible with the extension 'Zend Optimizer' - you're only able
-to use one of them.  So take care having at least the lesser required extension
-disabled by commenting out it's loader line in its %%PREFIX%%/etc/php/ext-* file.
+or
+
+	zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so
+
+to your php.ini to load it. xdebug is not compatible with the extension
+'Zend Optimizer' - you're only able to use one of them. So take care having
+at least the lesser required extension disabled by commenting out it's
+loader line in your php.ini.
 
 Add following section to enable profiling:
 

Modified: head/devel/pecl-xdebug26/pkg-descr
==============================================================================
--- head/devel/pecl-xdebug/pkg-descr	Mon Mar 19 09:33:17 2018	(r465001)
+++ head/devel/pecl-xdebug26/pkg-descr	Mon Mar 19 10:27:56 2018	(r465006)
@@ -15,5 +15,4 @@ Xdebug also provides:
     * script execution analysis
     * capabilities to debug your scripts interactively with a debug client
 
-WWW: https://www.xdebug.org/
-WWW: https://pecl.php.net/package/xdebug
+WWW: http://www.xdebug.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803191027.w2JARutt008208>