From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 1 11:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 60E83622 for ; Mon, 1 Jul 2013 11:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 425F313C7 for ; Mon, 1 Jul 2013 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r61BU1PE093498 for ; Mon, 1 Jul 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r61BU1iB093497; Mon, 1 Jul 2013 11:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Jul 2013 11:30:01 GMT Resent-Message-Id: <201307011130.r61BU1iB093497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Ginzburg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 483DB413 for ; Mon, 1 Jul 2013 11:22:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 3946D1371 for ; Mon, 1 Jul 2013 11:22:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r61BMCd9059223 for ; Mon, 1 Jul 2013 11:22:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r61BMCpl059160; Mon, 1 Jul 2013 11:22:12 GMT (envelope-from nobody) Message-Id: <201307011122.r61BMCpl059160@oldred.freebsd.org> Date: Mon, 1 Jul 2013 11:22:12 GMT From: Oleg Ginzburg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180163: devel/php-xdebug: update to 2.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 11:30:01 -0000 >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: