diff options
author | obache <obache@pkgsrc.org> | 2006-10-29 15:40:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-29 15:40:04 +0000 |
commit | a2fd4cb0dfd0a00ea63203ec0de6b20f93eeff08 (patch) | |
tree | b689564d183648008b20535afabd926ffccee453 /devel | |
parent | bf4d2772deae667646847066cedee0d9588e95d2 (diff) | |
download | pkgsrc-a2fd4cb0dfd0a00ea63203ec0de6b20f93eeff08.tar.gz |
Update p5-IPC-Run to 0.80.
Patch provided by Martin Wilke via PR 34349.
Changes:
0.80
- IPC::Run::IO now retries on certain "temporarily unavailable" errors.
This should fix several reported issues with t/run.t, test 69.
Many thanks to < Eric (at) Scratch Computing (.com) > for the patch!
- Applied documentation patch from RT.
- Fixed documentation to work with '<' redirect
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 9de0a2bcdaa..8fd6e7c318c 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/10/29 15:40:04 obache Exp $ -DISTNAME= IPC-Run-0.79 +DISTNAME= IPC-Run-0.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index 95a00c0b3e8..f62dce6eb8e 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:26 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/10/29 15:40:04 obache Exp $ -SHA1 (IPC-Run-0.79.tar.gz) = 80b7fda98b5f59cd1b4c3356190e0ee741fbc3b3 -RMD160 (IPC-Run-0.79.tar.gz) = 4905ce1ee382700bcfdec19edbf211be750e0e13 -Size (IPC-Run-0.79.tar.gz) = 89422 bytes +SHA1 (IPC-Run-0.80.tar.gz) = 59a9f6a9efd3a381f42767f215922c154b9e49ba +RMD160 (IPC-Run-0.80.tar.gz) = 28ac12916e0578d3897ddbb4a3448e284e1fc1eb +Size (IPC-Run-0.80.tar.gz) = 89933 bytes |