pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Test-TCP Update to 2.06
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6e3606d718f
branches: trunk
changeset: 641381:e6e3606d718f
user: wen <wen%pkgsrc.org@localhost>
date: Thu Nov 06 07:31:00 2014 +0000
description:
Update to 2.06
Upstream changes:
2.06 2014-07-01T10:01:44Z
commit 8259d5eb28919bc766c8b500151d5be7e944b7f2
Author: Petr P.sa. <ppisar%redhat.com@localhost>
Date: Fri Jun 27 13:37:20 2014 +0200
Wait infinitely if max_wait is negative
The t/12_pass_wait_port_options.t will fail if the server process does not
start listening in max_wait limit. This can happen if the host is
loaded or just if the scheduler decides to postpone the process.
This patch adds possibility to wait infitely by passing a negative
max_wait value to the Test::TCP object and it changes the
t/12_pass_wait_port_options.t test to use this feature.
https://github.com/tokuhirom/Test-TCP/issues/28
Signed-off-by: Petr P.sa. <ppisar%redhat.com@localhost>
2.05 2014-06-24T00:49:45Z
- Release again with latest minil.
2.04 2014-06-23T23:42:28Z
- Release.
2.03_02 2014-06-23T23:37:07Z
- Release to CPAN.
2.03_01 2014-06-23T23:34:38Z
- Switch to ExtUtils::MakeMaker.
2.03 2014-06-23T10:18:53Z
- Re-packaging with Minilla v2.0.0-TRIAL
2.02 2013-10-30T03:22:39Z
- Fixed fork(2) error handling.
(tokuhirom)
2.01 2013-09-22T04:13:53Z
[Changes from MITHALDU (Christian Walde)]
- test waitport argument by running full code-chain, not with partial mocking
- The partial mocks cause stuck forks on win32 at times, causing the test to
hang. With the full code chain present the test runs reliably
diffstat:
net/p5-Test-TCP/Makefile | 7 ++-----
net/p5-Test-TCP/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r de9f18989b6d -r e6e3606d718f net/p5-Test-TCP/Makefile
--- a/net/p5-Test-TCP/Makefile Thu Nov 06 07:25:32 2014 +0000
+++ b/net/p5-Test-TCP/Makefile Thu Nov 06 07:31:00 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2014/05/29 23:37:11 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/11/06 07:31:00 wen Exp $
#
-DISTNAME= Test-TCP-2.00
+DISTNAME= Test-TCP-2.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -12,8 +11,6 @@
COMMENT= Perl 5 module to test TCP program
LICENSE= ${PERL5_LICENSE}
-PERL5_MODULE_TYPE= Module::Build
-
DEPENDS+= p5-Test-SharedFork>=0.19:../../devel/p5-Test-SharedFork
USE_LANGUAGES= # empty
diff -r de9f18989b6d -r e6e3606d718f net/p5-Test-TCP/distinfo
--- a/net/p5-Test-TCP/distinfo Thu Nov 06 07:25:32 2014 +0000
+++ b/net/p5-Test-TCP/distinfo Thu Nov 06 07:31:00 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2013/07/13 12:51:53 wen Exp $
+$NetBSD: distinfo,v 1.11 2014/11/06 07:31:00 wen Exp $
-SHA1 (Test-TCP-2.00.tar.gz) = 53d1582cbda6c377f787fedf08b08dd5afac7b56
-RMD160 (Test-TCP-2.00.tar.gz) = dfc024121c186ba602d010b42ed6f64383b146c7
-Size (Test-TCP-2.00.tar.gz) = 20969 bytes
+SHA1 (Test-TCP-2.06.tar.gz) = 982bf186c7e7655e677bc0acfaeb7747570484e6
+RMD160 (Test-TCP-2.06.tar.gz) = 4ddab5bb34ee7c45b4751da309e03895e15a4387
+Size (Test-TCP-2.06.tar.gz) = 21848 bytes
Home |
Main Index |
Thread Index |
Old Index