pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Proc-Pidfile



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov 25 13:49:20 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Proc-Pidfile: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Proc-Pidfile/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Proc-Pidfile/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-Pidfile/Makefile
diff -u pkgsrc/devel/p5-Proc-Pidfile/Makefile:1.17 pkgsrc/devel/p5-Proc-Pidfile/Makefile:1.18
--- pkgsrc/devel/p5-Proc-Pidfile/Makefile:1.17  Sun Sep  9 06:58:13 2018
+++ pkgsrc/devel/p5-Proc-Pidfile/Makefile       Sun Nov 25 13:49:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2018/09/09 06:58:13 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/25 13:49:20 wen Exp $
 
-DISTNAME=              Proc-Pidfile-1.07
+DISTNAME=              Proc-Pidfile-1.09
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Proc/}

Index: pkgsrc/devel/p5-Proc-Pidfile/distinfo
diff -u pkgsrc/devel/p5-Proc-Pidfile/distinfo:1.4 pkgsrc/devel/p5-Proc-Pidfile/distinfo:1.5
--- pkgsrc/devel/p5-Proc-Pidfile/distinfo:1.4   Sun Sep  9 06:58:13 2018
+++ pkgsrc/devel/p5-Proc-Pidfile/distinfo       Sun Nov 25 13:49:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/09/09 06:58:13 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/11/25 13:49:20 wen Exp $
 
-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
+SHA1 (Proc-Pidfile-1.09.tar.gz) = 01fc51b0779c9cb60950ee30f9a416a7a1a75a41
+RMD160 (Proc-Pidfile-1.09.tar.gz) = 64e80f301533c6eb31cf978e8553ce59812a8056
+SHA512 (Proc-Pidfile-1.09.tar.gz) = 320c731348f57bbd3f5b9c9a316657b10c112f5a46305f7cf4ed138bfeb35445df26e8fd287261ec5c014b588e132a6555b48b8673aa377c36c82d21007d7270
+Size (Proc-Pidfile-1.09.tar.gz) = 14153 bytes



Home | Main Index | Thread Index | Old Index