diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2012-05-24 12:05:26 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2012-05-24 12:05:26 +0000 |
commit | 0e14645635d673933a5d339f587ffa2c885f1def (patch) | |
tree | f5f53c7d80d379c5638d6546ea5c73de89e93700 /math/p5-Statistics-Descriptive | |
parent | 0b15c95b70a80815ab31883553e3113ea126e8c5 (diff) | |
download | ports-0e14645635d673933a5d339f587ffa2c885f1def.tar.gz ports-0e14645635d673933a5d339f587ffa2c885f1def.zip |
Update to 3.0603.
Notes
Notes:
svn path=/head/; revision=297330
Diffstat (limited to 'math/p5-Statistics-Descriptive')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/pkg-plist | 9 |
3 files changed, 14 insertions, 6 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 0630ba934710..2a8473801ad0 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0203 +PORTVERSION= 3.0603 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,9 @@ COMMENT= Perl module that supplies statistical methods for perl5 PERL_CONFIGURE= yes -MAN3= Statistics::Descriptive.3 +MAN3= Statistics::Descriptive.3 \ + Statistics::Descriptive::Smoother.3 \ + Statistics::Descriptive::Smoother::Exponential.3 \ + Statistics::Descriptive::Smoother::Weightedexponential.3 .include <bsd.port.mk> diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index 18d5bc3ec736..a38f48d708a5 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,2 +1,2 @@ -SHA256 (Statistics-Descriptive-3.0203.tar.gz) = b4136f1928a2ba4dd7e727c24489ffb8473739cf90c33a85bf863f64d252a4e4 -SIZE (Statistics-Descriptive-3.0203.tar.gz) = 24086 +SHA256 (Statistics-Descriptive-3.0603.tar.gz) = 2432f3131d4f4000586b2d2d58c2fe914c979efbcc3357bc57e8f0360c2e9387 +SIZE (Statistics-Descriptive-3.0603.tar.gz) = 34511 diff --git a/math/p5-Statistics-Descriptive/pkg-plist b/math/p5-Statistics-Descriptive/pkg-plist index 82642f5b39ee..bdaf70f32831 100644 --- a/math/p5-Statistics-Descriptive/pkg-plist +++ b/math/p5-Statistics-Descriptive/pkg-plist @@ -1,5 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/.packlist %%SITE_PERL%%/Statistics/Descriptive.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +%%SITE_PERL%%/Statistics/Descriptive/Smoother.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm +@dirrmtry %%SITE_PERL%%/Statistics/Descriptive/Smoother +@dirrmtry %%SITE_PERL%%/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics |