pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Dump-Streamer Update from version 2.13 t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85a3c6412691
branches:  trunk
changeset: 576508:85a3c6412691
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jun 13 19:27:18 2010 +0000

description:
Update from version 2.13 to version 2.18.

Pkgsrc changes:
- adjust dependencies
- adjust PERL5_MODULE_TYPE

Upstream changes:
2.18 (2010-06-12)

Continue to refine t/lexicals.t response to Perl commit
"e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The
change happened after 5.13.0 and is released in 5.13.1.

2.17 (2010-06-11)

Declare ExtUtils::CBuilder as a build_requries dependency

2.16 (2010-06-11)

Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN
indexer happy.

2.15 (2010-06-11)

Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift;
optimization" changed B::Deparse

Switch from ExtUtils::MakeMaker to Module::Build for
configure_requires support

2.14 (2010-06-08)

Our Makefile.PL must abort if we're going to need to build B::Utils
but we don't have ExtUtils::Depends because it doesn't work to let the
build chain do this dependency resolution. Perhaps there is a version
that this all "just works" in?

t/dump.t required some styling state changes but was skipping them
when some modules weren't installed.

diffstat:

 devel/p5-Data-Dump-Streamer/Makefile |  11 +++++++----
 devel/p5-Data-Dump-Streamer/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 11a199bc1694 -r 85a3c6412691 devel/p5-Data-Dump-Streamer/Makefile
--- a/devel/p5-Data-Dump-Streamer/Makefile      Sun Jun 13 19:07:24 2010 +0000
+++ b/devel/p5-Data-Dump-Streamer/Makefile      Sun Jun 13 19:27:18 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/04/24 18:57:34 seb Exp $
+# $NetBSD: Makefile,v 1.5 2010/06/13 19:27:18 seb Exp $
 #
 
-DISTNAME=              Data-Dump-Streamer-2.13
+DISTNAME=              Data-Dump-Streamer-2.18
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -10,11 +10,14 @@
 HOMEPAGE=              http://search.cpan.org/dist/Data-Dump-Streamer/
 COMMENT=               Perl 5 module to serialize a data structure as Perl
 
-MAKE_PARAMS+=          NODDS
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=              p5-B-Utils>=0.05:../../devel/p5-B-Utils
+BUILD_DEPENDS+=        p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
+DEPENDS+=      p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff
+DEPENDS+=      p5-PadWalker>=0.99:../../devel/p5-PadWalker
+DEPENDS+=      p5-B-Utils-[0-9]*:../../devel/p5-B-Utils
 
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Data/Dump/Streamer/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 11a199bc1694 -r 85a3c6412691 devel/p5-Data-Dump-Streamer/distinfo
--- a/devel/p5-Data-Dump-Streamer/distinfo      Sun Jun 13 19:07:24 2010 +0000
+++ b/devel/p5-Data-Dump-Streamer/distinfo      Sun Jun 13 19:27:18 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/04/24 18:57:34 seb Exp $
+$NetBSD: distinfo,v 1.4 2010/06/13 19:27:18 seb Exp $
 
-SHA1 (Data-Dump-Streamer-2.13.tar.gz) = 9fcf48906891465a7cf0012e62eb10679797b58e
-RMD160 (Data-Dump-Streamer-2.13.tar.gz) = 880ff6f2e6184b0c00f9f0b1e483d6c28fba1835
-Size (Data-Dump-Streamer-2.13.tar.gz) = 73792 bytes
+SHA1 (Data-Dump-Streamer-2.18.tar.gz) = 1fac4361aa61b21f61880c2139a3a68b680635f3
+RMD160 (Data-Dump-Streamer-2.18.tar.gz) = 07041306f43a4d2531e46f6405c4c652f5f526a0
+Size (Data-Dump-Streamer-2.18.tar.gz) = 90902 bytes



Home | Main Index | Thread Index | Old Index