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 p5-Test-TCP: update to 2.19.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fca797c39adf
branches: trunk
changeset: 368727:fca797c39adf
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 17 21:36:19 2017 +0000
description:
p5-Test-TCP: update to 2.19.
2.19 2017-05-11T13:02:47Z
commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
Author: Yasuhiro Matsumoto <mattn.jp%gmail.com@localhost>
Date: Thu May 11 18:40:13 2017 +0900
don't run command when the port is empty
Test::TCP do hack on Windows for checking port used.
https://github.com/tokuhirom/Test-TCP/commit/0f4510d8
But this way always return 0 with succeeded with empty port. This is not
expected behavior. So this change fix to call check_port if the port is
not defined.
fixes #60
2.18 2017-04-24T06:00:25Z
- let the kernel select an empty port #59
https://github.com/tokuhirom/Test-TCP/pull/59
(i110)
diffstat:
net/p5-Test-TCP/Makefile | 6 ++----
net/p5-Test-TCP/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (30 lines):
diff -r 1149592decca -r fca797c39adf net/p5-Test-TCP/Makefile
--- a/net/p5-Test-TCP/Makefile Sun Sep 17 21:34:54 2017 +0000
+++ b/net/p5-Test-TCP/Makefile Sun Sep 17 21:36:19 2017 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:25 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.25 2017/09/17 21:36:19 wiz Exp $
-DISTNAME= Test-TCP-2.17
+DISTNAME= Test-TCP-2.19
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 1149592decca -r fca797c39adf net/p5-Test-TCP/distinfo
--- a/net/p5-Test-TCP/distinfo Sun Sep 17 21:34:54 2017 +0000
+++ b/net/p5-Test-TCP/distinfo Sun Sep 17 21:36:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2016/08/19 03:13:54 wen Exp $
+$NetBSD: distinfo,v 1.17 2017/09/17 21:36:19 wiz Exp $
-SHA1 (Test-TCP-2.17.tar.gz) = 7c14f64855ca463e3ecbcb2a0f7b6dcaae96f18e
-RMD160 (Test-TCP-2.17.tar.gz) = 12f491bb83e4e80af2e66f659a0dd12e24b40040
-SHA512 (Test-TCP-2.17.tar.gz) = 41795ae4287d43b28f8892ef9e545d155cb61bb7daf35a937a5c9bfd5f480b8714b7c07f393e540ff6bc3711eebb8fc8380833e6163bf66d09e9c1d28b5a30c9
-Size (Test-TCP-2.17.tar.gz) = 25061 bytes
+SHA1 (Test-TCP-2.19.tar.gz) = c9ea4607c4537504c11151ca62eae95b6488d7de
+RMD160 (Test-TCP-2.19.tar.gz) = 652364f21e57ace33ccc73f5a521fc8c7d3ca45d
+SHA512 (Test-TCP-2.19.tar.gz) = 1de76f5dc456697d8ea0799bb60d858b0e1c0089f066d1a446c46708e6cb3441849e264526082a066c31519ded4731cde9310b8a493f571ed670c2fbb60a3e85
+Size (Test-TCP-2.19.tar.gz) = 26003 bytes
Home |
Main Index |
Thread Index |
Old Index