Bug 180163 - devel/php-xdebug: update to 2.2.3
Summary: devel/php-xdebug: update to 2.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 12:30 UTC by Oleg Ginzburg
Modified: 2013-08-22 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.08 KB, patch)
2013-07-01 12:30 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2013-07-01 12:30:00 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-01 12:30:09 UTC
Maintainer of devel/php-xdebug,

Please note that PR ports/180163 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180163

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-01 12:30:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 16:47:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-08-22 16:47:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-08-22 18:04:24 UTC
Author: wg
Date: Thu Aug 22 15:47:39 2013
New Revision: 325209
URL: http://svnweb.freebsd.org/changeset/ports/325209

Log:
  php-xdebug: update to 2.2.3
  
  - Update to 2.2.3
  
  Changes: http://xdebug.org/updates.php#x_2_2_3
  
  PR:		ports/180163
  Submitted by:	Oleg Ginzburg <olevole olevole.ru>
  Approved by:	maintainer (timeout)

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

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Thu Aug 22 15:28:16 2013	(r325208)
+++ head/devel/php-xdebug/Makefile	Thu Aug 22 15:47:39 2013	(r325209)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xdebug
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-

Modified: head/devel/php-xdebug/distinfo
==============================================================================
--- head/devel/php-xdebug/distinfo	Thu Aug 22 15:28:16 2013	(r325208)
+++ head/devel/php-xdebug/distinfo	Thu Aug 22 15:47:39 2013	(r325209)
@@ -1,2 +1,2 @@
-SHA256 (xdebug-2.2.2.tgz) = b143cb205a2a07ce50fc3c4d1e3c51958837927f97f1d9e912b99015e2c84f03
-SIZE (xdebug-2.2.2.tgz) = 250184
+SHA256 (xdebug-2.2.3.tgz) = b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c
+SIZE (xdebug-2.2.3.tgz) = 250543
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"