Date: Tue, 9 Oct 2018 06:25:23 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481605 - head/math/p5-Statistics-Descriptive Message-ID: <201810090625.w996PN4B067672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue Oct 9 06:25:23 2018 New Revision: 481605 URL: https://svnweb.freebsd.org/changeset/ports/481605 Log: - Update to 3.0701 Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive Modified: head/math/p5-Statistics-Descriptive/Makefile head/math/p5-Statistics-Descriptive/distinfo head/math/p5-Statistics-Descriptive/pkg-plist Modified: head/math/p5-Statistics-Descriptive/Makefile ============================================================================== --- head/math/p5-Statistics-Descriptive/Makefile Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/Makefile Tue Oct 9 06:25:23 2018 (r481605) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0609 -PORTREVISION= 1 +PORTVERSION= 3.0701 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Statistics-Descriptive/distinfo ============================================================================== --- head/math/p5-Statistics-Descriptive/distinfo Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/distinfo Tue Oct 9 06:25:23 2018 (r481605) @@ -1,2 +1,3 @@ -SHA256 (Statistics-Descriptive-3.0609.tar.gz) = 69fdae04e47feeacbb0313d5a1ba82e4bd38b821ac1d9389fed3e1d6467d853f -SIZE (Statistics-Descriptive-3.0609.tar.gz) = 45545 +TIMESTAMP = 1539065933 +SHA256 (Statistics-Descriptive-3.0701.tar.gz) = 35b09ed91b8660a6095c272a36ed2c61b3c660aa535fc23a20beadf7769e1919 +SIZE (Statistics-Descriptive-3.0701.tar.gz) = 53640 Modified: head/math/p5-Statistics-Descriptive/pkg-plist ============================================================================== --- head/math/p5-Statistics-Descriptive/pkg-plist Tue Oct 9 06:17:26 2018 (r481604) +++ head/math/p5-Statistics-Descriptive/pkg-plist Tue Oct 9 06:25:23 2018 (r481605) @@ -1,8 +1,12 @@ %%SITE_PERL%%/Statistics/Descriptive.pm +%%SITE_PERL%%/Statistics/Descriptive/Full.pm +%%SITE_PERL%%/Statistics/Descriptive/Sparse.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm %%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm %%PERL5_MAN3%%/Statistics::Descriptive.3.gz +%%PERL5_MAN3%%/Statistics::Descriptive::Full.3.gz +%%PERL5_MAN3%%/Statistics::Descriptive::Sparse.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Exponential.3.gz %%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Weightedexponential.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810090625.w996PN4B067672>