svn commit: r367630 - head/devel/p5-Devel-NYTProf
Frederic Culot
culot at FreeBSD.org
Mon Sep 8 14:24:56 UTC 2014
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 <vovkasm at gmail.com> (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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list