pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Peek Update p5-Data-Peek from version 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd2e0e5f0cb4
branches:  trunk
changeset: 567268:dd2e0e5f0cb4
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Nov 11 16:31:59 2009 +0000

description:
Update p5-Data-Peek from version 0.27 to version 0.29.

Pkgsrc changes:
- Add build dependency for test target
- Misc tweaks to placate pkglint

Upstream changes:
2009-11-09 0.29 - H.Merijn Brand   <h.m.brand%xs4all.nl@localhost>
    * Use skip instead of skip_all for builds that have no DPeek ()
    * Be more lenient towards the allocated space

2009-11-06 0.28 - H.Merijn Brand   <h.m.brand%xs4all.nl@localhost>
    * DDump () now dumps the variable itself, instead of a copy (Zefram)
    * Add DGrow ()

diffstat:

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

diffs (47 lines):

diff -r be234f143b1a -r dd2e0e5f0cb4 devel/p5-Data-Peek/Makefile
--- a/devel/p5-Data-Peek/Makefile       Wed Nov 11 15:27:46 2009 +0000
+++ b/devel/p5-Data-Peek/Makefile       Wed Nov 11 16:31:59 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/24 08:37:36 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/11 16:31:59 seb Exp $
 #
 
-DISTNAME=              Data-Peek-0.27
+DISTNAME=              Data-Peek-0.29
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -9,7 +9,7 @@
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Data-Peek/
-COMMENT=               A collection of low-level debug functions
+COMMENT=               Perl 5 collection of low-level debug functions
 LICENSE=               ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
@@ -17,7 +17,10 @@
 
 USE_LANGUAGES=         c
 PERL5_PACKLIST=                auto/Data/Peek/.packlist
-MAKE_ENV+=              AUTOMATED_TESTING=1
+MAKE_ENV+=             AUTOMATED_TESTING=1
+
+# For test target
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r be234f143b1a -r dd2e0e5f0cb4 devel/p5-Data-Peek/distinfo
--- a/devel/p5-Data-Peek/distinfo       Wed Nov 11 15:27:46 2009 +0000
+++ b/devel/p5-Data-Peek/distinfo       Wed Nov 11 16:31:59 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/10/24 08:37:36 sno Exp $
+$NetBSD: distinfo,v 1.2 2009/11/11 16:31:59 seb Exp $
 
-SHA1 (Data-Peek-0.27.tgz) = b52e5b6ac2ad517afebdb6b4a178133768ff0f17
-RMD160 (Data-Peek-0.27.tgz) = bc934f2a885b6d24b52494cae968b6c1446b3603
-Size (Data-Peek-0.27.tgz) = 55956 bytes
+SHA1 (Data-Peek-0.29.tgz) = 2387957a0043f7d7f160d0b81cba9491155024d4
+RMD160 (Data-Peek-0.29.tgz) = 051ca219bc218c19209f8d34fca3fc0c14575db6
+Size (Data-Peek-0.29.tgz) = 56674 bytes



Home | Main Index | Thread Index | Old Index