pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Future (devel/p5-Future) Updated to 0.42



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22a65f4af7f7
branches:  trunk
changeset: 344138:22a65f4af7f7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 16 00:39:01 2019 +0000

description:
(devel/p5-Future) Updated to 0.42

0.42    2019-11-12
        [CHANGES]
         * Added Future::Queue

        [BUGFIXES]
         * Remove already-completed futures from the on_cancel chain of others
           to avoid the list growing arbitrarily large in some situations; e.g
           easily provoked by long loops in Future::AsyncAwait

diffstat:

 devel/p5-Future/Makefile |  10 +++++-----
 devel/p5-Future/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 120dea9e0fff -r 22a65f4af7f7 devel/p5-Future/Makefile
--- a/devel/p5-Future/Makefile  Sat Nov 16 00:32:30 2019 +0000
+++ b/devel/p5-Future/Makefile  Sat Nov 16 00:39:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/11/03 10:15:54 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/16 00:39:01 mef Exp $
 
-DISTNAME=      Future-0.41
+DISTNAME=      Future-0.42
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -10,9 +10,9 @@
 COMMENT=       Represent an operation awaiting completion
 LICENSE=       ${PERL5_LICENSE}
 
-BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
-BUILD_DEPENDS+=        p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
-BUILD_DEPENDS+=        p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
+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
 
 USE_LANGUAGES=         #empty
 PERL5_MODULE_TYPE=     Module::Build
diff -r 120dea9e0fff -r 22a65f4af7f7 devel/p5-Future/distinfo
--- a/devel/p5-Future/distinfo  Sat Nov 16 00:32:30 2019 +0000
+++ b/devel/p5-Future/distinfo  Sat Nov 16 00:39:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/08/14 01:36:13 wen Exp $
+$NetBSD: distinfo,v 1.14 2019/11/16 00:39:01 mef Exp $
 
-SHA1 (Future-0.41.tar.gz) = 76e17786f97ea07a7965b4e5e2fb68c05ef03d19
-RMD160 (Future-0.41.tar.gz) = 18de5d20edb65da4ca0bcfb1bb1157d727619b08
-SHA512 (Future-0.41.tar.gz) = b704acaed4a2f87fa64b72cc183567214d3e67849b2ae3053f97fef88d278f42589053b9f7c8a218b2eca31f93692e3d252966e0a3d1d54a7e15d172162570b8
-Size (Future-0.41.tar.gz) = 91675 bytes
+SHA1 (Future-0.42.tar.gz) = 901649b95737e89dacdf0c2d465a51612d6c2dec
+RMD160 (Future-0.42.tar.gz) = 84afbfc358fa89ddaf9bb319b557dff93592bd17
+SHA512 (Future-0.42.tar.gz) = ab08a9e3d5d216b342a3fea2273e387b907425d12872abf5efa79eb18f2cc888f5063b011fe32d64b4862195814a713077f1b8325fc27659e96dbca46f98fa05
+Size (Future-0.42.tar.gz) = 93704 bytes



Home | Main Index | Thread Index | Old Index