diff options
author | mef <mef@pkgsrc.org> | 2017-04-27 13:17:52 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-04-27 13:17:52 +0000 |
commit | e60dfb975257e85370acbbb4d508fbe346ea4fb6 (patch) | |
tree | f5149909eeb7bb503affa2d7a8776383a33179aa /devel | |
parent | d52b70aa3e8b5731fca33368923fd23277866782 (diff) | |
download | pkgsrc-e60dfb975257e85370acbbb4d508fbe346ea4fb6.tar.gz |
Updated devel/p5-IPC-Run to 0.95
--------------------------------
0.95 Mon Apr 24 2017
- Spelling fixes
- doc fix: full_result returns $?, not $? >> 8
- Fix check for reaped PID in reap_nb
- Re-remove unnecessary use of UNIVERSAL
0.94_02 Thu Apr 14 2016
- Skip infinity test on perl below 5.8.9
0.94_01 Tue Apr 12 2016
- Enable Travis-CI integration for IPC::Run
- Use q{} and qq{} to fix problems with quotation in cmd.exe
- sync $VERSION across all files to address kwalitee
- RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR
- CHILD_HANDLE should be closed with 'Close' to prevent a warning.
- require Win32API::File on Windows
- Better timer error message + an additional unit test
- Catching previously non-detected malformed time strings
- Let Timer accept all allowable perl numbers
- allow the OS to choose the ephemeral port to use
- Don't use version.pm to parse the perl version in Makefile.PL
- perltidy
- Do not import POSIX into local namespace (it's a memory hog)
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 7b915e0cf75..0db4cd7ac2b 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2016/06/08 19:23:05 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/04/27 13:17:52 mef Exp $ -DISTNAME= IPC-Run-0.94 +DISTNAME= IPC-Run-0.95 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 c461691969c..fadb60a9de7 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 03:28:22 agc Exp $ +$NetBSD: distinfo,v 1.11 2017/04/27 13:17:52 mef Exp $ -SHA1 (IPC-Run-0.94.tar.gz) = 16ebf7bebddaf4c4d796781889c76e577a716677 -RMD160 (IPC-Run-0.94.tar.gz) = e158c2537370ae5b6f0c72586ad2791be2e64dcf -SHA512 (IPC-Run-0.94.tar.gz) = c42fb5e0a5085698bec3f970ba642c00ad947629bd30c1485ebd28e8e24db4273fa6439e0abeddbc602be66e4ebfcaaa7e8d3982ac8b82c3c6a8a431c170f721 -Size (IPC-Run-0.94.tar.gz) = 121394 bytes +SHA1 (IPC-Run-0.95.tar.gz) = a6adf31a95b9c96a1c16aeb01cee3340f1613835 +RMD160 (IPC-Run-0.95.tar.gz) = 3d30caa88dcab77bffb01ef14726e08540e77281 +SHA512 (IPC-Run-0.95.tar.gz) = c7f3dd709cb2119078e2adc3113d7a99dd6c14ebae4b99e509f7987864017cd90ba9137f060e1d4ae7d31fdf70a10e76c024fa81a56186550a26cb3817d39ef6 +Size (IPC-Run-0.95.tar.gz) = 122032 bytes SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c |