Skip to content

Commit

Permalink
(net/p5-Test-TCP) Updated from 2.20 to 2.22
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mef committed Nov 8, 2019
1 parent 1228f22 commit 967fb0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions net/p5-Test-TCP/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions net/p5-Test-TCP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 967fb0b

Please sign in to comment.