Date: Sat, 4 Feb 2017 12:25:37 +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: r433304 - head/devel/pecl-trace Message-ID: <201702041225.v14CPbpR066043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 4 12:25:37 2017 New Revision: 433304 URL: https://svnweb.freebsd.org/changeset/ports/433304 Log: Update to 1.0.0 Changes: https://pecl.php.net/package-changelog.php?package=trace https://github.com/Qihoo360/phptrace/blob/master/CHANGES.md PR: 216747 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Modified: head/devel/pecl-trace/Makefile head/devel/pecl-trace/distinfo Modified: head/devel/pecl-trace/Makefile ============================================================================== --- head/devel/pecl-trace/Makefile Sat Feb 4 12:25:32 2017 (r433303) +++ head/devel/pecl-trace/Makefile Sat Feb 4 12:25:37 2017 (r433304) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= trace -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,24 +14,15 @@ COMMENT= Low-overhead tracing tool for P LICENSE= APACHE20 WRKSRC_SUBDIR= extension -CMDTOOLSRC= ${WRKSRC}/../cmdtool -GNU_CONFIGURE= yes -USES= gmake php:ext shebangfix tar:tgz -IGNORE_WITH_PHP= 70 +USES= gmake php:ext tar:tgz +PLIST_FILES= bin/phptrace -SHEBANG_FILES= ${CMDTOOLSRC}/phptrace -PLIST_FILES= bin/phptrace \ - bin/trace-php - -post-patch: - ${REINPLACE_CMD} -e 's|Darwin|FreeBSD|g' ${CMDTOOLSRC}/phptrace - -post-build: - (cd ${CMDTOOLSRC} && ${GMAKE} ${MAKE_ENV}) +pre-install: + cd ${WRKSRC} && \ + ${MAKE_CMD} install-cli PHP_TRACE_BINDIR=${STAGEDIR}${PREFIX}/bin post-install: - ${INSTALL_PROGRAM} ${CMDTOOLSRC}/trace-php ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${CMDTOOLSRC}/phptrace ${STAGEDIR}${PREFIX}/bin + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phptrace .include <bsd.port.mk> Modified: head/devel/pecl-trace/distinfo ============================================================================== --- head/devel/pecl-trace/distinfo Sat Feb 4 12:25:32 2017 (r433303) +++ head/devel/pecl-trace/distinfo Sat Feb 4 12:25:37 2017 (r433304) @@ -1,2 +1,3 @@ -SHA256 (PECL/trace-0.3.0.tgz) = aa5f6a91a77ef11f4102b542847b32fce03ea7777081ebb86a812228526b38f7 -SIZE (PECL/trace-0.3.0.tgz) = 76354 +TIMESTAMP = 1486050743 +SHA256 (PECL/trace-1.0.0.tgz) = 068a5c168ee3fd4249cb41ea98a84affc1f8023d3b5745c0d8f9a305c2d672b1 +SIZE (PECL/trace-1.0.0.tgz) = 63928
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702041225.v14CPbpR066043>