On 2019/07/15 01:01, wen heping wrote: > Hi, ports@ : > > Here is a patch for math/p5-Statistics-Descriptive to update to 3.0702. > It build well and passed all tests on my amd64-head system. > > One port depends on math/p5-Statistics-Descriptive: graphics/p5-SVG-Graph. > It build well and passed all tests too. > > Comments? OK?
committed. > wen > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/math/p5-Statistics-Descriptive/Makefile,v > retrieving revision 1.16 > diff -u -p -r1.16 Makefile > --- Makefile 12 Jul 2019 20:47:45 -0000 1.16 > +++ Makefile 15 Jul 2019 00:55:43 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = basic descriptive statistical functions > > -DISTNAME = Statistics-Descriptive-3.0612 > +DISTNAME = Statistics-Descriptive-3.0702 > CATEGORIES = math > > # perl > Index: distinfo > =================================================================== > RCS file: /cvs/ports/math/p5-Statistics-Descriptive/distinfo,v > retrieving revision 1.10 > diff -u -p -r1.10 distinfo > --- distinfo 24 Jan 2016 10:35:42 -0000 1.10 > +++ distinfo 15 Jul 2019 00:55:43 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Statistics-Descriptive-3.0612.tar.gz) = > dyQTFI5eAO+zLyd8QlSqeLkRJJColiCNzQAlgTr9v3o= > -SIZE (Statistics-Descriptive-3.0612.tar.gz) = 45929 > +SHA256 (Statistics-Descriptive-3.0702.tar.gz) = > +YoQxiVkAXDN2kCMzMcr3X9m+Ovl9Z3sG5YYUXHvEdA= > +SIZE (Statistics-Descriptive-3.0702.tar.gz) = 53706 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/math/p5-Statistics-Descriptive/pkg/PLIST,v > retrieving revision 1.3 > diff -u -p -r1.3 PLIST > --- pkg/PLIST 21 Mar 2013 11:42:06 -0000 1.3 > +++ pkg/PLIST 15 Jul 2019 00:55:43 -0000 > @@ -2,13 +2,17 @@ > ${P5SITE}/Statistics/ > ${P5SITE}/Statistics/Descriptive/ > ${P5SITE}/Statistics/Descriptive.pm > +${P5SITE}/Statistics/Descriptive/Full.pm > ${P5SITE}/Statistics/Descriptive/Smoother/ > ${P5SITE}/Statistics/Descriptive/Smoother.pm > ${P5SITE}/Statistics/Descriptive/Smoother/Exponential.pm > ${P5SITE}/Statistics/Descriptive/Smoother/Weightedexponential.pm > +${P5SITE}/Statistics/Descriptive/Sparse.pm > @man man/man3p/Statistics::Descriptive.3p > +@man man/man3p/Statistics::Descriptive::Full.3p > @man man/man3p/Statistics::Descriptive::Smoother.3p > @man man/man3p/Statistics::Descriptive::Smoother::Exponential.3p > @man man/man3p/Statistics::Descriptive::Smoother::Weightedexponential.3p > +@man man/man3p/Statistics::Descriptive::Sparse.3p > share/examples/p5-Statistics-Descriptive/ > share/examples/p5-Statistics-Descriptive/statistical-analysis.pl