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:           Mon Apr 23 07:12:48 UTC 2018

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

Log Message:
Update to 0.72

Upstream changes:
0.72    2018-04-02 19:34:27
        [CHANGES]
         * Expanded docs on Stream's on_read sub return values
         * Overridable timeout for IO::Async::Test::wait_for
         * Hide IO::Async::ChildManager as an internal implementation detail;
           move the docs into main IO::Async::Loop
         * Added $loop->open_process; suggest using that instead of
           ->open_child
         * Begin implementation of $loop->is_running method (part of RT123780)

        [BUGFIXES]
         * Make IO::Async::Future->await wait until it's ready
         * Fix calculation of periodic timer in 'skip' mode (RT124414)
         * Perform synchronous getaddrinfo shortcut even for service-less
           lookups
         * Make sure that errors from underlying read/write functions are
           debug-logged by IO::Async::Stream


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-IO-Async/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/devel/p5-IO-Async/Makefile:1.12
--- pkgsrc/devel/p5-IO-Async/Makefile:1.11      Mon Jun  5 14:23:05 2017
+++ pkgsrc/devel/p5-IO-Async/Makefile   Mon Apr 23 07:12:48 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2018/04/23 07:12:48 wen Exp $
 
-DISTNAME=      IO-Async-0.71
+DISTNAME=      IO-Async-0.72
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 

Index: pkgsrc/devel/p5-IO-Async/distinfo
diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.8 pkgsrc/devel/p5-IO-Async/distinfo:1.9
--- pkgsrc/devel/p5-IO-Async/distinfo:1.8       Sat Mar 11 11:13:13 2017
+++ pkgsrc/devel/p5-IO-Async/distinfo   Mon Apr 23 07:12:48 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/03/11 11:13:13 wen Exp $
+$NetBSD: distinfo,v 1.9 2018/04/23 07:12:48 wen Exp $
 
-SHA1 (IO-Async-0.71.tar.gz) = fb27c94ce937b339646497da969fff1e998a7376
-RMD160 (IO-Async-0.71.tar.gz) = 377157ba550db7386a33fdc37c0b84580966fb3e
-SHA512 (IO-Async-0.71.tar.gz) = 5d68e9a4cb8d0ba212ef094a1c6052e254ecdad2b3775d3690fcd38cdd1c230323477912bbbc984e410036d2304a9d4908b4f0a52dbd5a4581a9e691b8b442f2
-Size (IO-Async-0.71.tar.gz) = 236256 bytes
+SHA1 (IO-Async-0.72.tar.gz) = 0dfb01c3ea508b1ccdbd15bd0530045d57709abf
+RMD160 (IO-Async-0.72.tar.gz) = 431ef96865feb16a2b50a1aaa89f071225273353
+SHA512 (IO-Async-0.72.tar.gz) = 4d1243e7904647d94bceb300d677ed2d28e58b7b57695b9de40b19f9b5d79418516837d5f6bead3836897956aad7027213b84c1244e46ddaa335b4916fe53804
+Size (IO-Async-0.72.tar.gz) = 236223 bytes



Home | Main Index | Thread Index | Old Index