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 PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ab9d4a81342
branches: trunk
changeset: 557189:6ab9d4a81342
user: sno <sno%pkgsrc.org@localhost>
date: Sun Apr 12 10:10:20 2009 +0000
description:
PkgSrc changes:
- Updating package for perl module POE::Test::Loops to 1.005
Upstream changes:
=====================================
2009-03-08T00:34:03.909445Z ptl-1_005
=====================================
2009-03-08 00:33:21 (r2497) by rcaputo
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
poe-test-loops/lib/POE/Test/Loops.pm M
Remove version.pm dependency.
=====================================
2009-03-07T18:54:28.797464Z ptl-1_004
=====================================
2009-03-07 18:52:37 (r2493) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for an official release.
2009-03-02 00:06:17 (r2487) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
New test release.
2009-03-01 22:26:44 (r2486) by apocal
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
Remove the specific dependency on version 0.74, and pray that the
user has a recent enough version
2009-03-01 13:31:26 (r2477) by apocal
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
I was overzealous, this test works in Strawberry Perl, not
ActiveState...
2009-03-01 12:53:59 (r2476) by apocal
poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M
more tweaks to get the tests to SKIP on buggy MSWin32 perls :(
2009-03-01 08:21:04 (r2475) by apocal
poe-test-loops/lib/POE/Test/Loops/wheel_accept.pm M
tweak the test so it passes on MSWin32+ActiveState 5.6.1
2009-02-25 08:09:16 (r2468) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new release.
2009-02-23 12:29:33 (r2463) by lotr
poe-test-loops/Makefile.PL M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
use version.pm so our version comparison is more robust and supports
developer releases too
2009-02-22 19:37:04 (r2459) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new DEVELOPER release.
2009-02-22 19:25:46 (r2458) by rcaputo
poe-test-loops/lib/POE/Test/Loops.pm M
Time for a new release.
2009-02-17 12:27:29 (r2453) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
remove spurious warns
2009-02-17 11:20:27 (r2452) by lotr
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
match up missing brace
2009-02-17 11:18:59 (r2451) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
only run the object/package state tests if we have a new enough POE
2009-02-17 08:03:49 (r2450) by rcaputo
poe/lib/POE/Wheel/ReadLine.pm M;
poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M
Resolve rt.cpan.org #38974, reported by Jari Bonte. If TERM is
misset, we will skip the POE::Wheel::ReadLine test rather than fail.
2009-02-16 11:23:16 (r2444) by apocal
poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M
skip test because of broken alarm() on MSWin32 with perl5.6
2009-02-16 10:34:12 (r2440) by lotr
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
use object and package_states in NFA tests to make sure it works
2009-02-10 09:05:42 (r2426) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_readwrite.pm M;
poe-test-loops/lib/POE/Test/Loops/ses_session.pm M;
poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M
Remove some warnings.
=====================================
2009-01-30T07:11:18.435237Z ptl-1_003
=====================================
2009-01-30 07:04:44 (r2411) by rcaputo
poe-test-loops/lib/POE/Test/Loops/wheel_run.pm M;
poe-test-loops/lib/POE/Test/Loops.pm M;
poe-test-loops/bin/poe-gen-tests M
Apply Tony Cook's suggestion to use environment variables to skip
problematic tests. Event loops which have these problems can bypass
tests which are known to fail. Also fixed a documentation omission
based on his comments in IRC.
diffstat:
devel/p5-POE-Test-Loops/Makefile | 5 ++---
devel/p5-POE-Test-Loops/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r d7e8e6493a36 -r 6ab9d4a81342 devel/p5-POE-Test-Loops/Makefile
--- a/devel/p5-POE-Test-Loops/Makefile Sun Apr 12 10:05:09 2009 +0000
+++ b/devel/p5-POE-Test-Loops/Makefile Sun Apr 12 10:10:20 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:58 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/12 10:10:20 sno Exp $
-DISTNAME= POE-Test-Loops-1.002
+DISTNAME= POE-Test-Loops-1.005
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
diff -r d7e8e6493a36 -r 6ab9d4a81342 devel/p5-POE-Test-Loops/distinfo
--- a/devel/p5-POE-Test-Loops/distinfo Sun Apr 12 10:05:09 2009 +0000
+++ b/devel/p5-POE-Test-Loops/distinfo Sun Apr 12 10:10:20 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/12 12:54:04 he Exp $
+$NetBSD: distinfo,v 1.2 2009/04/12 10:10:20 sno Exp $
-SHA1 (POE-Test-Loops-1.002.tar.gz) = 2d76336da4c930ddbebc02834583cb4264f107be
-RMD160 (POE-Test-Loops-1.002.tar.gz) = 5530bb0570a5dba7d6918d4d85c6e7ffab30afaa
-Size (POE-Test-Loops-1.002.tar.gz) = 49303 bytes
+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
Home |
Main Index |
Thread Index |
Old Index