On Mon, Aug 20, 2012 at 01:06:55AM +0200, Alexander Bluhm wrote:
> Update devel/p5-Devel-NYTProf from 4.06 to 4.08.

new diff after revision bump

ok?

bluhm


Index: devel/p5-Devel-NYTProf/Makefile
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Devel-NYTProf/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- devel/p5-Devel-NYTProf/Makefile     23 Aug 2012 15:05:15 -0000      1.14
+++ devel/p5-Devel-NYTProf/Makefile     30 Aug 2012 20:53:30 -0000
@@ -4,8 +4,7 @@ SHARED_ONLY =           Yes
 
 COMMENT =              powerful feature-rich perl source code profiler
 
-DISTNAME =             Devel-NYTProf-4.06
-REVISION =             0
+DISTNAME =             Devel-NYTProf-4.08
 
 CATEGORIES =           devel
 
@@ -17,7 +16,7 @@ PERMIT_PACKAGE_FTP =  Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB += c z
+WANTLIB +=             c z
 
 MODULES =              cpan
 RUN_DEPENDS =          converters/p5-JSON-Any
Index: devel/p5-Devel-NYTProf/distinfo
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Devel-NYTProf/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- devel/p5-Devel-NYTProf/distinfo     9 Jan 2011 13:53:27 -0000       1.7
+++ devel/p5-Devel-NYTProf/distinfo     19 Aug 2012 21:05:55 -0000
@@ -1,5 +1,2 @@
-MD5 (Devel-NYTProf-4.06.tar.gz) = apRWSeSdNT3dCDpEJ/n5bA==
-RMD160 (Devel-NYTProf-4.06.tar.gz) = aPnbYi8CfKw7rEEZ6+ZDRNaA+nA=
-SHA1 (Devel-NYTProf-4.06.tar.gz) = HLxyHbRoViJSeFbYdRtKZ87VmyA=
-SHA256 (Devel-NYTProf-4.06.tar.gz) = 
IdDxMQt/Oj7bLGrfsNBoKWeLOV2CqroKwuzgV8paks0=
-SIZE (Devel-NYTProf-4.06.tar.gz) = 410485
+SHA256 (Devel-NYTProf-4.08.tar.gz) = 
4921weyMRPveyqGZCijRbqjVgDb87e+Z2fwqFeajmGc=
+SIZE (Devel-NYTProf-4.08.tar.gz) = 413566
Index: devel/p5-Devel-NYTProf/patches/patch-NYTProf_xs
===================================================================
RCS file: devel/p5-Devel-NYTProf/patches/patch-NYTProf_xs
diff -N devel/p5-Devel-NYTProf/patches/patch-NYTProf_xs
--- devel/p5-Devel-NYTProf/patches/patch-NYTProf_xs     9 Jan 2011 13:53:27 
-0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-NYTProf_xs,v 1.1 2011/01/09 13:53:27 bluhm Exp $
---- NYTProf.xs.orig    Tue Nov 30 23:15:41 2010
-+++ NYTProf.xs Sun Dec 12 23:27:43 2010
-@@ -1516,7 +1516,7 @@ DB_leave(pTHX_ OP *op, OP *prev_op)
-     prev_last_executed_fid  = last_executed_fid;
-     prev_last_executed_line = last_executed_line;
- 
--#ifdef CxMULTICALL && 0 /* disabled for now */
-+#if defined(CxMULTICALL) && 0 /* disabled for now */
-     /* pp_return, pp_leavesub and pp_leavesublv
-      * return a NULL op when returning from a MULTICALL.
-      * See Lightweight Callbacks in perlcall.
Index: devel/p5-Devel-NYTProf/pkg/PLIST
===================================================================
RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Devel-NYTProf/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- devel/p5-Devel-NYTProf/pkg/PLIST    19 Oct 2010 18:56:36 -0000      1.6
+++ devel/p5-Devel-NYTProf/pkg/PLIST    30 Aug 2012 20:56:52 -0000
@@ -39,7 +39,6 @@ ${P5ARCH}/Devel/auto/
 ${P5ARCH}/Devel/auto/Devel/
 ${P5ARCH}/Devel/auto/Devel/NYTProf/
 ${P5ARCH}/Devel/auto/Devel/NYTProf/NYTProf.so
-@comment ${P5ARCH}/Devel/perftest.pl
 @comment ${P5ARCH}/Devel/benchmark.pl
 ${P5ARCH}/auto/Devel/
 ${P5ARCH}/auto/Devel/NYTProf/
@@ -48,6 +47,7 @@ ${P5ARCH}/auto/Devel/NYTProf/NYTProf.so
 @man man/man1/nytprofcg.1
 @man man/man1/nytprofcsv.1
 @man man/man1/nytprofhtml.1
+@man man/man1/nytprofmerge.1
 @man man/man3p/Devel::NYTProf.3p
 @man man/man3p/Devel::NYTProf::Apache.3p
 @man man/man3p/Devel::NYTProf::Core.3p

Reply via email to