Thu Apr 16 15:09:13 2020 UTC ()
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.


(mef)
diff -r1.14 -r1.15 pkgsrc/devel/p5-Proc-Background/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Proc-Background/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-Proc-Background/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Proc-Background/Makefile 2019/08/11 13:20:13 1.14
+++ pkgsrc/devel/p5-Proc-Background/Makefile 2020/04/16 15:09:12 1.15
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.14 2019/08/11 13:20:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2020/04/16 15:09:12 mef Exp $
2# 2#
3 3
4DISTNAME= Proc-Background-1.10 4DISTNAME= Proc-Background-1.21
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 10 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/Proc-Background 10HOMEPAGE= https://metacpan.org/release/Proc-Background
12COMMENT= Perl 5 module prodiving an interface to background process management 11COMMENT= Perl 5 module prodiving an interface to background process management
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16 15
17PERL5_PACKLIST= auto/Proc/Background/.packlist 16PERL5_PACKLIST= auto/Proc/Background/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Proc-Background/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Proc-Background/distinfo 2015/11/03 03:28:41 1.3
+++ pkgsrc/devel/p5-Proc-Background/distinfo 2020/04/16 15:09:12 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/03 03:28:41 agc Exp $ 1$NetBSD: distinfo,v 1.4 2020/04/16 15:09:12 mef Exp $
2 2
3SHA1 (Proc-Background-1.10.tar.gz) = 3e530b18adf4cf0904495af0bb431b5add3888d9 3SHA1 (Proc-Background-1.21.tar.gz) = 896ecef06c95def6323710a46c45719587974d68
4RMD160 (Proc-Background-1.10.tar.gz) = c0623ee1b051a2d7a8bc261084e8dfe6ad6ada81 4RMD160 (Proc-Background-1.21.tar.gz) = 988b63f181ae7143154fa20a71695334c8929ef2
5SHA512 (Proc-Background-1.10.tar.gz) = 233eeb8159b7b0f99f6ce991b30f5a321189d2af9d4c8a6d997d0ff348ab9ba4510b322f58dca0df1b0bee279a442f49386bbd2152a5245921c95e9f0497301e 5SHA512 (Proc-Background-1.21.tar.gz) = 2cc5cdf3e6b0614a252f6a5e2f0c35c50504eaefb87d642b8a4f91f6e5e34096f6e30262f0d8496b318301e3359d26a6dceb1658556ad0ac548a26b6a3476432
6Size (Proc-Background-1.10.tar.gz) = 15113 bytes 6Size (Proc-Background-1.21.tar.gz) = 25960 bytes