Sun Feb 12 11:01:43 2023 UTC ()
Update to 20220807.0

Upstream changes:
20220807.0 Mon Aug 1 2022
 If your applications rely on portability to Windows, see new documentation
 sections "argument-passing rules are program-specific" and "batch files".  This
 release fixes bugs in runs of Windows programs that use standard command line
 parsing rules.  Runs of non-standard programs may require changes.  Notable
 non-standard programs include cmd.exe, cscript.exe, and Cygwin programs.
 - #140 - skip t/pty.t test on NetBSD too
 - Add strict/warnings
 - #142 - Follow Windows argument quoting rules
 - #146 - allow win32_newlines.t to actually run
 - #150 - Make t/pty.t test pass on OpenBSD.
 - #148 - Support Win32 commands having nonstandard command line parsing rules
 - Support executing Win32 batch files.
 - Add IPC::Run::Win32Process, for delivering nonstandard command lines.
 - Fix reporting of Win32::Process::Create() errors.
 - #156 - On Windows, avoid hang when closing read end of pipe.
 - #155 - Ignore known test failure on msys. - t/windows_search_path.t
 - Avoid warning with IPCRUNDEBUG, in Windows spawned children.
 - Use $^X, not 'perl', in tests.
 - Thanks to the New active developer: Noah Misch!


(wen)
diff -r1.41 -r1.42 pkgsrc/devel/p5-IPC-Run/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/p5-IPC-Run/distinfo
diff -r1.2 -r0 pkgsrc/devel/p5-IPC-Run/patches/patch-aa

cvs diff -r1.41 -r1.42 pkgsrc/devel/p5-IPC-Run/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IPC-Run/Makefile 2022/06/28 11:32:37 1.41
+++ pkgsrc/devel/p5-IPC-Run/Makefile 2023/02/12 11:01:43 1.42
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.41 2022/06/28 11:32:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2023/02/12 11:01:43 wen Exp $
2 2
3DISTNAME= IPC-Run-20200505.0 3DISTNAME= IPC-Run-20220807.0
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/IPC-Run 9HOMEPAGE= https://metacpan.org/release/IPC-Run
11COMMENT= Perl module for interacting with child processes 10COMMENT= Perl module for interacting with child processes
12LICENSE= gnu-gpl-v2 OR artistic 11LICENSE= gnu-gpl-v2 OR artistic
13 12
14# XXX Win32 will need Win32::Process while all others IO::Pty 13# XXX Win32 will need Win32::Process while all others IO::Pty
15# How about Interix? 14# How about Interix?
16DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty 15DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
17 16
18USE_TOOLS+= perl # for self-tests (!?) 17USE_TOOLS+= perl # for self-tests (!?)

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-IPC-Run/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IPC-Run/distinfo 2021/10/26 10:16:48 1.17
+++ pkgsrc/devel/p5-IPC-Run/distinfo 2023/02/12 11:01:43 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 10:16:48 nia Exp $ 1$NetBSD: distinfo,v 1.18 2023/02/12 11:01:43 wen Exp $
2 2
3BLAKE2s (IPC-Run-20200505.0.tar.gz) = 172002ba168134fde6295c153fbb001224ecc5001992643a2aab0082c8e15bf9 3BLAKE2s (IPC-Run-20220807.0.tar.gz) = a13e20fcacb6c33de0dafa8bcd9b5b2c262f391b05995f1404199666aa658669
4SHA512 (IPC-Run-20200505.0.tar.gz) = 6f2e0cdbd66741a5185aa6f79c5d23189f6527e319ead385a033e482abed439a7e7fb1bbb7fa83c91c7b2971b31313a99b2b6510cc6aad3516ae6524a196d57c 4SHA512 (IPC-Run-20220807.0.tar.gz) = ddfd0ceb78bd56c8c95a0a293a59d605959ba8d1b161a2c5959ac185c18fffa5cf047c3448d3b83a2733aa1372550f93d74d86eb05d49748f789fa46282694aa
5Size (IPC-Run-20200505.0.tar.gz) = 127505 bytes 5Size (IPC-Run-20220807.0.tar.gz) = 133631 bytes
6SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c 6SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c

File Deleted: pkgsrc/devel/p5-IPC-Run/patches/Attic/patch-aa