pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-POE-Test-Loops Update p5-POE-Test-Loops to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cbd55111b38
branches:  trunk
changeset: 397906:4cbd55111b38
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Aug 20 09:20:31 2009 +0000

description:
Update p5-POE-Test-Loops to 1.021.

Changes since 1.005:

  2009-07-25 17:35:34 (r2599) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Can't sleep! HP-UX will get me! Resolves Dolmen's bug report at
    rt.cpan.org 45158 by using select(undef,undef,undef,$time) instead of
    sleep(). I hope that actually works.

  2009-07-22 20:24:33 (r2596) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm M

    Plan for a specific test count. Sometimes the no_plan end-run plan
    doesn't get output, breaking the test despite all subtests passing.

  2009-07-21 02:22:58 (r2586) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    Conditionally call has_forked() if it's available. Should prevent
    issues where the tests are released before the feature. Also, moved
    has_forked() earlier because it was called too early for new
    PID-change checks contributed by Philip Gwyn.

  2009-07-20 08:40:10 (r2583) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    Add a bit of debugging. Add a delay before POE is loaded, in case the
    race is between the test framework's Tk detection and POE
    initializing Tk at start time. To avoid unnecessary delays, make them
    dependent on Tk being loaded.

  2009-07-20 07:34:01 (r2582) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    This test causes Tk or X to throw an error if it's run too soon after
    the previous test. Add a 2sec delay before the test to give the GUI
    time to settle down.

  2009-07-20 06:19:54 (r2580) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_merijn_sigchld_system.pm A;
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm A

    Promote some of the signal-related regression tests into the event
    loop tests. Event loops handle signals in a variety of ways, so they
    should all try these tests. Except the one commented out of the
    MANIFEST, as it has a tendency to segfault for people.

diffstat:

 devel/p5-POE-Test-Loops/Makefile |  4 ++--
 devel/p5-POE-Test-Loops/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a92508e73ed0 -r 4cbd55111b38 devel/p5-POE-Test-Loops/Makefile
--- a/devel/p5-POE-Test-Loops/Makefile  Thu Aug 20 09:16:38 2009 +0000
+++ b/devel/p5-POE-Test-Loops/Makefile  Thu Aug 20 09:20:31 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2009/04/12 10:10:20 sno Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/20 09:20:31 minskim Exp $
 
-DISTNAME=      POE-Test-Loops-1.005
+DISTNAME=      POE-Test-Loops-1.021
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=POE/}
diff -r a92508e73ed0 -r 4cbd55111b38 devel/p5-POE-Test-Loops/distinfo
--- a/devel/p5-POE-Test-Loops/distinfo  Thu Aug 20 09:16:38 2009 +0000
+++ b/devel/p5-POE-Test-Loops/distinfo  Thu Aug 20 09:20:31 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/04/12 10:10:20 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/08/20 09:20:31 minskim Exp $
 
-SHA1 (POE-Test-Loops-1.005.tar.gz) = 85a7b805542ecfae32cec5319a3d4eb8f44e1fd1
-RMD160 (POE-Test-Loops-1.005.tar.gz) = 329483ad3c3ef76d6d6f6020dff93672dd0d3746
-Size (POE-Test-Loops-1.005.tar.gz) = 51385 bytes
+SHA1 (POE-Test-Loops-1.021.tar.gz) = 08b5de9ae6e806c7fa56ab233d2fa341d2a73872
+RMD160 (POE-Test-Loops-1.021.tar.gz) = 7f090e47d5566f38ba9d2914a67409754b7a39eb
+Size (POE-Test-Loops-1.021.tar.gz) = 54208 bytes



Home | Main Index | Thread Index | Old Index