Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Danga-Socket p5-Danga-Socket: update to 1.62.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e08d481a805
branches:  trunk
changeset: 438465:7e08d481a805
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 12:05:42 2020 +0000

description:
p5-Danga-Socket: update to 1.62.

1.62
    -- Fixed rt21751: test hangs on MSWin32 (Andy Melnikov)
    -- Fixed rt34188: Tests use perlbal management port - so fail
       if perlbal running (Andy Melnikov)
    -- Fixed rt129487: epoll: fix misordered EPOLL_CTL_DEL call
       (Eric Wong, e%80x24.org@localhost>
    -- Fixed rt129724: set close-on-exec flag on epoll descriptors
       (Eric Wong)
    -- Fixed rt88518: typo fixes (dsteinbrunner%pobox.com@localhost)
    -- Fixed rt85715: IPv6 support for local_ip_string
       (ROBN%cpan.org@localhost)
    -- Fixed rt129484: deal with EINTR in IO::Poll path
    -- Fixed rt72670: simple optimization by caching pack
       (nicolas.rochelemagne%cpanel.net@localhost, bitcard%miuku.net@localhost)

diffstat:

 net/p5-Danga-Socket/Makefile |  11 +++++------
 net/p5-Danga-Socket/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 4475b8f7f171 -r 7e08d481a805 net/p5-Danga-Socket/Makefile
--- a/net/p5-Danga-Socket/Makefile      Mon Sep 07 12:03:15 2020 +0000
+++ b/net/p5-Danga-Socket/Makefile      Mon Sep 07 12:05:42 2020 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2020/08/31 18:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/09/07 12:05:42 wiz Exp $
 
-DISTNAME=      Danga-Socket-1.61
+DISTNAME=      Danga-Socket-1.62
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    net perl5
-MASTER_SITES=  https://cpan.metacpan.org/authors/id/B/BR/BRADFITZ/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NM/NML/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cpan.metacpan.org/authors/id/B/BR/BRADFITZ/
+HOMEPAGE=      https://metacpan.org/pod/Danga::Socket
 COMMENT=       Event loop and event-driven async socket base class
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall
-#DEPENDS+=     {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes
+TEST_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP
 
 PERL5_PACKLIST=        auto/Danga/Socket/.packlist
 USE_LANGUAGES= # none
diff -r 4475b8f7f171 -r 7e08d481a805 net/p5-Danga-Socket/distinfo
--- a/net/p5-Danga-Socket/distinfo      Mon Sep 07 12:03:15 2020 +0000
+++ b/net/p5-Danga-Socket/distinfo      Mon Sep 07 12:05:42 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:18 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/09/07 12:05:42 wiz Exp $
 
-SHA1 (Danga-Socket-1.61.tar.gz) = dc767b69d1a2448b679771a740fb2964f944b6aa
-RMD160 (Danga-Socket-1.61.tar.gz) = 09c76bdf4b9e8f2d182086d2cf0cb61602f866e6
-SHA512 (Danga-Socket-1.61.tar.gz) = f3799b56f6b70a2bbf141c2f0d8c1f6f6a1568ba6cf886a685919aa3600767a440f2d56f81c0c498c5234d807e848f31df851fd03e1e8c07145247c1c54e11b3
-Size (Danga-Socket-1.61.tar.gz) = 20361 bytes
+SHA1 (Danga-Socket-1.62.tar.gz) = 1c870bec1b0894360f60ddb1b4e590cbbc29cc87
+RMD160 (Danga-Socket-1.62.tar.gz) = b285a94ab3804baba331ca278c6732e91a17ce90
+SHA512 (Danga-Socket-1.62.tar.gz) = 3354e036ca57f5c2b2eac0106d936316bd44106340458f2e4178caa08e5562524d944b5c402952b223d7dfde81129017a5f287a7e74d902f658ee97e9e1f64b3
+Size (Danga-Socket-1.62.tar.gz) = 21862 bytes



Home | Main Index | Thread Index | Old Index