Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2013 11:22:12 GMT
From:      Oleg Ginzburg <olevole@olevole.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180163: devel/php-xdebug: update to 2.2.3
Message-ID:  <201307011122.r61BMCpl059160@oldred.freebsd.org>
Resent-Message-ID: <201307011130.r61BU1iB093497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180163
>Category:       ports
>Synopsis:       devel/php-xdebug: update to 2.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ginzburg
>Release:        10.0-Current
>Organization:
>Environment:
>Description:
Added support for PHP 5.5.

Fixed bug #923: Xdebug + Netbeans + ext/MongoDB crash on MongoCursor instance
Fixed bug #929: Directory name management in xdebug.profiler_output_dir
Fixed bug #931: xdebug_str_add does not check for NULL str before calling strlen on it
Fixed bug #935: Document the return value from xdebug_get_code_coverage()
Fixed bug #947: Newlines converted when html_errors = 0


Also include http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177340 changes

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN php-xdebug.bak/Makefile php-xdebug/Makefile
--- php-xdebug.bak/Makefile	2013-05-19 00:00:16.175368000 +0400
+++ php-xdebug/Makefile	2013-07-01 15:17:33.387886271 +0400
@@ -2,15 +2,17 @@
 # $FreeBSD: head/devel/php-xdebug/Makefile 306337 2012-10-24 07:35:35Z jhale $
 
 PORTNAME=	xdebug
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	wmoran@collaborativefusion.com
+MAINTAINER=	freebsd-ports-maintainers@intermedix.com
 COMMENT=	Xdebug extension for PHP
 
+LICENSE=	BSD
+
 CONFIGURE_ARGS=	--enable-xdebug
 USE_PHP=	yes
 USE_PHPEXT=	yes
diff -ruN php-xdebug.bak/distinfo php-xdebug/distinfo
--- php-xdebug.bak/distinfo	2013-05-19 00:00:16.175368000 +0400
+++ php-xdebug/distinfo	2013-07-01 15:15:57.296919400 +0400
@@ -1,2 +1,2 @@
-SHA256 (xdebug-2.2.1.tgz) = 11d340eb7f87909a596bac054cc927df757dc2fc7c90b50a832c30e9bf84c9ad
-SIZE (xdebug-2.2.1.tgz) = 248057
+SHA256 (xdebug-2.2.3.tgz) = b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c
+SIZE (xdebug-2.2.3.tgz) = 250543


>Release-Note:
>Audit-Trail:
>Unformatted:



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