diff options
author | mef <mef@pkgsrc.org> | 2019-11-08 15:10:19 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-11-08 15:10:19 +0000 |
commit | ef45628767731e7aff6a27ddb96af327e9f1f89a (patch) | |
tree | 34685afd0c4bc89deb0c26b964d7e156302d8120 /net | |
parent | c0ade889a5dac0881a71f0f60a5cd53ecbf07751 (diff) | |
download | pkgsrc-ef45628767731e7aff6a27ddb96af327e9f1f89a.tar.gz |
(net/p5-Test-TCP) Updated from 2.20 to 2.22
2.22 2019-10-08T08:15:34Z
- Portability fixes for Win32 and non-linux #83, #87
2.21 2019-10-03T03:15:22Z
- Fix race condition in check_port(UDP) #78
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Test-TCP/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Test-TCP/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile index 5572dc26d53..09ab8e92de2 100644 --- a/net/p5-Test-TCP/Makefile +++ b/net/p5-Test-TCP/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2019/08/14 14:45:58 wen Exp $ +# $NetBSD: Makefile,v 1.30 2019/11/08 15:10:19 mef Exp $ -DISTNAME= Test-TCP-2.20 +DISTNAME= Test-TCP-2.22 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -10,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/Test-TCP COMMENT= Perl 5 module to test TCP program LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Test-SharedFork>=0.19:../../devel/p5-Test-SharedFork +TEST_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 ae135f110ff..bb1870088b2 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/08/14 14:45:58 wen Exp $ +$NetBSD: distinfo,v 1.19 2019/11/08 15:10:19 mef Exp $ -SHA1 (Test-TCP-2.20.tar.gz) = 1187a1d89b8450721c1aad26b89326ba1f3de7c2 -RMD160 (Test-TCP-2.20.tar.gz) = 540c24510ec69d441dc9661617e7f78823c22f65 -SHA512 (Test-TCP-2.20.tar.gz) = acd8c58f64f5a6d99468898a7ddd00485ff7cc9f1d992b93011692c16c467576ea39376f14401b637dc05463ae03c7cd8ea456be03fb39175b40202e7c4d6334 -Size (Test-TCP-2.20.tar.gz) = 25958 bytes +SHA1 (Test-TCP-2.22.tar.gz) = 264cfd33543f2eeed6d4a3456a4f05568e77d9d8 +RMD160 (Test-TCP-2.22.tar.gz) = 7767201ad4b022dc6f5a1375601f6e2358d8fb21 +SHA512 (Test-TCP-2.22.tar.gz) = 2e0c8cf710f9702eee9b00422d7133efe87575805361d72becd2c3de671c765baf84827b601d26091e8a6b8595e6d9f168f90b7cfda402d668deb6fc277e37ad +Size (Test-TCP-2.22.tar.gz) = 26582 bytes |