Fri Oct 28 09:48:32 2016 UTC ()
Updated p5-Test-Simple to 1.302062.

1.302062  2016-10-20 06:16:08-07:00 America/Los_Angeles

    - No changes from last trial

1.302061  2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Removed a warning when using a non-TAP formatter with Test::Builder
      about the formatter not "no_header" and "no_diag". This happened even if
      the alternative formatter class implemented these attributes.
    - When finalize is called on a formatter, it now receives one more
      argument, a boolean indicating whether or not the call is for a subtest
      or not.

1.302060  2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Formatters now have terminate() and finalize() methods. These are called
      when there is a skip_all or bail event (terminate) or when a test suite
      is exiting normally (finalize). This allows formatters to finalize their
      output, which is important for any sort of document-oriented format (as
      opposed to a stream format like TAP). (#723)


(wiz)
diff -r1.64 -r1.65 pkgsrc/devel/p5-Test-Simple/Makefile
diff -r1.36 -r1.37 pkgsrc/devel/p5-Test-Simple/distinfo

cvs diff -r1.64 -r1.65 pkgsrc/devel/p5-Test-Simple/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Simple/Attic/Makefile 2016/10/10 13:01:53 1.64
+++ pkgsrc/devel/p5-Test-Simple/Attic/Makefile 2016/10/28 09:48:32 1.65
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.64 2016/10/10 13:01:53 mef Exp $ 1# $NetBSD: Makefile,v 1.65 2016/10/28 09:48:32 wiz Exp $
2 2
3DISTNAME= Test-Simple-1.302059 3DISTNAME= Test-Simple-1.302062
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-Simple/ 9HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
10COMMENT= Perl5 module with a simple framework for writing tests 10COMMENT= Perl5 module with a simple framework for writing tests
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13CONFLICTS+= p5-Test-Tester-[0-9]* 13CONFLICTS+= p5-Test-Tester-[0-9]*
14CONFLICTS+= p5-Test-use-ok-[0-9]* 14CONFLICTS+= p5-Test-use-ok-[0-9]*
15 15
16PERL5_PACKLIST= auto/Test/Simple/.packlist 16PERL5_PACKLIST= auto/Test/Simple/.packlist

cvs diff -r1.36 -r1.37 pkgsrc/devel/p5-Test-Simple/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Simple/Attic/distinfo 2016/10/10 13:01:53 1.36
+++ pkgsrc/devel/p5-Test-Simple/Attic/distinfo 2016/10/28 09:48:32 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2016/10/10 13:01:53 mef Exp $ 1$NetBSD: distinfo,v 1.37 2016/10/28 09:48:32 wiz Exp $
2 2
3SHA1 (Test-Simple-1.302059.tar.gz) = bf6231623ceae926078cb2cb0378d2b71a927fb9 3SHA1 (Test-Simple-1.302062.tar.gz) = 7c1184724ba00c2a3584e948324f8b1f474e30ea
4RMD160 (Test-Simple-1.302059.tar.gz) = 102960230f7dc4b3a229266990b38a8eb31970d1 4RMD160 (Test-Simple-1.302062.tar.gz) = ed570543e220c0e27f61a9f974ba5fa7b4a6f85e
5SHA512 (Test-Simple-1.302059.tar.gz) = a5fa13b617bf96ce31ec13b274b73d0c7c2e3f7a77e54c314d2285b3cd729442605ad3b9aa0721773622c837e7be6776a53e7d34fd2777d07a306c16ec31ccb1 5SHA512 (Test-Simple-1.302062.tar.gz) = 8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff
6Size (Test-Simple-1.302059.tar.gz) = 246436 bytes 6Size (Test-Simple-1.302062.tar.gz) = 247549 bytes