Thu Sep 5 19:09:16 2013 UTC ()
Update to 1.02:

1.02 - Mon Jul  8 21:15:30 2013
	* Bump to stable release

1.01_02 - Thu Jul 19 06:18:35 2012
	* Remove the ::Tie stuff. It should be fully Capture::Tiny
	now.

1.01_01 - Mon May 14 16:05:22 2012
	* David Golden re-did everything with Capture::Tiny
	to get around the odd output paths that we coudn't
	handle with a tie.


(wiz)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Test-Output/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Output/distinfo

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

--- pkgsrc/devel/p5-Test-Output/Makefile 2013/05/31 12:40:50 1.11
+++ pkgsrc/devel/p5-Test-Output/Makefile 2013/09/05 19:09:16 1.12
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/09/05 19:09:16 wiz Exp $
2 2
3DISTNAME= Test-Output-1.01 3DISTNAME= Test-Output-1.02
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6SVR4_PKGNAME= p5to 5SVR4_PKGNAME= p5to
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-Output/ 10HOMEPAGE= http://search.cpan.org/dist/Test-Output/
12COMMENT= Utilities to test STDOUT and STDERR messages 11COMMENT= Utilities to test STDOUT and STDERR messages
13LICENSE= artistic-2.0 12LICENSE= artistic-2.0
14 13
15DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter 14DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
 15DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
16DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester 16DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
17 17
18PERL5_PACKLIST= auto/Test/Output/.packlist 18PERL5_PACKLIST= auto/Test/Output/.packlist
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Test-Output/distinfo 2011/10/27 01:14:32 1.5
+++ pkgsrc/devel/p5-Test-Output/distinfo 2013/09/05 19:09:16 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2011/10/27 01:14:32 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.6 2013/09/05 19:09:16 wiz Exp $
2 2
3SHA1 (Test-Output-1.01.tar.gz) = d399e7207d30132b361d685eb169cf8f8fa380ff 3SHA1 (Test-Output-1.02.tar.gz) = 8c05eb8321d614cc6d5c274b60dcec9eb0a99768
4RMD160 (Test-Output-1.01.tar.gz) = b258dc9c930d7a973ed7468e1f94751bc5ba4897 4RMD160 (Test-Output-1.02.tar.gz) = a5cfc80e5af1a8a823f10c71d194b24fdaa7bb98
5Size (Test-Output-1.01.tar.gz) = 12277 bytes 5Size (Test-Output-1.02.tar.gz) = 12402 bytes