pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IPC-Run
Module Name: pkgsrc
Committed By: wen
Date: Sun Nov 5 02:19:34 UTC 2023
Modified Files:
pkgsrc/devel/p5-IPC-Run: Makefile distinfo
Log Message:
Update to 20231003.0
Upstream changes:
20231003.0 Mon Oct 2 2023
Windows now matches other platforms in that a child calling exit(N) causes
result() to return N and full_result() to return N << 8. On Windows, before
this change, result() was returning N >> 8, and full_result() was returning N.
Programs having workarounds for this may need to condition those workarounds on
$IPC::Run::VERSION.
- #157 - On Windows, avoid hang under IPCRUNDEBUG.
- Refresh "cpanfile" from Makefile.PL, to allow use on Windows.
- #163 - Normalize shebangs to /usr/bin/perl
- Fix or skip all tests recently seen to fail on Windows.
- Include t/result.t in releases.
- #168 - Make full_result() and result() Windows behavior match non-Windows.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-IPC-Run/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-IPC-Run/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-IPC-Run/Makefile
diff -u pkgsrc/devel/p5-IPC-Run/Makefile:1.43 pkgsrc/devel/p5-IPC-Run/Makefile:1.44
--- pkgsrc/devel/p5-IPC-Run/Makefile:1.43 Thu Jul 6 09:39:22 2023
+++ pkgsrc/devel/p5-IPC-Run/Makefile Sun Nov 5 02:19:34 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2023/07/06 09:39:22 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2023/11/05 02:19:34 wen Exp $
-DISTNAME= IPC-Run-20220807.0
+DISTNAME= IPC-Run-20231003.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
Index: pkgsrc/devel/p5-IPC-Run/distinfo
diff -u pkgsrc/devel/p5-IPC-Run/distinfo:1.18 pkgsrc/devel/p5-IPC-Run/distinfo:1.19
--- pkgsrc/devel/p5-IPC-Run/distinfo:1.18 Sun Feb 12 11:01:43 2023
+++ pkgsrc/devel/p5-IPC-Run/distinfo Sun Nov 5 02:19:34 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2023/02/12 11:01:43 wen Exp $
+$NetBSD: distinfo,v 1.19 2023/11/05 02:19:34 wen Exp $
-BLAKE2s (IPC-Run-20220807.0.tar.gz) = a13e20fcacb6c33de0dafa8bcd9b5b2c262f391b05995f1404199666aa658669
-SHA512 (IPC-Run-20220807.0.tar.gz) = ddfd0ceb78bd56c8c95a0a293a59d605959ba8d1b161a2c5959ac185c18fffa5cf047c3448d3b83a2733aa1372550f93d74d86eb05d49748f789fa46282694aa
-Size (IPC-Run-20220807.0.tar.gz) = 133631 bytes
+BLAKE2s (IPC-Run-20231003.0.tar.gz) = 9ce32eb2f9dde685daea890d5a515ec7a8a00f3250b70c7b07b00fba528565ac
+SHA512 (IPC-Run-20231003.0.tar.gz) = 81b94715e61f2a302ba4cfbd03f6af14ab66d438dfdf58187ccf8b0f7ff562fd343ef560ad48dad8118342dd493530560ac89beca6de2818663d556d18feff90
+Size (IPC-Run-20231003.0.tar.gz) = 135491 bytes
SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c
Home |
Main Index |
Thread Index |
Old Index