pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Future



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 26 12:54:46 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Future: Makefile distinfo

Log Message:
p5-Future: update to 0.47.

0.47    2021-01-01
        [BUGFIXES]
         * Don't weaken() the waiting future in Future::Mutex as that causes
           it to be dropped in some situations

0.46    2020-10-19
        [CHANGES]
         * Provide AWAIT_CHAIN_CANCEL named method for compatibility with
           upcoming Future::AsyncAwait::Awaitable method rename

        [BUGFIXES]
         * Ensure that Future::Mutex returns proper cloned future instances
           when waiting (RT133563)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Future/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-Future/Makefile
diff -u pkgsrc/devel/p5-Future/Makefile:1.23 pkgsrc/devel/p5-Future/Makefile:1.24
--- pkgsrc/devel/p5-Future/Makefile:1.23        Mon Aug 31 18:08:06 2020
+++ pkgsrc/devel/p5-Future/Makefile     Mon Apr 26 12:54:46 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/08/31 18:08:06 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2021/04/26 12:54:46 wiz Exp $
 
-DISTNAME=      Future-0.45
+DISTNAME=      Future-0.47
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
 

Index: pkgsrc/devel/p5-Future/distinfo
diff -u pkgsrc/devel/p5-Future/distinfo:1.16 pkgsrc/devel/p5-Future/distinfo:1.17
--- pkgsrc/devel/p5-Future/distinfo:1.16        Sun Apr 26 13:56:06 2020
+++ pkgsrc/devel/p5-Future/distinfo     Mon Apr 26 12:54:46 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/26 13:56:06 mef Exp $
+$NetBSD: distinfo,v 1.17 2021/04/26 12:54:46 wiz Exp $
 
-SHA1 (Future-0.45.tar.gz) = 91b97b16321099d8a1ef125740bcaaaf58105ffc
-RMD160 (Future-0.45.tar.gz) = 44d5885131a0e66abac48c56bb194b5d4805a79a
-SHA512 (Future-0.45.tar.gz) = 18609d053461fe1ad68fe43ea1961543a690aef4524d5f90a191de977bbe925b38892f71f0ac7099f0c5d934a7cb64d637acf71303cc8f4d7fd74d1586997ff7
-Size (Future-0.45.tar.gz) = 95758 bytes
+SHA1 (Future-0.47.tar.gz) = ada45e18808ce9b4975b94ce29c847e3a105d0dc
+RMD160 (Future-0.47.tar.gz) = 42d8107443d90c0935b721ab90dee503d0e677b9
+SHA512 (Future-0.47.tar.gz) = d3cdd7409be0768ac0787945746e1ea217f02e84bc04b6309c532451a9193fbdc005b3c4de37d31751e6a806649d08028c93c3bfd24df6d6d2c2bf042b01d814
+Size (Future-0.47.tar.gz) = 96522 bytes



Home | Main Index | Thread Index | Old Index