Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Proc-Background Tue Nov 5 17:39:00 EST 2019



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66716355b10b
branches:  trunk
changeset: 429131:66716355b10b
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 16 15:09:12 2020 +0000

description:
Tue Nov  5 17:39:00 EST 2019
  Version 1.21
  * Fix bug in timeout_system that caused it to wait the maximum
    duration on every call.

Sun Nov  3 19:34:00 EST 2019
  Version 1.20

  * More correct parsing of Win32 arguments to determine
    executable name, and more correct quoting when building
    command line when starting from an argv.
  * More correct use of Unix signals during ->die, but also give
    user the ability to specify a custom sequence of signals.
  * Emulate Unix exit status of SIGKILL on Win32 when process was
    ended using $proc->Kill
  * New attributes ->exit_code and ->exit_signal help inspect the
    wstat value returned by ->wait.
  * Fix Win32 path separator used when searching %PATH% for exe
  * Don't leak changes to $? when calling ->die() during DESTROY
  * Make sure all die_upon_destroy happens before global destruction
  * Re-tooled with Dist::Zilla for modern generation of MYMETA and
    automatic version, license, etc.

diffstat:

 devel/p5-Proc-Background/Makefile |   5 ++---
 devel/p5-Proc-Background/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 5c85451a61a8 -r 66716355b10b devel/p5-Proc-Background/Makefile
--- a/devel/p5-Proc-Background/Makefile Thu Apr 16 15:08:39 2020 +0000
+++ b/devel/p5-Proc-Background/Makefile Thu Apr 16 15:09:12 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 13:20:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/16 15:09:12 mef Exp $
 #
 
-DISTNAME=      Proc-Background-1.10
+DISTNAME=      Proc-Background-1.21
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Proc/}
 
diff -r 5c85451a61a8 -r 66716355b10b devel/p5-Proc-Background/distinfo
--- a/devel/p5-Proc-Background/distinfo Thu Apr 16 15:08:39 2020 +0000
+++ b/devel/p5-Proc-Background/distinfo Thu Apr 16 15:09:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:41 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/04/16 15:09:12 mef Exp $
 
-SHA1 (Proc-Background-1.10.tar.gz) = 3e530b18adf4cf0904495af0bb431b5add3888d9
-RMD160 (Proc-Background-1.10.tar.gz) = c0623ee1b051a2d7a8bc261084e8dfe6ad6ada81
-SHA512 (Proc-Background-1.10.tar.gz) = 233eeb8159b7b0f99f6ce991b30f5a321189d2af9d4c8a6d997d0ff348ab9ba4510b322f58dca0df1b0bee279a442f49386bbd2152a5245921c95e9f0497301e
-Size (Proc-Background-1.10.tar.gz) = 15113 bytes
+SHA1 (Proc-Background-1.21.tar.gz) = 896ecef06c95def6323710a46c45719587974d68
+RMD160 (Proc-Background-1.21.tar.gz) = 988b63f181ae7143154fa20a71695334c8929ef2
+SHA512 (Proc-Background-1.21.tar.gz) = 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432
+Size (Proc-Background-1.21.tar.gz) = 25960 bytes



Home | Main Index | Thread Index | Old Index