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: mef
Date: Sat Apr 11 12:18:56 UTC 2020
Modified Files:
pkgsrc/devel/p5-Future: Makefile distinfo
Log Message:
(devel/p5-Future) Updated to 0.44
0.44 2020-03-25
[CHANGES]
* Added ->result; use that in unit tests and docs where appropriate
* Slight performance boost in internals by direct field access rather
than accessor methods
* Document ->await properly; make it wait until ready
* Discourage ->block_until_ready
0.43 2020-01-07
[CHANGES]
* Implement the Future::AsyncAwait::Awaitable API methods directly
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Future/Makefile
cvs rdiff -u -r1.14 -r1.15 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.20 pkgsrc/devel/p5-Future/Makefile:1.21
--- pkgsrc/devel/p5-Future/Makefile:1.20 Sat Nov 16 00:39:01 2019
+++ pkgsrc/devel/p5-Future/Makefile Sat Apr 11 12:18:56 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/11/16 00:39:01 mef Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/11 12:18:56 mef Exp $
-DISTNAME= Future-0.42
+DISTNAME= Future-0.44
PKGNAME= p5-${DISTNAME}
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.14 pkgsrc/devel/p5-Future/distinfo:1.15
--- pkgsrc/devel/p5-Future/distinfo:1.14 Sat Nov 16 00:39:01 2019
+++ pkgsrc/devel/p5-Future/distinfo Sat Apr 11 12:18:56 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/11/16 00:39:01 mef Exp $
+$NetBSD: distinfo,v 1.15 2020/04/11 12:18:56 mef Exp $
-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
+SHA1 (Future-0.44.tar.gz) = a39f41d9f53d49399fc559794ee29b733a70eacc
+RMD160 (Future-0.44.tar.gz) = 507d9abc99f33d94b22f771c999932fba81a0d5e
+SHA512 (Future-0.44.tar.gz) = 770040cfff6049acea64e49c76b7e4788a3a9d957f6a54066ffc91eafea9ff5c5cfd7f6377d0f59b126ef313f72769ab7b2c7051988baf9683d393fa4c293bb5
+Size (Future-0.44.tar.gz) = 94561 bytes
Home |
Main Index |
Thread Index |
Old Index