diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-07 11:36:56 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-07 11:36:56 +0000 |
commit | f7bfa495929e9c355ccb2bb84d0fae14f5192b15 (patch) | |
tree | 0fd2028b56ec8db2c65057ce3d47c1283c1399f5 | |
parent | 5a7560e59796f493ea003f3060dae261f17c126b (diff) | |
download | pkgsrc-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)
-rw-r--r-- | net/p5-Test-TCP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 8 |
2 files changed, 6 insertions, 7 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/} diff --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo index 67b97b038ec..341a66c5aef 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/12 12:35:19 wiz Exp $ +$NetBSD: distinfo,v 1.4 2011/10/07 11:36:56 hiramatsu Exp $ -SHA1 (Test-TCP-1.06.tar.gz) = 77c66ac87731fa50bbcd2973a9d8b78e22c03867 -RMD160 (Test-TCP-1.06.tar.gz) = 5e2fe44930b098c0b8e1fc275c4a2f647e73c2ff -Size (Test-TCP-1.06.tar.gz) = 27784 bytes +SHA1 (Test-TCP-1.13.tar.gz) = a3efede487bb6901e82d360ab4f8bdd37081e416 +RMD160 (Test-TCP-1.13.tar.gz) = 927f56a9b79bc4388fefaf06a47fefaf94fc9caa +Size (Test-TCP-1.13.tar.gz) = 24818 bytes |