Bug 183922 - [PATCH] devel/pecl-xhprof: update to 0.9.4
Summary: [PATCH] devel/pecl-xhprof: update to 0.9.4
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 10:50 UTC by Hung-Yi Chen
Modified: 2013-12-01 18:50 UTC (History)
1 user (show)

See Also:


Attachments
pecl-xhprof-0.9.4.patch (3.98 KB, patch)
2013-11-13 10:50 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2013-11-13 10:50:01 UTC
- Update to 0.9.4

Port maintainer (ports@mcdermottroe.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 10:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 10:50:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 10:50:16 UTC
Maintainer of devel/pecl-xhprof,

Please note that PR ports/183922 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/183922

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-01 18:45:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-01 18:45:25 UTC
Author: sunpoet
Date: Sun Dec  1 18:45:15 2013
New Revision: 335433
URL: http://svnweb.freebsd.org/changeset/ports/335433

Log:
  - Update to 0.9.4
  - While I'm here:
    - Add LICENSE
    - Remove leading indefinite article from COMMENT
    - Support STAGEDIR
  
  Changes:	http://pecl.php.net/package-changelog.php?package=xhprof
  PR:		ports/183922
  Submitted by:	Hung-Yi Chen <gaod@hychen.org>
  Approved by:	maintainer (timeout, 18 days)

Added:
  head/devel/pecl-xhprof/files/patch-extension_xhprof.c   (contents, props changed)
Deleted:
  head/devel/pecl-xhprof/files/patch-xhprof.c
Modified:
  head/devel/pecl-xhprof/Makefile   (contents, props changed)
  head/devel/pecl-xhprof/distinfo   (contents, props changed)

Modified: head/devel/pecl-xhprof/Makefile
==============================================================================
--- head/devel/pecl-xhprof/Makefile	Sun Dec  1 18:44:46 2013	(r335432)
+++ head/devel/pecl-xhprof/Makefile	Sun Dec  1 18:45:15 2013	(r335433)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xhprof
-PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTVERSION=	0.9.4
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@mcdermottroe.com
-COMMENT=	A Hierarchical Profiler for PHP
+COMMENT=	Hierarchical Profiler for PHP
+
+LICENSE=	AL2
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/extension
 
@@ -19,5 +20,4 @@ USE_PHPIZE=	yes
 USE_PHPEXT=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/pecl-xhprof/distinfo
==============================================================================
--- head/devel/pecl-xhprof/distinfo	Sun Dec  1 18:44:46 2013	(r335432)
+++ head/devel/pecl-xhprof/distinfo	Sun Dec  1 18:45:15 2013	(r335433)
@@ -1,2 +1,2 @@
-SHA256 (xhprof-0.9.2.tgz) = 5359ea0a1e16ec6c100dd7adb7285bdcc0f931e0b61631ea364f8b06925ea729
-SIZE (xhprof-0.9.2.tgz) = 931660
+SHA256 (xhprof-0.9.4.tgz) = 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8
+SIZE (xhprof-0.9.4.tgz) = 842077

Added: head/devel/pecl-xhprof/files/patch-extension_xhprof.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-xhprof/files/patch-extension_xhprof.c	Sun Dec  1 18:45:15 2013	(r335433)
@@ -0,0 +1,11 @@
+--- xhprof.c.orig	2013-11-13 18:41:35.000000000 +0800
++++ xhprof.c	2013-11-13 18:43:37.000000000 +0800
+@@ -28,7 +28,7 @@
+ #include "php_ini.h"
+ #include "ext/standard/info.h"
+ #include "php_xhprof.h"
+-#include "zend_extensions.h"
++#include "Zend/zend_extensions.h"
+ #include <sys/time.h>
+ #include <sys/resource.h>
+ #include <stdlib.h>
_______________________________________________
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"