aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2012-05-24 20:05:26 +0800
committertobez <tobez@FreeBSD.org>2012-05-24 20:05:26 +0800
commit90c3f2b22e2717cc2def32a64fc773af7f32e80d (patch)
tree29f9c4ddb9146f41aa7fa2b8253dc9df451624f6 /math
parent7f298ed068e121c850e981a6d02282d8c78d0e2a (diff)
downloadfreebsd-ports-gnome-90c3f2b22e2717cc2def32a64fc773af7f32e80d.tar.gz
freebsd-ports-gnome-90c3f2b22e2717cc2def32a64fc773af7f32e80d.tar.zst
freebsd-ports-gnome-90c3f2b22e2717cc2def32a64fc773af7f32e80d.zip
Update to 3.0603.
Changes: http://search.cpan.org/dist/Statistics-Descriptive/Changes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Statistics-Descriptive/Makefile7
-rw-r--r--math/p5-Statistics-Descriptive/distinfo4
-rw-r--r--math/p5-Statistics-Descriptive/pkg-plist9
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