pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Parallel-ForkManager (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb980492fdf6
branches:  trunk
changeset: 646748:eb980492fdf6
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Feb 14 09:36:07 2015 +0000

description:
(pkgsrc)
  - Add ${PERL5_LICENSE}
(upstream)
  - Update 0.79 to 1.11
-------------------
1.11 2015.01.30
    - Promote to non-dev release.

1.10_2 2015.01.25
    - Put the problematic test as a TODO.

1.10_1 2015.01.22
    - Increase timeouts in test to address FreeBSD failures.

1.09 2015.01.08
    - Test was failing on Windows platforms. (Yanick Champoux)

1.08 2015.01.07
    - New helper functions 'max_procs', 'running_procs' and
        'wait_for_available_procs'. GH#4 (Yanick Champoux)
    - Play nicer with calls to 'waitpid' done outside of P::FM.
        GH#3 (Yanick Champoux)

1.07 2014.11.10
    - Increase minimal Test::Simple requirement RT #92801
    - Implement better style and practices in the examples in the POD.
      (Shlomi Fish)

1.06 Tue Dec 24 22:37:54 2013
    - Remove temporary directory only if it was an automatically
      generated one. Now fixed. (Shoichi Kaji) RT #89590
      (johantheolive)

1.05 Wed Sep 18 10:53:33 2013
    - Remove temporary directory only if it was an automatically
      generated one. (reported by Manuel Jeckelmann)

1.04 Tue Sep  3 09:46:28 2013
    - Require File::Path 2.0 to support Perl 5.8 (Ian Burrell)
    - fix some typos #88358 (David Steinbrunner)
    - documentation fixes #84337 (Damyan Ivanov)

1.03 Wed Mar  6 11:14:13 2013
    - Use second parameter from new() that was unused in the last few released. (Michael Gang)

1.02 Mon Dec 24 13:27:03 2012
    - Fix test for Windows.

1.01 Sun Dec 23 21:30:30 2012
    - Disable utf8 test on Windows where it is a perl bug.
    - Change version number scheme to two parts.

1.0.0 Sun Dec 23 12:25:46 2012
    - Fixing RT 68298 - Insecure /tmp file handling using
        File::Temp::tempdir by John Lightsey (LIGHTSEY)
    - Adding another callback example and several tests
        Gabor Szabo (SZABGAB)

diffstat:

 devel/p5-Parallel-ForkManager/Makefile |  6 +++---
 devel/p5-Parallel-ForkManager/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 0ce02e802310 -r eb980492fdf6 devel/p5-Parallel-ForkManager/Makefile
--- a/devel/p5-Parallel-ForkManager/Makefile    Sat Feb 14 09:03:20 2015 +0000
+++ b/devel/p5-Parallel-ForkManager/Makefile    Sat Feb 14 09:36:07 2015 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:11 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/14 09:36:07 mef Exp $
 
-DISTNAME=      Parallel-ForkManager-0.7.9
+DISTNAME=      Parallel-ForkManager-1.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Parallel/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Parallel-ForkManager/
 COMMENT=       Simple parallel processing fork manager
+LICENSE=       ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/Parallel/ForkManager/.packlist
 REPLACE_PERL+=         */*.pl
diff -r 0ce02e802310 -r eb980492fdf6 devel/p5-Parallel-ForkManager/distinfo
--- a/devel/p5-Parallel-ForkManager/distinfo    Sat Feb 14 09:03:20 2015 +0000
+++ b/devel/p5-Parallel-ForkManager/distinfo    Sat Feb 14 09:36:07 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/08/30 06:42:00 adam Exp $
+$NetBSD: distinfo,v 1.3 2015/02/14 09:36:07 mef Exp $
 
-SHA1 (Parallel-ForkManager-0.7.9.tar.gz) = e0e0e38cd3ed76f491e269617740ce481651de76
-RMD160 (Parallel-ForkManager-0.7.9.tar.gz) = 873b0d8ca02956d88743459f8ed8953781d194fe
-Size (Parallel-ForkManager-0.7.9.tar.gz) = 9500 bytes
+SHA1 (Parallel-ForkManager-1.11.tar.gz) = dbaecc7f58b57578e7d94dcc5c53172247ef13d6
+RMD160 (Parallel-ForkManager-1.11.tar.gz) = a4656df99057daf4b2668ecb465c17ddca6550be
+Size (Parallel-ForkManager-1.11.tar.gz) = 15334 bytes



Home | Main Index | Thread Index | Old Index