aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-02-07 19:13:30 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-02-07 21:00:27 +0000
commit744c43b06cb2b7dc16a4aae1ff3c21dd5eedf54b (patch)
tree2e6d43945c99c0c3ed2e77266c5fd3f6708c0957
parent764818aeeedcf46db1f34e6cc289b46dc677a896 (diff)
downloadports-744c43b06cb2b7dc16a4aae1ff3c21dd5eedf54b.tar.gz
ports-744c43b06cb2b7dc16a4aae1ff3c21dd5eedf54b.zip
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)
-rw-r--r--www/p5-Plack/Makefile15
-rw-r--r--www/p5-Plack/distinfo6
-rw-r--r--www/p5-Plack/pkg-descr7
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.