pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Future-IO
Module Name: pkgsrc
Committed By: wen
Date: Thu Aug 3 11:57:50 UTC 2023
Modified Files:
pkgsrc/devel/p5-Future-IO: Makefile distinfo
Log Message:
Update to 0.14
Update TEST_DEPENDS
Upstream changes:
0.14 2023-04-25
[CHANGES]
* Moved `Test::Future::IO::Impl` into its own distribution, so that
downstream packages don't have to runtime-depend on `Test2`
0.13 2023-02-19
[CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Reomved test-time dependency on `Test::Identity`
[BUGFIXES]
* t/30system.t should check that the impl actually provides a
`->waitpid` method before using it
* Insert a hacky "sleep 1" into the connect tests on MSWin32 in case
that helps fix the test failures
0.12 2023-01-31
[CHANGES]
* Added `Future::IO::System`, containing a system()-like and a
qx()-like method
* Added `->sysread_until_eof` method
* Update to perl v5.14 `package NAME VERSION` syntax
* Use `await` notation in method minisynopsis lines
[BUGFIXES]
* Need to work harder to set LocalAddr during socket tests
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Future-IO/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Future-IO/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-IO/Makefile
diff -u pkgsrc/devel/p5-Future-IO/Makefile:1.2 pkgsrc/devel/p5-Future-IO/Makefile:1.3
--- pkgsrc/devel/p5-Future-IO/Makefile:1.2 Thu Jul 6 09:39:15 2023
+++ pkgsrc/devel/p5-Future-IO/Makefile Thu Aug 3 11:57:50 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/07/06 09:39:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/03 11:57:50 wen Exp $
-DISTNAME= Future-IO-0.11
+DISTNAME= Future-IO-0.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
@@ -14,7 +13,8 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS= p5-Future>=0:../../devel/p5-Future \
p5-Struct-Dumb>=0:../../devel/p5-Struct-Dumb
-TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite \
+ p5-Test-Future-IO-Impl-[0-9]*:../../devel/p5-Test-Future-IO-Impl
USE_LANGUAGES= #empty
PERL5_MODULE_TYPE= Module::Build
Index: pkgsrc/devel/p5-Future-IO/distinfo
diff -u pkgsrc/devel/p5-Future-IO/distinfo:1.1 pkgsrc/devel/p5-Future-IO/distinfo:1.2
--- pkgsrc/devel/p5-Future-IO/distinfo:1.1 Sun Feb 12 10:22:49 2023
+++ pkgsrc/devel/p5-Future-IO/distinfo Thu Aug 3 11:57:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/02/12 10:22:49 wen Exp $
+$NetBSD: distinfo,v 1.2 2023/08/03 11:57:50 wen Exp $
-BLAKE2s (Future-IO-0.11.tar.gz) = 910f92ec72b4595a47278f34647ae64a0cca1dbe552d497ccc0051f0f9444357
-SHA512 (Future-IO-0.11.tar.gz) = 8ee111cc1f0a0bfba84005de3e3bf0dadedf8be635f0a0a3b8423702db35fa1f76f7a0d47e32f5ed91163943d5acc788827e87233e11d0a4125a8f1d192c9a22
-Size (Future-IO-0.11.tar.gz) = 22237 bytes
+BLAKE2s (Future-IO-0.14.tar.gz) = d5341aa3b204cd9a78da4441d72a0a5287cbde5e314db645d04266a925d86401
+SHA512 (Future-IO-0.14.tar.gz) = 66a767854c44c87234caa73ae2e4b1e3f60106d0a63d7058e69129d8a23fd39058483555dd79afbd35a3d0aa60c10ffb20dec75f3ca57c6af7f0ad53b9786763
+Size (Future-IO-0.14.tar.gz) = 23077 bytes
Home |
Main Index |
Thread Index |
Old Index