Sun Aug 1 21:10:34 2010 UTC ()
Updating devel/p5-Test-LeakTrace from 0.11 to 0.13

pkgsrc changes:
- add module type
- remove x-bit from module files

Upstream changes:
0.13 Sun Aug  1 15:17:23 2010
    - Fix tests for older perls

0.12 Sun Aug  1 15:11:34 2010
    - Use ">= 0", instead of "== 0" for no_leaks_ok()
    - Add count_sv() to count all the SVs in a perl interpreter


(sno)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-LeakTrace/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-LeakTrace/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-LeakTrace/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-LeakTrace/Makefile 2010/06/14 20:57:47 1.2
+++ pkgsrc/devel/p5-Test-LeakTrace/Makefile 2010/08/01 21:10:34 1.3
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1# $NetBSD: Makefile,v 1.2 2010/06/14 20:57:47 seb Exp $ 1# $NetBSD: Makefile,v 1.3 2010/08/01 21:10:34 sno Exp $
2 2
3DISTNAME= Test-LeakTrace-0.11 3DISTNAME= Test-LeakTrace-0.13
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Test-LeakTrace/ 9HOMEPAGE= http://search.cpan.org/dist/Test-LeakTrace/
10COMMENT= Perl 5 module to trace memory leaks 10COMMENT= Perl 5 module to trace memory leaks
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PERL5_PACKLIST= auto/Test/LeakTrace/.packlist 15PERL5_PACKLIST= auto/Test/LeakTrace/.packlist
 16PERL5_MODULE_TYPE= Module::Install::Bundled
 17
 18post-extract:
 19 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
16 20
17.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-LeakTrace/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-LeakTrace/distinfo 2010/06/14 20:57:47 1.2
+++ pkgsrc/devel/p5-Test-LeakTrace/distinfo 2010/08/01 21:10:34 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/06/14 20:57:47 seb Exp $ 1$NetBSD: distinfo,v 1.3 2010/08/01 21:10:34 sno Exp $
2 2
3SHA1 (Test-LeakTrace-0.11.tar.gz) = ff326ea2093b911c82ab71cb9f75718ee83c4e4a 3SHA1 (Test-LeakTrace-0.13.tar.gz) = 0d30ab9cb876d47ba6d9c0fb99a6a6693332d871
4RMD160 (Test-LeakTrace-0.11.tar.gz) = be528bcb6177aec9f4bf20036e516902bf5327f6 4RMD160 (Test-LeakTrace-0.13.tar.gz) = 47894f69c130e6d3479793e9d9b0ed68ea5ff660
5Size (Test-LeakTrace-0.11.tar.gz) = 48877 bytes 5Size (Test-LeakTrace-0.13.tar.gz) = 49022 bytes