git: ecc66a02c74a - main - devel/p5-Future-IO: Update to 0.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 00:00:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc66a02c74a173e0d49508357e30b2b09fe6268 commit ecc66a02c74a173e0d49508357e30b2b09fe6268 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 23:58:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 23:58:27 +0000 devel/p5-Future-IO: Update to 0.14 Changes: https://metacpan.org/dist/Future-IO/changes --- devel/p5-Future-IO/Makefile | 5 +++-- devel/p5-Future-IO/distinfo | 6 +++--- devel/p5-Future-IO/pkg-plist | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/p5-Future-IO/Makefile b/devel/p5-Future-IO/Makefile index 9be02681a25b..5c8df5836310 100644 --- a/devel/p5-Future-IO/Makefile +++ b/devel/p5-Future-IO/Makefile @@ -1,5 +1,5 @@ PORTNAME= Future-IO -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Future>=0:devel/p5-Future \ p5-Struct-Dumb>=0:devel/p5-Struct-Dumb -TEST_DEPENDS= p5-Test2-Suite>=0:devel/p5-Test2-Suite +TEST_DEPENDS= p5-Test-Future-IO-Impl>=0:devel/p5-Test-Future-IO-Impl \ + p5-Test2-Suite>=0:devel/p5-Test2-Suite USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-Future-IO/distinfo b/devel/p5-Future-IO/distinfo index d659b7d95402..8792268eef88 100644 --- a/devel/p5-Future-IO/distinfo +++ b/devel/p5-Future-IO/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771109 -SHA256 (Future-IO-0.13.tar.gz) = da2936ca5c2c5ce757e5d5b0b6e24a1d451acb6ce649d87c18713993471d95a2 -SIZE (Future-IO-0.13.tar.gz) = 25587 +TIMESTAMP = 1682616650 +SHA256 (Future-IO-0.14.tar.gz) = 6b58fefafc3094c2701f0a7b98cb140b0988b5168a7d5df4ebd1eee8e872060a +SIZE (Future-IO-0.14.tar.gz) = 23077 diff --git a/devel/p5-Future-IO/pkg-plist b/devel/p5-Future-IO/pkg-plist index 22ce86fc7319..48f24ace5c20 100644 --- a/devel/p5-Future-IO/pkg-plist +++ b/devel/p5-Future-IO/pkg-plist @@ -1,8 +1,6 @@ %%SITE_PERL%%/Future/IO.pm %%SITE_PERL%%/Future/IO/ImplBase.pm %%SITE_PERL%%/Future/IO/System.pm -%%SITE_PERL%%/Test/Future/IO/Impl.pm %%PERL5_MAN3%%/Future::IO.3.gz %%PERL5_MAN3%%/Future::IO::ImplBase.3.gz %%PERL5_MAN3%%/Future::IO::System.3.gz -%%PERL5_MAN3%%/Test::Future::IO::Impl.3.gz