diff options
author | wiz <wiz> | 2016-05-18 12:24:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-05-18 12:24:02 +0000 |
commit | 32d812bb262d8521ad4caacb7ced5fc4c2a166aa (patch) | |
tree | de6838c81200bc9633e98f25fa434bcfc00a3de6 /devel | |
parent | 40f1e82cf2a7af436803874dcfc508b0968a23e2 (diff) | |
download | pkgsrc-32d812bb262d8521ad4caacb7ced5fc4c2a166aa.tar.gz |
Updated p5-List-AllUtils to 0.10.
0.10 2016-05-08
- Switched from List::MoreUtils to List::SomeUtils. This should not change any
functionality of the module.
- Make the test for subroutine redefined warnings much more
specific. Previously tests could fail because of totally unrelated warnings
from other modules. Reported by ribasushi. RT #113740.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index f98c7c3a822..de450c4af38 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:22 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/05/18 12:24:02 wiz Exp $ -DISTNAME= List-AllUtils-0.09 +DISTNAME= List-AllUtils-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/List-AllUtils/ -COMMENT= Combines List::Util and List::MoreUtils +COMMENT= Combines List::Util and List::SomeUtils LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils +DEPENDS+= p5-List-SomeUtils>=0.28:../../devel/p5-List-SomeUtils DEPENDS+= p5-Scalar-List-Utils>=1.31:../../devel/p5-Scalar-List-Utils BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index f08b13e80b2..0ea4d6b581e 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:24 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/05/18 12:24:02 wiz Exp $ -SHA1 (List-AllUtils-0.09.tar.gz) = 2e5389520513071ee88c0f939efc662be0a56d72 -RMD160 (List-AllUtils-0.09.tar.gz) = 7a55c7e571091ff729938228fdfde072552088f4 -SHA512 (List-AllUtils-0.09.tar.gz) = a611536880abfeb3aadfab629a98115905f447ddb74f0e9cce9d3534366978e43a8bf566a742d352e5ac263d8bd4c32c96dd4f308fd36ebd7003eb0001f96727 -Size (List-AllUtils-0.09.tar.gz) = 25846 bytes +SHA1 (List-AllUtils-0.10.tar.gz) = c16b24841bfd6b754d7c02f03e5419b6b01848d3 +RMD160 (List-AllUtils-0.10.tar.gz) = acc948461b5f89e9c4ac60cbbc82a687f9f3db3e +SHA512 (List-AllUtils-0.10.tar.gz) = 0448fb594bb62ba78f32b5ffd40fd6e179a99c8da672c1d777d98c3ebdffbae2ac613303816b81b6be0a0db28b7a21acaa690bced66c88a0979af6d7cebc3ee3 +Size (List-AllUtils-0.10.tar.gz) = 37758 bytes |