diff options
author | wen <wen@pkgsrc.org> | 2018-04-23 07:26:16 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-04-23 07:26:16 +0000 |
commit | 6002ff03c24dcc7751ae030bc62a2c2d6698bce3 (patch) | |
tree | a59a879d1553fdafdc479a26d965c3401428f1fa /devel | |
parent | 15bbfbe2c47afeebbc30fe47b635d8a0a93d9dd0 (diff) | |
download | pkgsrc-6002ff03c24dcc7751ae030bc62a2c2d6698bce3.tar.gz |
Update to 0.99
Upstream changes:
0.99 Fri Mar 30 2018
- Fixes for windows unit tests so they skip or pass.
t/autoflush.t
t/readonly.t
t/run_stdin-callback-return-array.t
0.98 Thu Mar 29 2018
- Switch to using $!{EINTR}
- Honor umask for user/group permissions on a +rw file
- Remove commented code from RT 50739
- #63 - Patch for fixing _write on invalid objects
- #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
- #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
- #46 - '&' closing the stdin of the right process.
- #41 - Do POSIX::_exit not ::exit
- #40 - Assure child Win32 processes have same priority as parent
- #38 - Add unit test for passing use of Readonly.pm
- #39 - Fix GLOB test in IPC::Run::IO->new
- #86 - Fix for memory leak [rt.cpan.org #57990]
- MANIFEST was updated. New tests may start shipping now.
0.97 Mon Mar 26 2018
- Update meta and POD to point to GitHub issues not RT.
- Update README with pod changes.
- Fix variable name in synopsis - [Github #47]
- Fix t/run.t to work on "perl in space" - [Github #100]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index ec293574664..84ecca3cb7f 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2017/06/05 14:23:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2018/04/23 07:26:16 wen Exp $ -DISTNAME= IPC-Run-0.96 +DISTNAME= IPC-Run-0.99 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 c6589892293..1450e3cea4a 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2017/05/17 10:59:04 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/04/23 07:26:16 wen Exp $ -SHA1 (IPC-Run-0.96.tar.gz) = 6ebd990de9e4e8853e499aa958b10e54511d1f9e -RMD160 (IPC-Run-0.96.tar.gz) = ef9c6daafb87fbd0685487d2ed5ab2b710f3f247 -SHA512 (IPC-Run-0.96.tar.gz) = 8a531a2126c15653ab0230813985cc7c83f2c3467c987757fc1f04c3c9952ee0246bcf743dcc4381351c72989f7271ede16962cca24e030404e414ff000c57a8 -Size (IPC-Run-0.96.tar.gz) = 121644 bytes +SHA1 (IPC-Run-0.99.tar.gz) = f024df7aee8699f4cc71a1c4a2574ffdc01d2fe1 +RMD160 (IPC-Run-0.99.tar.gz) = 21b668f6c028bad93d9729c8630f0f63d461a3ac +SHA512 (IPC-Run-0.99.tar.gz) = 7a5dcb13d34f934a79a22f8c8512fc50f22c947ac45a85729e8d9d7382c32e3ad57dc4e33c3b6bf85da96cffcb4328c90c8619d80e22e894257062a0fb42c193 +Size (IPC-Run-0.99.tar.gz) = 148346 bytes SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c |