pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-List-MoreUtils Updating package for p5 module...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc68c0f9025a
branches: trunk
changeset: 396585:dc68c0f9025a
user: sno <sno%pkgsrc.org@localhost>
date: Tue Jul 28 06:09:34 2009 +0000
description:
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
diffstat:
devel/p5-List-MoreUtils/Makefile | 9 +++++----
devel/p5-List-MoreUtils/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r f5a78bf0498c -r dc68c0f9025a devel/p5-List-MoreUtils/Makefile
--- a/devel/p5-List-MoreUtils/Makefile Tue Jul 28 04:39:03 2009 +0000
+++ b/devel/p5-List-MoreUtils/Makefile Tue Jul 28 06:09:34 2009 +0000
@@ -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@localhost
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 -r f5a78bf0498c -r dc68c0f9025a devel/p5-List-MoreUtils/distinfo
--- a/devel/p5-List-MoreUtils/distinfo Tue Jul 28 04:39:03 2009 +0000
+++ b/devel/p5-List-MoreUtils/distinfo Tue Jul 28 06:09:34 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index