mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/p5-Dancer2: Update to 0.300005
Changes: https://metacpan.org/changes/distribution/Dancer2
This commit is contained in:
parent
8d3cc4f563
commit
dd17eeadb2
@ -1,7 +1,7 @@
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
|
||||
PORTNAME= Dancer2
|
||||
PORTVERSION= 0.301001
|
||||
PORTVERSION= 0.301002
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \
|
||||
RUN_DEPENDS= p5-CLI-Osprey>=0:devel/p5-CLI-Osprey \
|
||||
p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \
|
||||
p5-Clone>=0:devel/p5-Clone \
|
||||
p5-Crypt-URandom>=0:security/p5-Crypt-URandom \
|
||||
p5-Config-Any>=0:devel/p5-Config-Any \
|
||||
@ -29,6 +30,7 @@ RUN_DEPENDS= p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \
|
||||
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
||||
p5-Moo>=2.000000:devel/p5-Moo \
|
||||
p5-Path-Tiny>=0:devel/p5-Path-Tiny \
|
||||
p5-Plack>=1.0040:www/p5-Plack \
|
||||
p5-Plack-Middleware-FixMissingBodyInRedirect>=0:www/p5-Plack-Middleware-FixMissingBodyInRedirect \
|
||||
p5-Plack-Middleware-RemoveRedundantBody>=0:www/p5-Plack-Middleware-RemoveRedundantBody \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1616195487
|
||||
SHA256 (Dancer2-0.301001.tar.gz) = b3ad66b39f926d22f947fef6d6a313e0448bcc331f9441910c2a28fbb8ac145c
|
||||
SIZE (Dancer2-0.301001.tar.gz) = 397739
|
||||
TIMESTAMP = 1622214162
|
||||
SHA256 (Dancer2-0.301002.tar.gz) = 30571b9ae8804dfc5d5934f23e0309df49cabcfeb5a3e0b447e6b05db5b7a07b
|
||||
SIZE (Dancer2-0.301002.tar.gz) = 396769
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/dancer2
|
||||
%%SITE_PERL%%/Dancer2.pm
|
||||
%%SITE_PERL%%/Dancer2/CLI.pm
|
||||
%%SITE_PERL%%/Dancer2/CLI/Command/gen.pm
|
||||
%%SITE_PERL%%/Dancer2/CLI/Command/version.pm
|
||||
%%SITE_PERL%%/Dancer2/CLI/Gen.pm
|
||||
%%SITE_PERL%%/Dancer2/CLI/Version.pm
|
||||
%%SITE_PERL%%/Dancer2/Config.pod
|
||||
%%SITE_PERL%%/Dancer2/Cookbook.pod
|
||||
%%SITE_PERL%%/Dancer2/Core.pm
|
||||
@ -91,8 +91,8 @@ bin/dancer2
|
||||
%%PERL5_MAN1%%/dancer2.1.gz
|
||||
%%PERL5_MAN3%%/Dancer2.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::CLI.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::CLI::Command::gen.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::CLI::Command::version.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::CLI::Gen.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::CLI::Version.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::Config.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::Cookbook.3.gz
|
||||
%%PERL5_MAN3%%/Dancer2::Core.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user