p5-Proc-Pidfile: update to 1.07.
1.07 2018-09-06 NEILB - Added [MetaProvides::Package] to dist.ini to address Kwalitee suggestion. NAWGLAN++ - Doc fix from NAWGLAN++ - The function looking for an unused pid would return $MAXPID if it failed, rather than the expected undef. AWRIGLEY++ - The testsuite would sometimes hang, as a result of the way it was looking for PIDs. Changed the way this works, and skip the relevant tests if we can't find PIDs. RT#96998 and report from AWRIGLEY. 1.06_03 2015-03-01 NEILB - Added [MetaProvides::Package] to dist.ini to address Kwalitee suggestion. NAWGLAN++ - Doc fix from NAWGLAN++ 1.06_02 2014-09-18 NEILB - The function looking for an unused pid would return $MAXPID if it failed, rather than the expected undef. AWRIGLEY++ 1.06_01 2014-09-16 NEILB - The testsuite would sometimes hang, as a result of the way it was looking for PIDs. Changed the way this works, and skip the relevant tests if we can't find PIDs. RT#96998 and report from AWRIGLEY.
This commit is contained in:
parent
30645d3ea5
commit
44a55d687f
2 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2018/08/22 09:44:33 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.17 2018/09/09 06:58:13 wiz Exp $
|
||||
|
||||
DISTNAME= Proc-Pidfile-1.06
|
||||
DISTNAME= Proc-Pidfile-1.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/03 03:28:41 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2018/09/09 06:58:13 wiz Exp $
|
||||
|
||||
SHA1 (Proc-Pidfile-1.06.tar.gz) = d30a7f8fb31d215fe1638805c4e50291c47598f4
|
||||
RMD160 (Proc-Pidfile-1.06.tar.gz) = db0db5acb51880f26be05648b1f71347fdb3ac1d
|
||||
SHA512 (Proc-Pidfile-1.06.tar.gz) = 6c2f61716152d2dd781a1487f3c69ab46e2ad1e97249b6c0f00749816f6d582a974d3f7abbe3e1c0a2dbd7913ee2cac75a97bcc86fd4464e8843f52f40105402
|
||||
Size (Proc-Pidfile-1.06.tar.gz) = 11986 bytes
|
||||
SHA1 (Proc-Pidfile-1.07.tar.gz) = 3f378aa61c9f2f7ffb74f77248dbf9636f694fd8
|
||||
RMD160 (Proc-Pidfile-1.07.tar.gz) = 362c0db7de9fb6bd011f297a5e2bef916edf6118
|
||||
SHA512 (Proc-Pidfile-1.07.tar.gz) = 7dc132b4ebf1ee1a532661fc2d8375b2b22cf0d14825eed443ce3e721e723c59f4456e4e1f58bb4d7b744d5af796c8366e3e227e2f93fc42eb13f281ef88a334
|
||||
Size (Proc-Pidfile-1.07.tar.gz) = 12204 bytes
|
||||
|
|
Loading…
Reference in a new issue