pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Future p5-Future: update to 0.37.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/508b4b8994a6
branches:  trunk
changeset: 372184:508b4b8994a6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 29 13:29:25 2017 +0000

description:
p5-Future: update to 0.37.

0.37    2017/11/28 15:39:22
        [CHANGES]
         * Finally got around to removing the old Makefile.PL

        [BUGFIXES]
         * Fix for convergent futures that lose strong references during
           cancellation (RT120468)
         * ->without_cancel shouldn't retain the originating future after
           completion (RT122920)

0.36    2017/11/27 22:04:52
        [CHANGES]
         * Added ->retain method (RT123711)
         * Fixed some typoes in docs (RT118309)
         * Added ->state method (RT120759)

        [BUGFIXES]
         * Ensure that ->without_cancel still strongly holds a reference to
           its parent future (RT122920)

diffstat:

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

diffs (27 lines):

diff -r 71457a6bee15 -r 508b4b8994a6 devel/p5-Future/Makefile
--- a/devel/p5-Future/Makefile  Wed Nov 29 12:42:54 2017 +0000
+++ b/devel/p5-Future/Makefile  Wed Nov 29 13:29:25 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/07/10 00:13:43 wen Exp $
+# $NetBSD: Makefile,v 1.12 2017/11/29 13:29:25 wiz Exp $
 
-DISTNAME=      Future-0.35
+DISTNAME=      Future-0.37
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
diff -r 71457a6bee15 -r 508b4b8994a6 devel/p5-Future/distinfo
--- a/devel/p5-Future/distinfo  Wed Nov 29 12:42:54 2017 +0000
+++ b/devel/p5-Future/distinfo  Wed Nov 29 13:29:25 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/07/10 00:13:43 wen Exp $
+$NetBSD: distinfo,v 1.9 2017/11/29 13:29:25 wiz Exp $
 
-SHA1 (Future-0.35.tar.gz) = 8a6bcc5cf1d383d64a4eeb78b4b0c1fe0a477d74
-RMD160 (Future-0.35.tar.gz) = a9ace4ae16f755966215067a85da230033bd78bd
-SHA512 (Future-0.35.tar.gz) = f4d6f8a8b186e1b0f6ca22ccdf0ad06b4ea47f915a03e4d29546ed45e4eced9b81a5bf02b122f334cf4ab11ee5e94843760a542923911ec2c388654ee3dd4526
-Size (Future-0.35.tar.gz) = 84461 bytes
+SHA1 (Future-0.37.tar.gz) = 4cc9d668b631d4cf15ed9273b24299e566e1fbf6
+RMD160 (Future-0.37.tar.gz) = cb3db353fad67eb91e6ca952ed75af91c42272a3
+SHA512 (Future-0.37.tar.gz) = 05d797b26b653ab6e7d2451001e556ba5a9a80d44dc8754be850e1990ff1e4cf6c3b5e601035e3e50ab4c610fe55a39c1c27f15770f88b739d09a5a5086c62f5
+Size (Future-0.37.tar.gz) = 86930 bytes



Home | Main Index | Thread Index | Old Index