summaryrefslogtreecommitdiff
path: root/net/p5-Test-TCP
diff options
context:
space:
mode:
authorseb <seb>2010-08-29 13:01:48 +0000
committerseb <seb>2010-08-29 13:01:48 +0000
commitb7003ee497b3f1009f6fe97d9ca33e504f391719 (patch)
treea76bfdbdb4f35992fde482ec699d4a7804a4faf3 /net/p5-Test-TCP
parent147a96cfaa1ca5d5d37875424093479e707bb245 (diff)
downloadpkgsrc-b7003ee497b3f1009f6fe97d9ca33e504f391719.tar.gz
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)
Diffstat (limited to 'net/p5-Test-TCP')
-rw-r--r--net/p5-Test-TCP/Makefile9
-rw-r--r--net/p5-Test-TCP/distinfo8
2 files changed, 7 insertions, 10 deletions
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