From nobody@FreeBSD.org  Sat Jun  2 16:47:21 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2883F1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Jun 2012 16:47:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 151F88FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  2 Jun 2012 16:47:21 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q52GlKjp096552
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 2 Jun 2012 16:47:20 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q52GlK9I096551;
	Sat, 2 Jun 2012 16:47:20 GMT
	(envelope-from nobody)
Message-Id: <201206021647.q52GlK9I096551@red.freebsd.org>
Date: Sat, 2 Jun 2012 16:47:20 GMT
From: Oleg Ginzburg <olevole@olevole.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/php-xdebug update to 2.2.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168583
>Category:       ports
>Synopsis:       devel/php-xdebug update to 2.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 16:50:13 UTC 2012
>Closed-Date:    Mon Jul 02 19:51:37 UTC 2012
>Last-Modified:  Mon Jul  2 20:00:24 UTC 2012
>Originator:     Oleg Ginzburg
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD gizmo.my.domain 9.0-STABLE FreeBSD 9.0-STABLE #3 r236322: Wed May 30 21:04:00 MSK 2012     root@gizmo.my.domain:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
php-xdebug 2.2.0 update

<Changes>
Added features

Support for PHP 5.4.
Added ANSI colour output for the shell. (Including patches by Michael Maclean)
Added var_dump() overloading on the command line (bug #457).
Added better support for closures in stack and function traces.
Added the size of arrays to the overloaded variable output, so that you know how many elements there are.
Added support for X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR (bug #660). (Patch by Hannes Magnusson)
Added the method call type to xdebug_get_function_stack() (bug #695).
Added extra information to error printouts to tell that the error suppression operator has been ignored due to xdebug.scream.
Added a error-specific CSS class to stack traces.
</Changes>

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN php-xdebug.bak/Makefile php-xdebug/Makefile
--- php-xdebug.bak/Makefile	2012-06-02 20:40:17.000000000 +0400
+++ php-xdebug/Makefile	2012-06-02 20:40:34.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xdebug
-PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTVERSION=	2.2.0
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
diff -ruN php-xdebug.bak/distinfo php-xdebug/distinfo
--- php-xdebug.bak/distinfo	2012-06-02 20:40:17.000000000 +0400
+++ php-xdebug/distinfo	2012-06-02 20:40:40.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (xdebug-2.1.3.tgz) = 1b256ccf7bbac346c8cc13490ced5dd527206f201fa51be556b4d51cdabbad33
-SIZE (xdebug-2.1.3.tgz) = 307557
+SHA256 (xdebug-2.2.0.tgz) = 91e426fb3e8ea2b49a1d129b0e56cf357891ea4ef7a95d9a45350d8143f593bc
+SIZE (xdebug-2.2.0.tgz) = 247690


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Sat Jun 2 22:47:24 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168583 
State-Changed-From-To: open->feedback 
State-Changed-By: sylvio 
State-Changed-When: Tue Jun 5 21:17:32 UTC 2012 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168583 

From: Bill Moran <wmoran@collaborativefusion.com>
To: bug-followup@FreeBSD.org, olevole@olevole.ru
Cc:  
Subject: Re: ports/168583: devel/php-xdebug update to 2.2.0
Date: Sun, 1 Jul 2012 19:57:48 -0400

 I have a slightly different diff for this.  It switches the
 default to PHP 5.4, and allows it to build with 5.4 at all.
 I've also tested against 5.3 with success:
 
 diff -ruN php-xdebug.orig/Makefile php-xdebug/Makefile
 --- php-xdebug.orig/Makefile	2012-05-22 19:37:43.000000000 -0400
 +++ php-xdebug/Makefile	2012-06-26 21:44:10.000000000 -0400
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	xdebug
 -PORTVERSION=	2.1.3
 +PORTVERSION=	2.2.0
  PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://www.xdebug.org/files/
 @@ -21,8 +21,7 @@
  USE_PHPEXT=	yes
  USE_PHPIZE=	yes
  SUB_FILES=	pkg-message
 -DEFAULT_PHP_VER=	53
 -IGNORE_WITH_PHP=	5
 +DEFAULT_PHP_VER=	5
  
  PKGMESSAGE=	${WRKDIR}/pkg-message
  
 diff -ruN php-xdebug.orig/distinfo php-xdebug/distinfo
 --- php-xdebug.orig/distinfo	2012-02-12 09:45:34.000000000 -0500
 +++ php-xdebug/distinfo	2012-06-26 21:28:11.000000000 -0400
 @@ -1,2 +1,2 @@
 -SHA256 (xdebug-2.1.3.tgz) = 1b256ccf7bbac346c8cc13490ced5dd527206f201fa51be556b4d51cdabbad33
 -SIZE (xdebug-2.1.3.tgz) = 307557
 +SHA256 (xdebug-2.2.0.tgz) = 91e426fb3e8ea2b49a1d129b0e56cf357891ea4ef7a95d9a45350d8143f593bc
 +SIZE (xdebug-2.2.0.tgz) = 247690
 
 
 -- 
 Bill Moran <wmoran@collaborativefusion.com>
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Mon Jul 2 19:51:36 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168583 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168583: commit references a PR
Date: Mon,  2 Jul 2012 19:51:33 +0000 (UTC)

 wxs         2012-07-02 19:51:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/php-xdebug     Makefile distinfo 
   Log:
   Update to 2.2.0 and work on php54.
   
   PR:             ports/168583
   Submitted by:   Oleg Ginzburg <olevole@olevole.ru>
   Approved by:    Bill Moran <wmoran@collaborativefusion.com> (maintainer)
   
   Revision  Changes    Path
   1.26      +2 -4      ports/devel/php-xdebug/Makefile
   1.19      +2 -2      ports/devel/php-xdebug/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
