pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Devel-NYTProf



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Jul  6 13:13:54 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Devel-NYTProf: Makefile distinfo

Log Message:
Update to 6.10

Upstream changes:
Changes in Devel::NYTProf 6.10 - 9th May 2021

There should be no significant differences in the performance of Devel-NYTProf from that of the previous release. This release is primarily focused on upgrading the jquery used and improvements to 
Makefile.PL and the test suite.
Substantive

GH 186: Updated jquery components to version 3.4.1, based on bug report GH 132 filed by Matthew Musgrove and original patch submitted by Reini Urban.

Eliminated some C++ build-time warnings through patches submitted by Reini Urban.

Officially discouraged use of Devel::NYTProf::Apache. While it remains in the CPAN distribution, it is not exercised by the test suite and has not been updated for many years. We are open to offers 
to spin it out to its own CPAN distribution.
Test Suite

Skip 4 test files on (Linux) quadmath builds; profile data used in these tests not (yet) appropriate. Thanks to Slaven Rezić and H. Merijn Brand for discussion in GH 168 and GH 188.
Housekeeping

GH 185: Added make target disttest_author for more thorough testing of release tarball.
Changes in Devel::NYTProf 6.09 - 2nd May 2021

There should be no significant differences in the performance of Devel-NYTProf from that of the previous release. This release is primarily focused on correcting problems in the test suite introduced 
in version 6.08 6 days earlier.
Substantive

Devel::NYTProf::Util::fmt_float() modified to strip off more than one leading 0. Thanks to Shawn Laffan in GH 170.
Test Suite

All test files now run with use strict; use warnings;.

t/11-reader.t, t/12-data.t, t/13-fileinfo.t, t/14-subinfo.t are now skipped on longdouble builds and when NYTP_ZLIB_VERSION is not set. The profile data files these tests use do not work in those 
contexts. This should reduce the number of false negatives reported by CPANtesters. Thanks to Tinita for feedback in GH 169.

xt/90-pod.t transferred back to t/ but will only run when environmental variable NYTPROF_AUTHOR_TESTING is set.
Housekeeping

Created environmental variable NYTPROF_AUTHOR_TESTING to regulate when certain unit tests and test files are run. Created `make` targets test_author and atest (an alias) to take advantage of this 
envvar.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-Devel-NYTProf/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Devel-NYTProf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -u pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.37 pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.38
--- pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.37 Mon May 24 19:50:32 2021
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile      Tue Jul  6 13:13:54 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2021/05/24 19:50:32 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2021/07/06 13:13:54 wen Exp $
 
-DISTNAME=      Devel-NYTProf-6.08
+DISTNAME=      Devel-NYTProf-6.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
 

Index: pkgsrc/devel/p5-Devel-NYTProf/distinfo
diff -u pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.22 pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.23
--- pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.22 Fri Apr 30 23:20:19 2021
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo      Tue Jul  6 13:13:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2021/04/30 23:20:19 wen Exp $
+$NetBSD: distinfo,v 1.23 2021/07/06 13:13:54 wen Exp $
 
-SHA1 (Devel-NYTProf-6.08.tar.gz) = 3f08d82bcc1401f586dec2d1d348975c4fe3efb1
-RMD160 (Devel-NYTProf-6.08.tar.gz) = 9223286114d23333e8208c6c44079f406e6f425b
-SHA512 (Devel-NYTProf-6.08.tar.gz) = bb48c460d0cd6891f05a13d969696658b2d8664416505ba4cbdd0cc462a93e4e1982c9baaed48a8a3b38dd11b3573d144efd1852fd34d73d235d339e67e49313
-Size (Devel-NYTProf-6.08.tar.gz) = 497020 bytes
+SHA1 (Devel-NYTProf-6.10.tar.gz) = 3a102666c6ecb44b8de43c3c6411814a59e2ea9a
+RMD160 (Devel-NYTProf-6.10.tar.gz) = d822bc45d50ae90ca66663dade1921f3833169bd
+SHA512 (Devel-NYTProf-6.10.tar.gz) = e88bbe76637aafcf5fa403dcc5a89a39d4298859da517b91d72c9aa52e3a709de981b64f0fcb1c13f4d0a64ab694a73ff8930a4613b04896b7cf2f383efbbfc5
+Size (Devel-NYTProf-6.10.tar.gz) = 505104 bytes



Home | Main Index | Thread Index | Old Index