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:   wen
Date:           Sat Apr  2 02:15:52 UTC 2022

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

Log Message:
Update to 0.48

Upstream changes:
0.48    2022-01-26
        [CHANGES]
         * Implement the new AWAIT_ON_CANCEL API shape for Future::AsyncAwait

        [BUGFIXES]
         * Make sure to set rtime for immediate futures (RT134620)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.19 -r1.20 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.25 pkgsrc/devel/p5-Future/Makefile:1.26
--- pkgsrc/devel/p5-Future/Makefile:1.25        Mon May 24 19:50:46 2021
+++ pkgsrc/devel/p5-Future/Makefile     Sat Apr  2 02:15:52 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2021/05/24 19:50:46 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/04/02 02:15:52 wen Exp $
 
-DISTNAME=      Future-0.47
+DISTNAME=      Future-0.48
 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.19 pkgsrc/devel/p5-Future/distinfo:1.20
--- pkgsrc/devel/p5-Future/distinfo:1.19        Tue Oct 26 10:16:40 2021
+++ pkgsrc/devel/p5-Future/distinfo     Sat Apr  2 02:15:52 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:16:40 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/04/02 02:15:52 wen Exp $
 
-BLAKE2s (Future-0.47.tar.gz) = 5e888bbb965526d78b225e2249aa2261b4a2de99094d61cea8a3c4d4e2c70768
-SHA512 (Future-0.47.tar.gz) = d3cdd7409be0768ac0787945746e1ea217f02e84bc04b6309c532451a9193fbdc005b3c4de37d31751e6a806649d08028c93c3bfd24df6d6d2c2bf042b01d814
-Size (Future-0.47.tar.gz) = 96522 bytes
+BLAKE2s (Future-0.48.tar.gz) = 384f4d6f4bb53cb59d2881af7c4e2642ac22d2ca5bb84247e37453f2e8cf1afa
+SHA512 (Future-0.48.tar.gz) = ea12357d3b789b2e73394ffa885509c73811c5a0fbc1ddcf3af12a26b82ed2e651b2ae3bc48fb65ea1c2373cb9236f0794453885f3812b59f744d1b44991cc2d
+Size (Future-0.48.tar.gz) = 96456 bytes



Home | Main Index | Thread Index | Old Index