From owner-svn-ports-head@FreeBSD.ORG Mon Sep 8 14:24:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8602ECB4; Mon, 8 Sep 2014 14:24:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7197B13C6; Mon, 8 Sep 2014 14:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88EOu1n096721; Mon, 8 Sep 2014 14:24:56 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88EOt16096717; Mon, 8 Sep 2014 14:24:55 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201409081424.s88EOt16096717@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 8 Sep 2014 14:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367630 - head/devel/p5-Devel-NYTProf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 14:24:56 -0000 Author: culot Date: Mon Sep 8 14:24:55 2014 New Revision: 367630 URL: http://svnweb.freebsd.org/changeset/ports/367630 QAT: https://qat.redports.org/buildarchive/r367630/ Log: - Update to 5.06 [1] - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Devel-NYTProf/Changes PR: ports/193114 [1] Submitted by: Vladimir Timofeev (maintainer) Modified: head/devel/p5-Devel-NYTProf/Makefile head/devel/p5-Devel-NYTProf/distinfo head/devel/p5-Devel-NYTProf/pkg-descr head/devel/p5-Devel-NYTProf/pkg-plist Modified: head/devel/p5-Devel-NYTProf/Makefile ============================================================================== --- head/devel/p5-Devel-NYTProf/Makefile Mon Sep 8 14:12:56 2014 (r367629) +++ head/devel/p5-Devel-NYTProf/Makefile Mon Sep 8 14:24:55 2014 (r367630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-NYTProf -PORTVERSION= 4.23 +PORTVERSION= 5.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,13 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0.60:${PORTSDIR}/devel/p5-Test-Differences USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/auto/Devel/NYTProf/NYTProf.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH}/Devel/auto/Devel/NYTProf/NYTProf.so + .include Modified: head/devel/p5-Devel-NYTProf/distinfo ============================================================================== --- head/devel/p5-Devel-NYTProf/distinfo Mon Sep 8 14:12:56 2014 (r367629) +++ head/devel/p5-Devel-NYTProf/distinfo Mon Sep 8 14:24:55 2014 (r367630) @@ -1,2 +1,2 @@ -SHA256 (Devel-NYTProf-4.23.tar.gz) = 92357ba28e399287942b9bdd0a7750460bbbae0d793c3c172a3dc15b38ac172d -SIZE (Devel-NYTProf-4.23.tar.gz) = 415108 +SHA256 (Devel-NYTProf-5.06.tar.gz) = c6733e8676773b1e15e98725e5f817e4354ae2e2c8472fdfc2a7d327380b35e0 +SIZE (Devel-NYTProf-5.06.tar.gz) = 427853 Modified: head/devel/p5-Devel-NYTProf/pkg-descr ============================================================================== --- head/devel/p5-Devel-NYTProf/pkg-descr Mon Sep 8 14:12:56 2014 (r367629) +++ head/devel/p5-Devel-NYTProf/pkg-descr Mon Sep 8 14:24:55 2014 (r367630) @@ -18,4 +18,4 @@ Devel::NYTProf is a powerful feature-ric * Includes an extensive test suite * Tested on very large codebases -WWW: http://search.cpan.org/dist/Devel-NYTProf/ +WWW: http://search.cpan.org/dist/Devel-NYTProf/ Modified: head/devel/p5-Devel-NYTProf/pkg-plist ============================================================================== --- head/devel/p5-Devel-NYTProf/pkg-plist Mon Sep 8 14:12:56 2014 (r367629) +++ head/devel/p5-Devel-NYTProf/pkg-plist Mon Sep 8 14:24:55 2014 (r367630) @@ -1,9 +1,10 @@ +bin/flamegraph.pl +bin/nytprofcalls bin/nytprofcg bin/nytprofcsv bin/nytprofhtml bin/nytprofmerge %%SITE_PERL%%/%%PERL_ARCH%%/Devel/auto/Devel/NYTProf/NYTProf.so -%%SITE_PERL%%/%%PERL_ARCH%%/Devel/benchmark.pl %%SITE_PERL%%/%%PERL_ARCH%%/Devel/MemoryProfiling.pod %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Apache.pm @@ -45,6 +46,7 @@ bin/nytprofmerge %%PERL5_MAN3%%/Devel::NYTProf::ReadStream.3.gz %%PERL5_MAN3%%/Devel::NYTProf::Run.3.gz %%PERL5_MAN3%%/Devel::NYTProf::Util.3.gz +man/man1/nytprofcalls.1.gz man/man1/nytprofcg.1.gz man/man1/nytprofcsv.1.gz man/man1/nytprofhtml.1.gz