diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-05 19:09:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-05 19:09:16 +0000 |
commit | 67c3e7ced5c80eb730c7d8a808feffe94069e300 (patch) | |
tree | 6bd82c3041720faa7c23de29a7fe315dc315de3e /devel | |
parent | b909c16acb49ccfe50a9a2a9957043328f7c3061 (diff) | |
download | pkgsrc-67c3e7ced5c80eb730c7d8a808feffe94069e300.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Output/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Output/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile index 80527ec7b8a..0cd71d29066 100644 --- a/devel/p5-Test-Output/Makefile +++ b/devel/p5-Test-Output/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/09/05 19:09:16 wiz Exp $ -DISTNAME= Test-Output-1.01 +DISTNAME= Test-Output-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5to CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -13,6 +12,7 @@ COMMENT= Utilities to test STDOUT and STDERR messages LICENSE= artistic-2.0 DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter +DEPENDS+= p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester PERL5_PACKLIST= auto/Test/Output/.packlist diff --git a/devel/p5-Test-Output/distinfo b/devel/p5-Test-Output/distinfo index e5243130378..c3272106e21 100644 --- a/devel/p5-Test-Output/distinfo +++ b/devel/p5-Test-Output/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/10/27 01:14:32 hiramatsu Exp $ +$NetBSD: distinfo,v 1.6 2013/09/05 19:09:16 wiz Exp $ -SHA1 (Test-Output-1.01.tar.gz) = d399e7207d30132b361d685eb169cf8f8fa380ff -RMD160 (Test-Output-1.01.tar.gz) = b258dc9c930d7a973ed7468e1f94751bc5ba4897 -Size (Test-Output-1.01.tar.gz) = 12277 bytes +SHA1 (Test-Output-1.02.tar.gz) = 8c05eb8321d614cc6d5c274b60dcec9eb0a99768 +RMD160 (Test-Output-1.02.tar.gz) = a5cfc80e5af1a8a823f10c71d194b24fdaa7bb98 +Size (Test-Output-1.02.tar.gz) = 12402 bytes |