git: 744c43b06cb2 - main - www/p5-Plack: update to 1.0051
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 21:00:55 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=744c43b06cb2b7dc16a4aae1ff3c21dd5eedf54b commit 744c43b06cb2b7dc16a4aae1ff3c21dd5eedf54b Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-02-07 19:13:30 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-02-07 21:00:27 +0000 www/p5-Plack: update to 1.0051 Changelog: https://metacpan.org/release/MIYAGAWA/Plack-1.0051/source/Changes Port changes: * Apply portfnt * unbreak perl test (missing package) --- www/p5-Plack/Makefile | 15 ++++++++------- www/p5-Plack/distinfo | 6 +++--- www/p5-Plack/pkg-descr | 7 ++++++- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 6bea079cba06..bcee945faed3 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,5 +1,5 @@ PORTNAME= Plack -PORTVERSION= 1.0050 +PORTVERSION= 1.0051 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -13,18 +13,18 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ - ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install RUN_DEPENDS= p5-Apache-LogFormat-Compiler>=0.33:www/p5-Apache-LogFormat-Compiler \ p5-Cookie-Baker>=0.07:www/p5-Cookie-Baker \ - p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \ p5-Devel-StackTrace-AsHTML>=0.11:devel/p5-Devel-StackTrace-AsHTML \ + p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ p5-Filesys-Notify-Simple>=0:devel/p5-Filesys-Notify-Simple \ + p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \ p5-HTTP-Entity-Parser>=0.25:www/p5-HTTP-Entity-Parser \ p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \ p5-HTTP-Message>=5.814:www/p5-HTTP-Message \ - p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \ p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-URI>=1.59:net/p5-URI \ @@ -36,12 +36,13 @@ TEST_DEPENDS= p5-Authen-Simple-Passwd>=0:security/p5-Authen-Simple-Passwd \ p5-HTTP-Request-AsCGI>=0:www/p5-HTTP-Request-AsCGI \ p5-HTTP-Server-Simple-PSGI>=0:www/p5-HTTP-Server-Simple-PSGI \ p5-IO-Handle-Util>=0:devel/p5-IO-Handle-Util \ - p5-LWP-Protocol-http10>=0:www/p5-LWP-Protocol-http10 \ + p5-libwww>=5.814:www/p5-libwww \ p5-Log-Dispatch-Array>=0:devel/p5-Log-Dispatch-Array \ + p5-LWP-Protocol-http10>=0:www/p5-LWP-Protocol-http10 \ p5-MIME-Types>=0:mail/p5-MIME-Types \ p5-Test-MockTime-HiRes>=0.06:devel/p5-Test-MockTime-HiRes \ p5-Test-Requires>=0:devel/p5-Test-Requires \ - p5-libwww>=5.814:www/p5-libwww + p5-Test-TCP>=0:devel/p5-Test-TCP USES= perl5 USE_PERL5= configure diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index cdb40a0d712b..6f0203e01833 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662558144 -SHA256 (Plack-1.0050.tar.gz) = d2651ade82ebbff7abe0a3a189fc932dadc4779186ce89468e56d0189eaa6ed4 -SIZE (Plack-1.0050.tar.gz) = 190967 +TIMESTAMP = 1707332051 +SHA256 (Plack-1.0051.tar.gz) = bebde91c42298ed6ec8e6c82b21433a1b49aa39412c247f3905b80f955acf77b +SIZE (Plack-1.0051.tar.gz) = 191249 diff --git a/www/p5-Plack/pkg-descr b/www/p5-Plack/pkg-descr index fd6023f0e8f7..ba903e7d5a8b 100644 --- a/www/p5-Plack/pkg-descr +++ b/www/p5-Plack/pkg-descr @@ -1 +1,6 @@ -PSGI reference implementation and utilities. +Plack is the Perl Superglue for Web frameworks and Web +Servers (PSGI toolkit). + +Plack is a set of tools for using the PSGI stack. +It contains middleware components, a reference +server and utilities for Web application frameworks.