diff options
author | wen <wen@pkgsrc.org> | 2014-07-13 12:41:28 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-13 12:41:28 +0000 |
commit | deda75e589fba4b31420a913eefd7e7865df7e33 (patch) | |
tree | 51acf5e2fdffa3d62da21c5bdafc52d090b39eb2 /math/p5-Statistics-Descriptive | |
parent | 9679578f5bee74be4e627eecf81b9ac9376b8d2a (diff) | |
download | pkgsrc-deda75e589fba4b31420a913eefd7e7865df7e33.tar.gz |
Update to 3.0607
Add missing DEPENDS
Upstream changes:
3.0607 2014-02-01
- Fix the List::MoreUtils prereqs.
- http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3
- Thanks to Chris Williams (BINGOS) for the CPAN Testers Report.
3.0606 2014-01-31
- Implement the median_absolute_deviation method.
- https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff
- Thanks to Kang-min Liu.
- Minimal version of perl set to 5.6.0 (CPANTS).
- Add standalone LICENSE file (CPANTS).
3.0605 2013-05-21
- Add t/style-trailing-space.t .
- Add t/cpan-changes.t .
- Convert Changes to it.
Diffstat (limited to 'math/p5-Statistics-Descriptive')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index 8ca1356e76d..99ca4ffc250 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/07/13 12:41:28 wen Exp $ -DISTNAME= Statistics-Descriptive-3.0604 +DISTNAME= Statistics-Descriptive-3.0607 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} @@ -14,5 +13,7 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist PERL5_MODULE_TYPE= Module::Build +DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo index 5ff888a20fc..4f12643e195 100644 --- a/math/p5-Statistics-Descriptive/distinfo +++ b/math/p5-Statistics-Descriptive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/09/02 04:42:54 wen Exp $ +$NetBSD: distinfo,v 1.6 2014/07/13 12:41:28 wen Exp $ -SHA1 (Statistics-Descriptive-3.0604.tar.gz) = bd2c680602f1a8c366175433fc73bc17a26bd70c -RMD160 (Statistics-Descriptive-3.0604.tar.gz) = 8fcc7c9204505191b8f2aa3767eabc06deefc0af -Size (Statistics-Descriptive-3.0604.tar.gz) = 34574 bytes +SHA1 (Statistics-Descriptive-3.0607.tar.gz) = 8d403f67b4c7806fefdc85f42f6aa24c0624202a +RMD160 (Statistics-Descriptive-3.0607.tar.gz) = cc5003b9fc14b640a38285f6ca746e4121a11068 +Size (Statistics-Descriptive-3.0607.tar.gz) = 45614 bytes |