summaryrefslogtreecommitdiff
path: root/net/p5-Test-TCP/Makefile
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-10-07 11:36:56 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-10-07 11:36:56 +0000
commitf7bfa495929e9c355ccb2bb84d0fae14f5192b15 (patch)
tree0fd2028b56ec8db2c65057ce3d47c1283c1399f5 /net/p5-Test-TCP/Makefile
parent5a7560e59796f493ea003f3060dae261f17c126b (diff)
downloadpkgsrc-f7bfa495929e9c355ccb2bb84d0fae14f5192b15.tar.gz
Update p5-Test-TCP to 1.13.
Changes from previous: 1.13 - RT#67292: Tests are blocking in Windows 7. https://rt.cpan.org/Ticket/Display.html?id=67292 - change port number range from 10000 .. 11000 to 50000 .. 60000 to respect IANA. https://rt.cpan.org/Ticket/Display.html?id=64012 1.12 - workaround for win32 test fails. https://rt.cpan.org/Ticket/Display.html?id=66016 - more diagnostic messages 1.11 - localize $@ in Test::TCP::DESTROY 1.10 - added Test::TCP->stop method 1.09 - added document in FAQ section 1.08 - no feature changes 1.07_01 - new OO interface! 1.07 - allow forking in the client(lestrrat)
Diffstat (limited to 'net/p5-Test-TCP/Makefile')
-rw-r--r--net/p5-Test-TCP/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile
index ab77c4d8618..e5e7013c91f 100644
--- a/net/p5-Test-TCP/Makefile
+++ b/net/p5-Test-TCP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 14:14:49 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/10/07 11:36:56 hiramatsu Exp $
#
-DISTNAME= Test-TCP-1.06
+DISTNAME= Test-TCP-1.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}