summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-12-13 12:30:46 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-12-13 12:30:46 +0000
commit49690ddf6daebba73428f74c31ab4f645e1f886f (patch)
tree0018dd764d4281f69ca271e3fd84da5893af5f24 /devel
parent8ddb95b20bae8fedcc58f25d3f93d8410993490e (diff)
downloadpkgsrc-49690ddf6daebba73428f74c31ab4f645e1f886f.tar.gz
Update p5-Proc-Simple to 1.30.
Changes from previous: ---------------------- From 1.29: [RT 69782] Zefram reported race condition in t/sh-c.t, fixed by adding polling loop. Found that kill(-sig, pid) sometimes fails with 'process id not found' although a previous kill(0, pid) succeeded. This is a race condition condition caused by a newly forked child that hasn't called setsid() yet and therefore its new process group id doesn't exist yet, although the child responds to poll(). kill() now deals with this case. From 1.28: [RT 69103] Typo fix by Salvatore Bonaccorso Added support for processes called via 'sh -c' by system() (see "Shell Processes" note in the manpage). From 1.27: [RT 62802] Pod fix by Salvatore Bonaccorso [RT 63833] Applied patch to stop reaping PIDs of no longer existing processes (submitted by perlbotics). Added licensizer [RT 63833] (second part) Added cleanup() class method to delete timing data of reaped processes, avoiding infinite memory growth on long-running processes From 1.26: [RT 62285] Pod fix for redirect_output() Fixed github link
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Proc-Simple/Makefile5
-rw-r--r--devel/p5-Proc-Simple/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Proc-Simple/Makefile b/devel/p5-Proc-Simple/Makefile
index d66174e494e..9b5e52e0694 100644
--- a/devel/p5-Proc-Simple/Makefile
+++ b/devel/p5-Proc-Simple/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2011/08/14 12:26:32 obache Exp $
+# $NetBSD: Makefile,v 1.10 2011/12/13 12:30:46 hiramatsu Exp $
#
-DISTNAME= Proc-Simple-1.26
+DISTNAME= Proc-Simple-1.30
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
diff --git a/devel/p5-Proc-Simple/distinfo b/devel/p5-Proc-Simple/distinfo
index 893c95b8436..02113be20f7 100644
--- a/devel/p5-Proc-Simple/distinfo
+++ b/devel/p5-Proc-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/08/09 12:55:23 sno Exp $
+$NetBSD: distinfo,v 1.6 2011/12/13 12:30:46 hiramatsu Exp $
-SHA1 (Proc-Simple-1.26.tar.gz) = 99b69ab2b39e8dc5ab1b04973a21741bb45a32fa
-RMD160 (Proc-Simple-1.26.tar.gz) = c1406204b1612790b2e78c32b0b4604f98030f86
-Size (Proc-Simple-1.26.tar.gz) = 13795 bytes
+SHA1 (Proc-Simple-1.30.tar.gz) = cd338a8c8444b549734d60c340eb7432b12ff79a
+RMD160 (Proc-Simple-1.30.tar.gz) = 8677e93502d256dce7b65a2f092b075dfd44515e
+Size (Proc-Simple-1.30.tar.gz) = 16543 bytes