diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-17 21:36:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-17 21:36:19 +0000 |
commit | 7bc439292b8aaa2ea3ca4482bd93f1e874a3f6f1 (patch) | |
tree | cfc9bed91c55b3350eaa76d0fe85bcbcad4bd366 /net/p5-Test-TCP | |
parent | eab09bcd55b25720b88b71d8f70d71cb6d83ddb5 (diff) | |
download | pkgsrc-7bc439292b8aaa2ea3ca4482bd93f1e874a3f6f1.tar.gz |
p5-Test-TCP: update to 2.19.
2.19 2017-05-11T13:02:47Z
commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Date: Thu May 11 18:40:13 2017 +0900
don't run command when the port is empty
Test::TCP do hack on Windows for checking port used.
https://github.com/tokuhirom/Test-TCP/commit/0f4510d8
But this way always return 0 with succeeded with empty port. This is not
expected behavior. So this change fix to call check_port if the port is
not defined.
fixes #60
2.18 2017-04-24T06:00:25Z
- let the kernel select an empty port #59
https://github.com/tokuhirom/Test-TCP/pull/59
(i110)
Diffstat (limited to 'net/p5-Test-TCP')
-rw-r--r-- | net/p5-Test-TCP/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile index 1c78e6bcf75..1f510cf4c08 100644 --- a/net/p5-Test-TCP/Makefile +++ b/net/p5-Test-TCP/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:25 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.25 2017/09/17 21:36:19 wiz Exp $ -DISTNAME= Test-TCP-2.17 +DISTNAME= Test-TCP-2.19 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 7c8ac940be6..ad8ca7edeb0 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/08/19 03:13:54 wen Exp $ +$NetBSD: distinfo,v 1.17 2017/09/17 21:36:19 wiz Exp $ -SHA1 (Test-TCP-2.17.tar.gz) = 7c14f64855ca463e3ecbcb2a0f7b6dcaae96f18e -RMD160 (Test-TCP-2.17.tar.gz) = 12f491bb83e4e80af2e66f659a0dd12e24b40040 -SHA512 (Test-TCP-2.17.tar.gz) = 41795ae4287d43b28f8892ef9e545d155cb61bb7daf35a937a5c9bfd5f480b8714b7c07f393e540ff6bc3711eebb8fc8380833e6163bf66d09e9c1d28b5a30c9 -Size (Test-TCP-2.17.tar.gz) = 25061 bytes +SHA1 (Test-TCP-2.19.tar.gz) = c9ea4607c4537504c11151ca62eae95b6488d7de +RMD160 (Test-TCP-2.19.tar.gz) = 652364f21e57ace33ccc73f5a521fc8c7d3ca45d +SHA512 (Test-TCP-2.19.tar.gz) = 1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85 +Size (Test-TCP-2.19.tar.gz) = 26003 bytes |