summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2014-11-06 07:31:00 +0000
committerwen <wen>2014-11-06 07:31:00 +0000
commitd2d16d51a7008ec85d5873dcf4285c06a9353e54 (patch)
tree9e0a9c2291fdfc7601d9519f4546841ba084e833
parented0be4cdcadcb0ba554fb7d79fb859f93760051e (diff)
downloadpkgsrc-d2d16d51a7008ec85d5873dcf4285c06a9353e54.tar.gz
Update to 2.06
Upstream changes: 2.06 2014-07-01T10:01:44Z commit 8259d5eb28919bc766c8b500151d5be7e944b7f2 Author: Petr P.sa. <ppisar@redhat.com> 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> 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
-rw-r--r--net/p5-Test-TCP/Makefile7
-rw-r--r--net/p5-Test-TCP/distinfo8
2 files changed, 6 insertions, 9 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile
index 093c4e6d135..cec2e8d4fe1 100644
--- a/net/p5-Test-TCP/Makefile
+++ b/net/p5-Test-TCP/Makefile
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Test-TCP/
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 --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo
index ff27595281b..33f9cc15550 100644
--- a/net/p5-Test-TCP/distinfo
+++ b/net/p5-Test-TCP/distinfo
@@ -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