pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Proc-Background
Module Name: pkgsrc
Committed By: mef
Date: Thu Apr 16 15:09:13 UTC 2020
Modified Files:
pkgsrc/devel/p5-Proc-Background: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Proc-Background/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Proc-Background/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-Proc-Background/Makefile
diff -u pkgsrc/devel/p5-Proc-Background/Makefile:1.14 pkgsrc/devel/p5-Proc-Background/Makefile:1.15
--- pkgsrc/devel/p5-Proc-Background/Makefile:1.14 Sun Aug 11 13:20:13 2019
+++ pkgsrc/devel/p5-Proc-Background/Makefile Thu Apr 16 15:09:12 2020
@@ -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/}
Index: pkgsrc/devel/p5-Proc-Background/distinfo
diff -u pkgsrc/devel/p5-Proc-Background/distinfo:1.3 pkgsrc/devel/p5-Proc-Background/distinfo:1.4
--- pkgsrc/devel/p5-Proc-Background/distinfo:1.3 Tue Nov 3 03:28:41 2015
+++ pkgsrc/devel/p5-Proc-Background/distinfo Thu Apr 16 15:09:12 2020
@@ -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