Fri Oct 7 11:36:56 2011 UTC ()
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)


(hiramatsu)
diff -r1.5 -r1.6 pkgsrc/net/p5-Test-TCP/Makefile
diff -r1.3 -r1.4 pkgsrc/net/p5-Test-TCP/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/p5-Test-TCP/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Test-TCP/Makefile 2011/08/14 14:14:49 1.5
+++ pkgsrc/net/p5-Test-TCP/Makefile 2011/10/07 11:36:56 1.6
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2011/08/14 14:14:49 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2011/10/07 11:36:56 hiramatsu Exp $
2# 2#
3 3
4DISTNAME= Test-TCP-1.06 4DISTNAME= Test-TCP-1.13
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= net perl5 6CATEGORIES= net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-TCP/ 10HOMEPAGE= http://search.cpan.org/dist/Test-TCP/
12COMMENT= Perl 5 module to test TCP program 11COMMENT= Perl 5 module to test TCP program
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Test-SharedFork>=0.14:../../devel/p5-Test-SharedFork 14DEPENDS+= p5-Test-SharedFork>=0.14:../../devel/p5-Test-SharedFork
16 15
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18 17
19USE_LANGUAGES= # empty 18USE_LANGUAGES= # empty

cvs diff -r1.3 -r1.4 pkgsrc/net/p5-Test-TCP/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Test-TCP/distinfo 2010/09/12 12:35:19 1.3
+++ pkgsrc/net/p5-Test-TCP/distinfo 2011/10/07 11:36:56 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/09/12 12:35:19 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2011/10/07 11:36:56 hiramatsu Exp $
2 2
3SHA1 (Test-TCP-1.06.tar.gz) = 77c66ac87731fa50bbcd2973a9d8b78e22c03867 3SHA1 (Test-TCP-1.13.tar.gz) = a3efede487bb6901e82d360ab4f8bdd37081e416
4RMD160 (Test-TCP-1.06.tar.gz) = 5e2fe44930b098c0b8e1fc275c4a2f647e73c2ff 4RMD160 (Test-TCP-1.13.tar.gz) = 927f56a9b79bc4388fefaf06a47fefaf94fc9caa
5Size (Test-TCP-1.06.tar.gz) = 27784 bytes 5Size (Test-TCP-1.13.tar.gz) = 24818 bytes