pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Test-TCP



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 21:36:19 UTC 2017

Modified Files:
        pkgsrc/net/p5-Test-TCP: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/p5-Test-TCP/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/p5-Test-TCP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Test-TCP/Makefile
diff -u pkgsrc/net/p5-Test-TCP/Makefile:1.24 pkgsrc/net/p5-Test-TCP/Makefile:1.25
--- pkgsrc/net/p5-Test-TCP/Makefile:1.24        Mon Jun  5 14:24:25 2017
+++ pkgsrc/net/p5-Test-TCP/Makefile     Sun Sep 17 21:36:19 2017
@@ -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/}
 

Index: pkgsrc/net/p5-Test-TCP/distinfo
diff -u pkgsrc/net/p5-Test-TCP/distinfo:1.16 pkgsrc/net/p5-Test-TCP/distinfo:1.17
--- pkgsrc/net/p5-Test-TCP/distinfo:1.16        Fri Aug 19 03:13:54 2016
+++ pkgsrc/net/p5-Test-TCP/distinfo     Sun Sep 17 21:36:19 2017
@@ -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