Date: Thu, 3 Jan 2013 15:40:35 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309888 - head/devel/p5-Devel-NYTProf Message-ID: <201301031540.r03FeZSj034296@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Jan 3 15:40:35 2013 New Revision: 309888 URL: http://svnweb.freebsd.org/changeset/ports/309888 Log: - Update to 4.23 Changes: http://search.cpan.org/dist/Devel-NYTProf/Changes PR: ports/174932 Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) Modified: head/devel/p5-Devel-NYTProf/Makefile head/devel/p5-Devel-NYTProf/distinfo head/devel/p5-Devel-NYTProf/pkg-plist Modified: head/devel/p5-Devel-NYTProf/Makefile ============================================================================== --- head/devel/p5-Devel-NYTProf/Makefile Thu Jan 3 15:40:11 2013 (r309887) +++ head/devel/p5-Devel-NYTProf/Makefile Thu Jan 3 15:40:35 2013 (r309888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-NYTProf -PORTVERSION= 4.11 +PORTVERSION= 4.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +23,8 @@ MAN1= nytprofhtml.1 \ nytprofcg.1 \ nytprofmerge.1 -MAN3= Devel::NYTProf.3 \ +MAN3= Devel::MemoryProfiling.3 \ + Devel::NYTProf.3 \ Devel::NYTProf::Apache.3 \ Devel::NYTProf::Core.3 \ Devel::NYTProf::Data.3 \ Modified: head/devel/p5-Devel-NYTProf/distinfo ============================================================================== --- head/devel/p5-Devel-NYTProf/distinfo Thu Jan 3 15:40:11 2013 (r309887) +++ head/devel/p5-Devel-NYTProf/distinfo Thu Jan 3 15:40:35 2013 (r309888) @@ -1,2 +1,2 @@ -SHA256 (Devel-NYTProf-4.11.tar.gz) = 307dcfb6499f047eacf1554e44e02b0fdc4335d1989a52617d0e4ccb6b7cd891 -SIZE (Devel-NYTProf-4.11.tar.gz) = 413757 +SHA256 (Devel-NYTProf-4.23.tar.gz) = 92357ba28e399287942b9bdd0a7750460bbbae0d793c3c172a3dc15b38ac172d +SIZE (Devel-NYTProf-4.23.tar.gz) = 415108 Modified: head/devel/p5-Devel-NYTProf/pkg-plist ============================================================================== --- head/devel/p5-Devel-NYTProf/pkg-plist Thu Jan 3 15:40:11 2013 (r309887) +++ head/devel/p5-Devel-NYTProf/pkg-plist Thu Jan 3 15:40:35 2013 (r309888) @@ -4,6 +4,7 @@ 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 %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Constants.pm @@ -14,6 +15,7 @@ bin/nytprofmerge %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/ReadStream.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Reader.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Run.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/SubCallInfo.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/SubInfo.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Test.pm %%SITE_PERL%%/%%PERL_ARCH%%/Devel/NYTProf/Util.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301031540.r03FeZSj034296>