- Upgrade to 1.3091.
This commit is contained in:
parent
d464136f75
commit
96476c0ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288361
3 changed files with 18 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Dancer
|
||||
PORTVERSION= 1.3080
|
||||
PORTVERSION= 1.3091
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:XSAWYERX
|
||||
|
@ -23,7 +23,8 @@ RUN_DEPENDS= \
|
|||
p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \
|
||||
p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
|
||||
p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
|
||||
p5-URI>=1.59:${PORTSDIR}/net/p5-URI
|
||||
p5-URI>=1.59:${PORTSDIR}/net/p5-URI \
|
||||
p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
OPTIONS= YAML "Enable YAML implementation in Perl" On
|
||||
|
@ -49,6 +50,7 @@ MAN3= Dancer.3 \
|
|||
Dancer::Engine.3 \
|
||||
Dancer::Error.3 \
|
||||
Dancer::Exception.3 \
|
||||
Dancer::Exception::Base.3 \
|
||||
Dancer::FileUtils.3 \
|
||||
Dancer::HTTP.3 \
|
||||
Dancer::Handler::Debug.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Dancer-1.3080.tar.gz) = bcac984a4c6390cf877828848e2a6678b3a87d279d766f104413df3c63ce2d9e
|
||||
SIZE (Dancer-1.3080.tar.gz) = 276445
|
||||
SHA256 (Dancer-1.3091.tar.gz) = e94a77702d9254ecc477c8f62911e12956b57a9ffc884b5a677eb6735733c4a5
|
||||
SIZE (Dancer-1.3091.tar.gz) = 284139
|
||||
|
|
|
@ -3,6 +3,14 @@ bin/dancer
|
|||
%%SITE_PERL%%/Dancer.pm
|
||||
%%SITE_PERL%%/Dancer/App.pm
|
||||
%%SITE_PERL%%/Dancer/Config.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Halted.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route/ErrorSent.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route/FileSent.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route/Forwarded.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route/Passed.pm
|
||||
%%SITE_PERL%%/Dancer/Continuation/Route/Templated.pm
|
||||
%%SITE_PERL%%/Dancer/Cookbook.pod
|
||||
%%SITE_PERL%%/Dancer/Cookie.pm
|
||||
%%SITE_PERL%%/Dancer/Cookies.pm
|
||||
|
@ -13,6 +21,7 @@ bin/dancer
|
|||
%%SITE_PERL%%/Dancer/Engine.pm
|
||||
%%SITE_PERL%%/Dancer/Error.pm
|
||||
%%SITE_PERL%%/Dancer/Exception.pm
|
||||
%%SITE_PERL%%/Dancer/Exception/Base.pm
|
||||
%%SITE_PERL%%/Dancer/Factory/Hook.pm
|
||||
%%SITE_PERL%%/Dancer/FileUtils.pm
|
||||
%%SITE_PERL%%/Dancer/GetOpt.pm
|
||||
|
@ -78,6 +87,9 @@ bin/dancer
|
|||
@dirrm %%SITE_PERL%%/Dancer/Hook
|
||||
@dirrm %%SITE_PERL%%/Dancer/Handler
|
||||
@dirrm %%SITE_PERL%%/Dancer/Factory
|
||||
@dirrm %%SITE_PERL%%/Dancer/Exception
|
||||
@dirrm %%SITE_PERL%%/Dancer/Development
|
||||
@dirrm %%SITE_PERL%%/Dancer/Continuation/Route
|
||||
@dirrm %%SITE_PERL%%/Dancer/Continuation
|
||||
@dirrm %%SITE_PERL%%/Dancer
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
||||
|
|
Loading…
Reference in a new issue