2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2020/08/31 18:08:44 wiz Exp $
|
2007-03-02 11:20:07 +01:00
|
|
|
|
Update to 1.09
Upstream changes:
1.09 2018-09-26 NEILB
- Only one odd looking fail on CPAN Testers, so doing a non-developer
release, as that will get more testing.
1.08_05 2018-09-26 NEILB
- After lots of testing to try and cope with parallel smoke testers,
decided its best to avoid that problem by having each installation
create a unique name for the pidfile, so the tests won't collide.
1.08_04 2018-09-24 NEILB
- Don't bother with /var/run
- Use File::Spec to portably build paths. Hopefully will sort out
at least some of the Windows fails on CPAN Testers.
1.08_03 2018-09-16 NEILB
- I realised that some of the test cases should set the new "retries"
parameter to zero, otherwise they'll increase the chance of problems
with parallel smokers.
1.08_02 2018-09-13 NEILB
- Extended the SEE ALSO section with a bunch of modules for the same task.
- Changed the parameter name from "attempts" to "retries",
and added documentation for it.
- Added verbose message about backing off.
1.08_01 2018-09-12 NEILB
- If pidfile already exists and process is running,
retry a couple of times. Parallel smoke testers were producing
spurious fails; this will hopefully fix that, and is potentially
a useful feature to have anyway.
1.08 2018-09-07 NEILB
- Fixes for when running in taint mode. One fix from Laurence Darby,
and one from me.
- Include META.json in releases
- Made the SEE ALSO mention of Proc::PID::File linked -- MANWAR.
1.07_01 2018-09-07 NEILB
- Fixes for when running in taint mode. One fix from Laurence Darby,
and one from me.
- Include META.json in releases
2018-11-25 14:49:20 +01:00
|
|
|
DISTNAME= Proc-Pidfile-1.09
|
2007-03-02 11:20:07 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 2
|
2007-03-02 11:20:07 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Proc-Pidfile
|
2007-03-02 11:20:07 +01:00
|
|
|
COMMENT= Perl module for maintaining a pid file
|
2011-10-21 23:38:27 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2007-03-02 11:20:07 +01:00
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Proc/Pidfile/.packlist
|
|
|
|
|
|
|
|
DEPENDS+= p5-Proc-ProcessTable>=0.41:../../devel/p5-Proc-ProcessTable
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|