pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Async



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Feb 12 10:36:35 UTC 2023

Modified Files:
        pkgsrc/devel/p5-IO-Async: Makefile distinfo

Log Message:
Update to 0.802
Update TEST_DEPENDS

Upstream changes:
0.802   2022-08-15
        [CHANGES]
         * Preëmptively use Future ->udata API from upcoming release, to
           avoid depending on it being a hashref
         * Report correct caller file + line number in nested test calls to
           wait_for {}

        [BUGFIXES]
         * Use 'SOCK_STREAM' instead of hardcoded 1 in t/50resolver.t
         * Skip exceptional socket condition test on cygwin because it seems
           always to fail there
         * Avoid harmless warnings about undef at global destruction
           (RT142754)

0.801   2021-12-15
        [BUGFIXES]
         * Remove extraneous test-time use of Data::Dump (RT140143)

0.800   2021-11-11
        [CHANGES]
         * Bumped up to three-digit minor version number
         * Added IO::Async::OS->signum2name
         * Implement Future::IO->waitpid API
         * Skip the `spawn` Routine model if POSIX fork() is not available
         * Replace getaddrinfo / getnameinfo with virtual mocking functions
           for unit-testing the resolve, so as not to rely on local platform
           resolver behaviours


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-IO-Async/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-IO-Async/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-IO-Async/Makefile
diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.23 pkgsrc/devel/p5-IO-Async/Makefile:1.24
--- pkgsrc/devel/p5-IO-Async/Makefile:1.23      Tue Jun 28 11:32:34 2022
+++ pkgsrc/devel/p5-IO-Async/Makefile   Sun Feb 12 10:36:35 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/06/28 11:32:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/02/12 10:36:35 wen Exp $
 
-DISTNAME=      IO-Async-0.79
+DISTNAME=      IO-Async-0.802
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -17,7 +16,7 @@ TEST_DEPENDS+=        p5-Test-Metrics-Any-[0-9]
 TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
 TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
-TEST_DEPENDS+= p5-Struct-Dumb-[0-9]*:../../devel/p5-Struct-Dumb
+TEST_DEPENDS+= p5-Future-IO-[0-9]*:../../devel/p5-Future-IO
 
 USE_LANGUAGES=         # empty
 PERL5_MODULE_TYPE=     Module::Build

Index: pkgsrc/devel/p5-IO-Async/distinfo
diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.16 pkgsrc/devel/p5-IO-Async/distinfo:1.17
--- pkgsrc/devel/p5-IO-Async/distinfo:1.16      Tue Oct 26 10:16:44 2021
+++ pkgsrc/devel/p5-IO-Async/distinfo   Sun Feb 12 10:36:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:16:44 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/02/12 10:36:35 wen Exp $
 
-BLAKE2s (IO-Async-0.79.tar.gz) = ce73ddf32dbd62e5954f9940ea9e5939f37111c2bf269683268668b0b1272090
-SHA512 (IO-Async-0.79.tar.gz) = 33b5af45933ef402d1d73afaedb2e3d17cb41cf70d844a523a58319f29bb7c3938309c69f1c35ccdcbbb2ca87ab0af8d80bfc063ccb7e1438dbe48ff92ff14e2
-Size (IO-Async-0.79.tar.gz) = 252352 bytes
+BLAKE2s (IO-Async-0.802.tar.gz) = 4f1f22617c7644dc0794ae3aef2e19e25e29f760121905f0a7e65ebbb0691b8c
+SHA512 (IO-Async-0.802.tar.gz) = 868c02c30195484c4cb3edb4a05cf9b4798444afac1b9b57db36d105d5bea5ca856a4ef0a9954bf1f734934940fc0c647e740098bee813dd6bf62300dde8a570
+Size (IO-Async-0.802.tar.gz) = 253727 bytes



Home | Main Index | Thread Index | Old Index