Sat Sep 12 12:07:06 2009 UTC ()
Updating package devel/p5-Test-Warn from 0.11nb1 to 0.21

pkgsrc changes:
  - Adding license
  - Adjusting dependencies

Upstream changes:
0.21  Aug 29 2009
        - rename internal package Tree::MyDAG_Node with Test::Warn::DAG_Node_Tree

0.20  Aug 29 2009
        - fix warning_exists.t for perl 5.6.2
        - warnings_exists was renamed to warnings_exist
        - compatibility layer in Makefile.PL

0.11_02  Jun 16 2009
        - carped.t will work on VMS (RT#39579)
        - fix warning_exists.t for perl 5.10
        - warning_exists was renamed to warnings_exists

0.11_01  Jun 14 2009
        - small changes
        - MIN_PERL_VERSION in Makefile.PL
        - Array::Compare is not needed
        - allow files with spaces in path (RT#21545 by frew )
        - Test::Exception is also not needed
        - warning_exists added


(sno)
diff -r1.10 -r1.11 pkgsrc/devel/p5-Test-Warn/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-Warn/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-Test-Warn/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Warn/Makefile 2008/10/19 19:18:02 1.10
+++ pkgsrc/devel/p5-Test-Warn/Makefile 2009/09/12 12:07:06 1.11
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.10 2008/10/19 19:18:02 he Exp $ 1# $NetBSD: Makefile,v 1.11 2009/09/12 12:07:06 sno Exp $
2# 2#
3 3
4DISTNAME= Test-Warn-0.11 4DISTNAME= Test-Warn-0.21
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
 8EXTRACT_SUFX= .zip
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-Warn/ 11HOMEPAGE= http://search.cpan.org/dist/Test-Warn/
12COMMENT= Perl extension to test methods for warnings 12COMMENT= Perl extension to test methods for warnings
 13LICENSE= ${PERL5_LICENSE}
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare 17DEPENDS+= p5-Sub-Uplevel>=0.12:../../devel/p5-Sub-Uplevel
17DEPENDS+= p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel 
18DEPENDS+= p5-Tree-DAG_Node-[0-9]*:../../devel/p5-Tree-DAG_Node 18DEPENDS+= p5-Tree-DAG_Node-[0-9]*:../../devel/p5-Tree-DAG_Node
19 19
20USE_LANGUAGES= # empty 20USE_LANGUAGES= # empty
21PERL5_PACKLIST= auto/Test/Warn/.packlist 21PERL5_PACKLIST= auto/Test/Warn/.packlist
22 22
23.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-Warn/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Warn/distinfo 2008/07/27 16:53:38 1.4
+++ pkgsrc/devel/p5-Test-Warn/distinfo 2009/09/12 12:07:06 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2008/07/27 16:53:38 he Exp $ 1$NetBSD: distinfo,v 1.5 2009/09/12 12:07:06 sno Exp $
2 2
3SHA1 (Test-Warn-0.11.tar.gz) = 3cad88de96528d9c0154fbd3a23540d115f383d6 3SHA1 (Test-Warn-0.21.zip) = 654a9eb272ddd83fd4d1e6600a05490ce65f77c0
4RMD160 (Test-Warn-0.11.tar.gz) = 08fac10bed9152cbcf5ff5f4cd8f85f15d4555c8 4RMD160 (Test-Warn-0.21.zip) = 65dca4a13d5360bfe922df8e52bf1a89bdb601c0
5Size (Test-Warn-0.11.tar.gz) = 9661 bytes 5Size (Test-Warn-0.21.zip) = 19601 bytes