From owner-svn-ports-all@freebsd.org Sat Feb 4 12:25:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA4F8CCD6B8; Sat, 4 Feb 2017 12:25:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 573031977; Sat, 4 Feb 2017 12:25:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v14CPb05066045; Sat, 4 Feb 2017 12:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v14CPbpR066043; Sat, 4 Feb 2017 12:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702041225.v14CPbpR066043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Feb 2017 12:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433304 - head/devel/pecl-trace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 12:25:38 -0000 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 (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 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