diff options
author | wen <wen@pkgsrc.org> | 2013-05-27 14:57:15 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-05-27 14:57:15 +0000 |
commit | 60bcb576c936c5f3f741817232b721ede8235967 (patch) | |
tree | 9372182a699956eeab00e9e9eceb7c1bd98581d8 /net | |
parent | 27873b491cfdd39f36f7762b0d35058f59634eb0 (diff) | |
download | pkgsrc-60bcb576c936c5f3f741817232b721ede8235967.tar.gz |
Update to 1.27
Upstream changes:
1.27 2013-05-15T10:13:18Z
- export wait_port from Net::EmptyPort
(Pavel Shaydo)
- Make default wait_port() sleeping time shorter.
0.1sec => 0.0001sec.
(tokuhirom)
1.26 2013-03-29T08:46:20Z
- Remove unused deps from cpanfile.
1.25 2013-03-29T08:07:24Z
- re packaging, again & again
1.24 2013-03-28T02:49:32Z
- re-packing, again.
1.23 2013-03-27T01:37:08Z
- Just re-packaging
1.22 2013-03-27T01:17:38Z
- Add doc for Test::TCP::CheckPort
(Tatsuhiko Miyagawa)
- revert b4fc237697648234c960f6714d995210d4250e42 to fix Win32 breakage
Test::TCP::CheckPort must be used on win32 because it prints to STDOUT
(Christian Walde)
- Add UDP support to Net::EmptyPort
(Brendan Byrd)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Test-TCP/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile index 80939b79e38..cc61eb6a166 100644 --- a/net/p5-Test-TCP/Makefile +++ b/net/p5-Test-TCP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/03/04 11:45:03 wen Exp $ +# $NetBSD: Makefile,v 1.12 2013/05/27 14:57:15 wen Exp $ # -DISTNAME= Test-TCP-1.21 +DISTNAME= Test-TCP-1.27 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -11,7 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Test-TCP/ COMMENT= Perl 5 module to test TCP program LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Test-SharedFork>=0.19:../../devel/p5-Test-SharedFork +PERL5_MODULE_TYPE= Module::Build + +DEPENDS+= p5-Test-SharedFork>=0.19:../../devel/p5-Test-SharedFork USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/TCP/.packlist diff --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo index ff270258f15..93853c223bc 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/03/04 11:45:03 wen Exp $ +$NetBSD: distinfo,v 1.8 2013/05/27 14:57:15 wen Exp $ -SHA1 (Test-TCP-1.21.tar.gz) = 521684b489949404b875d9b336094717e2de6e86 -RMD160 (Test-TCP-1.21.tar.gz) = 0b0ac8294a178ed0097e9fc980da614f97d75b39 -Size (Test-TCP-1.21.tar.gz) = 27903 bytes +SHA1 (Test-TCP-1.27.tar.gz) = 09c5106d1378a0c8a38404c2629f5f9767710773 +RMD160 (Test-TCP-1.27.tar.gz) = ce42aa7e300468958cc7ba253444aca224f9e98d +Size (Test-TCP-1.27.tar.gz) = 19983 bytes |