Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 18:45:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335433 - in head/devel/pecl-xhprof: . files
Message-ID:  <201312011845.rB1IjGuW058860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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