diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-05-20 05:10:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-05-20 05:10:10 +0000 |
commit | a54b64ab26b2f9c19cd5fd69eeb71503906e7f41 (patch) | |
tree | f830a663113725aa764de4298344e40d5e4b4d81 | |
parent | 4550029d0aae78b24b7df1a4ba044bc07a492317 (diff) | |
download | pkgsrc-a54b64ab26b2f9c19cd5fd69eeb71503906e7f41.tar.gz |
Update devel/p5-List-AllUtils to 0.08.
Changes from previous:
----------------------
0.08 2014-04-01
- This version now works with both List::MoreUtils 0.28-0.33 and the latest
trial version, 0.400_006. Note that it does not work with earlier versions
of 0.400.
0.07 2013-10-14
- The last version totally broke all exports from List::MoreUtils. Now there
are actual tests for this. Reported by Tatsuhiko Miyagawa. RT #89509.
0.06 2013-10-14
- List::Util 1.33 provides some subs that are also provided by
List::MoreUtils. This caused subroutine redefeined warnings. List::AllUtils
now only imports subs from List::MoreUtils that aren't defined by
List::Util. This works with List::Util 1.31+. Reported by Zefram. RT #89467.
0.05 2013-08-30
- Really require List::Util 1.31, instead of just saying so in the
Changes. Reported by Przemysław Wesołek. RT #88296
0.04 2013-08-25
- Updated to require List::Util 1.31, which includes a bunch of new pairwise
functions.
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-List-AllUtils/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index edf1dd87b34..4636339c8d6 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/20 05:10:10 hiramatsu Exp $ # -DISTNAME= List-AllUtils-0.03 +DISTNAME= List-AllUtils-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} @@ -17,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/List/AllUtils/.packlist DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Scalar-List-Utils>=1.31:../../devel/p5-Scalar-List-Utils .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-List-AllUtils/distinfo b/devel/p5-List-AllUtils/distinfo index 4a080f575de..25dcb1c5a00 100644 --- a/devel/p5-List-AllUtils/distinfo +++ b/devel/p5-List-AllUtils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/09/05 13:23:03 is Exp $ +$NetBSD: distinfo,v 1.2 2014/05/20 05:10:10 hiramatsu Exp $ -SHA1 (List-AllUtils-0.03.tar.gz) = 055eac62ede5c4f0ad222bbd539a50695c675ddc -RMD160 (List-AllUtils-0.03.tar.gz) = 371da9cf1fb2f44b6b8d80fcf8dd20b7315e513c -Size (List-AllUtils-0.03.tar.gz) = 14355 bytes +SHA1 (List-AllUtils-0.08.tar.gz) = 24dd3e1444d2a2539cd08ab9de0ae3e061b741e2 +RMD160 (List-AllUtils-0.08.tar.gz) = acec6a1bc0c95ea6a76b65841024d2f2de04bed9 +Size (List-AllUtils-0.08.tar.gz) = 19283 bytes |