update p5-Dancer2 to 0.301004

from wen heping; OK cwen@
This commit is contained in:
bluhm 2021-06-11 16:51:21 +00:00
parent 24b9bf05ab
commit ac78123722
3 changed files with 27 additions and 20 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2021/05/17 13:31:19 benoit Exp $
# $OpenBSD: Makefile,v 1.14 2021/06/11 16:51:21 bluhm Exp $
COMMENT = lightweight yet powerful web application framework
MODULES = cpan
PKG_ARCH = *
DISTNAME = Dancer2-0.301002
DISTNAME = Dancer2-0.301004
CATEGORIES = www
# Perl
@ -12,33 +12,34 @@ PERMIT_PACKAGE = Yes
BUILD_DEPENDS = devel/p5-File-ShareDir-Install>=0.06
RUN_DEPENDS = devel/p5-CLI-Osprey \
RUN_DEPENDS = converters/p5-JSON \
converters/p5-JSON-XS \
devel/p5-CLI-Osprey \
devel/p5-Class-Load \
devel/p5-Config-Any \
security/p5-Digest-SHA1 \
devel/p5-File-Share \
www/p5-HTTP-Body \
www/p5-HTTP-Cookies \
www/p5-HTTP-Date \
www/p5-HTTP-Headers-Fast \
devel/p5-Hash-Merge-Simple \
devel/p5-Import-Into \
converters/p5-JSON \
converters/p5-JSON-XS \
mail/p5-MIME-Types \
devel/p5-Moo>=2.000000 \
devel/p5-MooX-Types-MooseLike \
www/p5-Plack>=1.0040 \
www/p5-Plack-Middleware-FixMissingBodyInRedirect \
www/p5-Plack-Middleware-RemoveRedundantBody \
devel/p5-Ref-Util \
devel/p5-Return-MultiLevel \
devel/p5-Safe-Isa \
devel/p5-Scope-Upper \
devel/p5-Type-Tiny \
devel/p5-YAML \
mail/p5-MIME-Types \
security/p5-Digest-SHA1 \
sysutils/p5-File-Which \
textproc/p5-Template \
textproc/p5-Template-Tiny \
devel/p5-Type-Tiny \
devel/p5-YAML
www/p5-HTTP-Body \
www/p5-HTTP-Cookies \
www/p5-HTTP-Date \
www/p5-HTTP-Headers-Fast \
www/p5-Plack-Middleware-FixMissingBodyInRedirect \
www/p5-Plack-Middleware-RemoveRedundantBody \
www/p5-Plack>=1.0040
TEST_DEPENDS = devel/p5-AnyEvent \
devel/p5-Test-CPAN-Meta \
@ -47,7 +48,8 @@ TEST_DEPENDS = devel/p5-AnyEvent \
devel/p5-Test-Memory-Cycle>=1.04 \
devel/p5-Test-MockTime \
devel/p5-Test-NoTabs \
devel/p5-Test-Perl-Critic
devel/p5-Test-Perl-Critic \
sysutils/p5-Capture-Tiny
MAKE_ENV += TEST_POD=yes AUTHOR_TESTING=Yes

View File

@ -1,2 +1,2 @@
SHA256 (Dancer2-0.301002.tar.gz) = MFcbmuiATfxdWTTyPgMJ30nKvP61o+C0R+awXbW3oHs=
SIZE (Dancer2-0.301002.tar.gz) = 396769
SHA256 (Dancer2-0.301004.tar.gz) = CO4NnvvMGhogWdpaG5kEHsqKzuM7FOPQtMu9AQAJ3eU=
SIZE (Dancer2-0.301004.tar.gz) = 400506

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2021/05/17 13:31:19 benoit Exp $
@comment $OpenBSD: PLIST,v 1.6 2021/06/11 16:51:21 bluhm Exp $
bin/dancer2
${P5SITE}/Dancer2/
${P5SITE}/Dancer2.pm
@ -60,6 +60,7 @@ ${P5SITE}/Dancer2/Logger/Null.pm
${P5SITE}/Dancer2/Manual/
${P5SITE}/Dancer2/Manual.pod
${P5SITE}/Dancer2/Manual/Deployment.pod
${P5SITE}/Dancer2/Manual/Keywords.pod
${P5SITE}/Dancer2/Manual/Migration.pod
${P5SITE}/Dancer2/Manual/Testing.pod
${P5SITE}/Dancer2/Plugin.pm
@ -82,6 +83,9 @@ ${P5SITE}/Dancer2/Template/Tiny.pm
${P5SITE}/Dancer2/Test.pm
${P5SITE}/Dancer2/Tutorial.pod
${P5SITE}/auto/share/dist/Dancer2/
@comment ${P5SITE}/auto/share/dist/Dancer2/.gitignore
@comment ${P5SITE}/auto/share/dist/Dancer2/docker/
@comment ${P5SITE}/auto/share/dist/Dancer2/docker/Dockerfile
${P5SITE}/auto/share/dist/Dancer2/skel/
${P5SITE}/auto/share/dist/Dancer2/skel/.dancer
${P5SITE}/auto/share/dist/Dancer2/skel/MANIFEST.SKIP
@ -166,6 +170,7 @@ ${P5SITE}/auto/share/dist/Dancer2/skel/views/layouts/main.tt
@man man/man3p/Dancer2::Logger::Null.3p
@man man/man3p/Dancer2::Manual.3p
@man man/man3p/Dancer2::Manual::Deployment.3p
@man man/man3p/Dancer2::Manual::Keywords.3p
@man man/man3p/Dancer2::Manual::Migration.3p
@man man/man3p/Dancer2::Manual::Testing.3p
@man man/man3p/Dancer2::Plugin.3p