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:           Sun Oct 27 09:35:11 UTC 2024

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

Log Message:
p5-Future: update to 0.51.

0.51    2024-10-21
        [CHANGES]
         * Permit convergent futures to not cancel some component futures,
           simplifying the use of `->without_cancel`
         * Give a more obvious error message when a `Test::Future::Deferred`
           runs out of things to do
         * Various small module style updates to documentation, unit tests,
           etc
         * Now requires Perl version 5.14 or later


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.21 -r1.22 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.29 pkgsrc/devel/p5-Future/Makefile:1.30
--- pkgsrc/devel/p5-Future/Makefile:1.29        Thu Jul  6 09:39:15 2023
+++ pkgsrc/devel/p5-Future/Makefile     Sun Oct 27 09:35:11 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2023/07/06 09:39:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/10/27 09:35:11 wiz Exp $
 
-DISTNAME=      Future-0.50
+DISTNAME=      Future-0.51
 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.21 pkgsrc/devel/p5-Future/distinfo:1.22
--- pkgsrc/devel/p5-Future/distinfo:1.21        Sat May 20 07:25:04 2023
+++ pkgsrc/devel/p5-Future/distinfo     Sun Oct 27 09:35:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/05/20 07:25:04 wiz Exp $
+$NetBSD: distinfo,v 1.22 2024/10/27 09:35:11 wiz Exp $
 
-BLAKE2s (Future-0.50.tar.gz) = b321fabcd6ac709bb6c6f03b68dcfa5cddea0da9e9dc7cdfa7400ef91da0c9f3
-SHA512 (Future-0.50.tar.gz) = d8c0011d0dcee9bb0317a394da34925d6a5e214ff8706158268d546f5b0e6d8fad7a8edafda2eada15bcca20d2da9ae722018c6dd0ff9a69bae1c0759776f616
-Size (Future-0.50.tar.gz) = 101758 bytes
+BLAKE2s (Future-0.51.tar.gz) = 8f82309fc74f359bea5319dd3b0c0654ad82be4281465ea7a51e6c7cde34cd45
+SHA512 (Future-0.51.tar.gz) = d87f565b78c09309d6931b967e7872762b5efe96d7759d8db655d85e4738962de53dc1993ee735176256de23ce0b6e38308dc84180c5659fb173aa5f9a7e7be3
+Size (Future-0.51.tar.gz) = 105641 bytes



Home | Main Index | Thread Index | Old Index