diff options
author | sno <sno@pkgsrc.org> | 2009-07-28 06:09:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-28 06:09:34 +0000 |
commit | b671cba0262b41f0abb7d9f37fa547b973a89201 (patch) | |
tree | 1709fb9818ca805da5ff4419800a50a8b2f77675 | |
parent | 8a265347002ddff4f0fbf50354f069137530efe2 (diff) | |
download | pkgsrc-b671cba0262b41f0abb7d9f37fa547b973a89201.tar.gz |
Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24
pkgsrc changes:
- Adding license (perl 5 license)
Upstream changes:
0.24 Sun Jul 19 08:26:35 EDT 2009
- List::MoreUtils was not handling the stack properly when the stack was grown
from inside code-references
- a couple of tests for each_arrayref were calling each_array
0.23 Sun Apr 19 06:56:09 EDT 2009
- BACKWARDS INCOMPATIBLE CHANGE:
fixed: Returning undef when none is passed an empty array is counterintuitive
(http://rt.cpan.org/Ticket/Display.html?id=40905)
- fixed: minmax error: unpredictable results with lists of 1 element
(http://rt.cpan.org/Ticket/Display.html?id=39847)
- fixed: bug: uniq doesn't like undef values.
uniq warns on undef values
(http://rt.cpan.org/Ticket/Display.html?id=37533)
(http://rt.cpan.org/Ticket/Display.html?id=43214)
- fixed: bug in pairwise when $a and $b are lexically defined using my
(http://rt.cpan.org/Ticket/Display.html?id=44518)
- fixed: Big memory leak with XS part()
(http://rt.cpan.org/Ticket/Display.html?id=41097)
- fixed: memory leak in indexes() [XS]
(http://rt.cpan.org/Public/Bug/Display.html?id=41494)
- reduced memory-requirements for the part() tests as that was responsible
for a lot of unnecessary test-failures
- new function bsearch() which performs a binary search
-rw-r--r-- | devel/p5-List-MoreUtils/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-List-MoreUtils/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-List-MoreUtils/Makefile b/devel/p5-List-MoreUtils/Makefile index 64ac220912d..1ff150cd536 100644 --- a/devel/p5-List-MoreUtils/Makefile +++ b/devel/p5-List-MoreUtils/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2008/11/03 22:07:11 bad Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/28 06:09:34 sno Exp $ # -DISTNAME= List-MoreUtils-0.22 +DISTNAME= List-MoreUtils-0.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/} MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/dist/List-MoreUtils/ COMMENT= Provide the stuff missing in List::Util +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-List-MoreUtils/distinfo b/devel/p5-List-MoreUtils/distinfo index 7a8bf22b4f3..fc32f2436df 100644 --- a/devel/p5-List-MoreUtils/distinfo +++ b/devel/p5-List-MoreUtils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/09/01 14:22:43 abs Exp $ +$NetBSD: distinfo,v 1.3 2009/07/28 06:09:34 sno Exp $ -SHA1 (List-MoreUtils-0.22.tar.gz) = 36dd11bf03459a34391d84d9dd89ac721eadd2dc -RMD160 (List-MoreUtils-0.22.tar.gz) = f84b40511381d1bbd1bb9422237b6548ca7511b5 -Size (List-MoreUtils-0.22.tar.gz) = 22570 bytes +SHA1 (List-MoreUtils-0.24.tar.gz) = 5e3d412f14133e9300cd2707400ab6f5cc3b59ba +RMD160 (List-MoreUtils-0.24.tar.gz) = 06567f724d21fcd8e06598092f5450b842250b2f +Size (List-MoreUtils-0.24.tar.gz) = 24224 bytes |