From b7003ee497b3f1009f6fe97d9ca33e504f391719 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 29 Aug 2010 13:01:48 +0000 Subject: Update p5-Test-TCP from version 0.16nb1 to version 1.04. Pkgsrc changes: - adjust dependencies Upstream changes: 1.04 - fixed local $@ issue. this happens on some version of perl5. 1.03 - release to cpan - fixed win32 issue(charsbar) 1.02_02 - use randomness on finding empty port(suggested by kazuhooku) - try to connect the port before bind(Tatsuhiko Miyagawa) 1.02_01 - better cleanup code by RAII pattern. https://rt.cpan.org/Ticket/Display.html?id=60657 (reported by dgl) 1.02 - lazy loading issue was fixed at Test::SharedFork 0.12. Depend to it. https://rt.cpan.org/Public/Bug/Display.html?id=60426 (reported by J.) 1.01 - remove unused deps for use_test_base(). 1.00 - bump up version! 0.16_02 - oops. packaging miss. 0.16_01 - Do not depend to IO::Socket::INET 1.31. Test::TCP works well with older IO, I hope. (suggested by mst) --- net/p5-Test-TCP/Makefile | 9 +++------ net/p5-Test-TCP/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'net/p5-Test-TCP') diff --git a/net/p5-Test-TCP/Makefile b/net/p5-Test-TCP/Makefile index fce98becdf1..0eb32d6be21 100644 --- a/net/p5-Test-TCP/Makefile +++ b/net/p5-Test-TCP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/08/21 16:35:32 seb Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/29 13:01:48 seb Exp $ # -DISTNAME= Test-TCP-0.16 +DISTNAME= Test-TCP-1.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -17,9 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/TCP/.packlist -DEPENDS+= p5-Test-SharedFork>=0.09:../../devel/p5-Test-SharedFork -# For test target -BUILD_DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML +DEPENDS+= p5-Test-SharedFork>=0.12:../../devel/p5-Test-SharedFork .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Test-TCP/distinfo b/net/p5-Test-TCP/distinfo index f5b18b59424..a5d53c15599 100644 --- a/net/p5-Test-TCP/distinfo +++ b/net/p5-Test-TCP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/02/20 11:28:49 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/08/29 13:01:48 seb Exp $ -SHA1 (Test-TCP-0.16.tar.gz) = d26dccfe27ee7c7737908d1ecc51ca5e43241635 -RMD160 (Test-TCP-0.16.tar.gz) = 4e91471e817059fe08ca942e9b3596615de1b82a -Size (Test-TCP-0.16.tar.gz) = 44335 bytes +SHA1 (Test-TCP-1.04.tar.gz) = 10e085ae7a8c338e784ffff456bac28658ff6883 +RMD160 (Test-TCP-1.04.tar.gz) = 0dc1aa62bd420fb3eb287323bc9c24399c8b9ab8 +Size (Test-TCP-1.04.tar.gz) = 27695 bytes -- cgit v1.2.3