pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Test-TCP Update to 1.06:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a51fadbe4cc5
branches:  trunk
changeset: 580480:a51fadbe4cc5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 12 12:35:19 2010 +0000

description:
Update to 1.06:

1.06

    - depend to Test::SharedFork 0.14. It fixes issue with Test::Builder2.

1.05

    - workaround for $@ issue in test case.
      Data::Util's method modifier clears $@.

diffstat:

 net/p5-Test-TCP/Makefile |  8 ++++----
 net/p5-Test-TCP/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 4cd27dbcc9f8 -r a51fadbe4cc5 net/p5-Test-TCP/Makefile
--- a/net/p5-Test-TCP/Makefile  Sun Sep 12 12:34:29 2010 +0000
+++ b/net/p5-Test-TCP/Makefile  Sun Sep 12 12:35:19 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2010/08/29 13:01:48 seb Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/12 12:35:19 wiz Exp $
 #
 
-DISTNAME=      Test-TCP-1.04
+DISTNAME=      Test-TCP-1.06
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,12 +11,12 @@
 COMMENT=       Perl 5 module to test TCP program
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Test-SharedFork>=0.14:../../devel/p5-Test-SharedFork
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/TCP/.packlist
 
-DEPENDS+=      p5-Test-SharedFork>=0.12:../../devel/p5-Test-SharedFork
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4cd27dbcc9f8 -r a51fadbe4cc5 net/p5-Test-TCP/distinfo
--- a/net/p5-Test-TCP/distinfo  Sun Sep 12 12:34:29 2010 +0000
+++ b/net/p5-Test-TCP/distinfo  Sun Sep 12 12:35:19 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/08/29 13:01:48 seb Exp $
+$NetBSD: distinfo,v 1.3 2010/09/12 12:35:19 wiz Exp $
 
-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
+SHA1 (Test-TCP-1.06.tar.gz) = 77c66ac87731fa50bbcd2973a9d8b78e22c03867
+RMD160 (Test-TCP-1.06.tar.gz) = 5e2fe44930b098c0b8e1fc275c4a2f647e73c2ff
+Size (Test-TCP-1.06.tar.gz) = 27784 bytes



Home | Main Index | Thread Index | Old Index