Thu Sep 5 01:11:19 2013 UTC ()
Update to 0.370

Upstream changes:
0.370  Not Released
        - Fix interpolation bug that could cause 'Unrecognized escape'
          warning on some platforms.
        - Skip nested fork test on Windows.

0.369  2013-08-25
        - Don't print warning when exit() is called if it's called from
          a child process (if the pid has changed),
          since it seems likely that if the process has forked
          the child is expected to exit in some way.
        - Reformat dates in change log to appease CPAN::Changes.
          Thanks, Neil Bowers.


(wen)
diff -r1.10 -r1.11 pkgsrc/devel/p5-Test-Aggregate/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Aggregate/distinfo

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

--- pkgsrc/devel/p5-Test-Aggregate/Makefile 2013/08/15 08:20:37 1.10
+++ pkgsrc/devel/p5-Test-Aggregate/Makefile 2013/09/05 01:11:19 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2013/08/15 08:20:37 wen Exp $ 1# $NetBSD: Makefile,v 1.11 2013/09/05 01:11:19 wen Exp $
2 2
3DISTNAME= Test-Aggregate-0.368 3DISTNAME= Test-Aggregate-0.370
4PKGNAME= p5-${DISTNAME:S/363/36.3/} 4PKGNAME= p5-${DISTNAME:S/363/36.3/}
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-Aggregate/ 9HOMEPAGE= http://search.cpan.org/dist/Test-Aggregate/
10COMMENT= Aggregate *.t tests to make them run faster 10COMMENT= Aggregate *.t tests to make them run faster
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness 13DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.09}:../../devel/p5-Test-Harness
14DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings 14DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
15 15
16# Recommends 16# Recommends

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

--- pkgsrc/devel/p5-Test-Aggregate/distinfo 2013/08/15 08:20:37 1.5
+++ pkgsrc/devel/p5-Test-Aggregate/distinfo 2013/09/05 01:11:19 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/08/15 08:20:37 wen Exp $ 1$NetBSD: distinfo,v 1.6 2013/09/05 01:11:19 wen Exp $
2 2
3SHA1 (Test-Aggregate-0.368.tar.gz) = ec047cd553876dec8f9dde69cf16f1209be176c4 3SHA1 (Test-Aggregate-0.370.tar.gz) = 4c438e8898ca926916b9830f404e16fd4176501d
4RMD160 (Test-Aggregate-0.368.tar.gz) = 2608bac37dd89c2660f90a55bcac1383b7cefe3b 4RMD160 (Test-Aggregate-0.370.tar.gz) = 75f6a8c9904fa7fb7d9e8b2a1df880efb3b8ad96
5Size (Test-Aggregate-0.368.tar.gz) = 32104 bytes 5Size (Test-Aggregate-0.370.tar.gz) = 33062 bytes