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)
2024Q2
Rodrigo Osorio 2024-02-07 20:13:30 +01:00
parent 764818aeee
commit 744c43b06c
3 changed files with 17 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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.