Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 447543) @@ -1,30 +1,38 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.622 +PORTVERSION= 0.704 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hvo.pm@xs4all.nl COMMENT= Extensible authentication framework for Dancer2 apps LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \ - p5-Session-Token>=0:security/p5-Session-Token \ +BUILD_DEPENDS= p5-Crypt-SaltedHash>0:security/p5-Crypt-SaltedHash \ + p5-Session-Token>0:security/p5-Session-Token \ p5-Dancer2>=0.204001:www/p5-Dancer2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-File-Share>0:devel/p5-File-Share +TEST_DEPENDS= p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \ + p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-Plack>0:www/p5-Plack \ + p5-Test-Deep>=0.114:devel/p5-Test-Deep \ + p5-Test-Exception>0:devel/p5-Test-Exception \ + p5-Test-MockDateTime>0:devel/p5-Test-MockDateTime \ + p5-Test-Warnings>0:devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DPAEPU DPAEPU_DESC= Extra dependencies for Provider::Unix DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM .include Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo (revision 447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo (revision 447543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478793002 -SHA256 (Dancer2-Plugin-Auth-Extensible-0.622.tar.gz) = a3d4299a32342335fa56f44e5a8075bc5925d858d05666490f39b093d0cb2c33 -SIZE (Dancer2-Plugin-Auth-Extensible-0.622.tar.gz) = 52648 +TIMESTAMP = 1501427162 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.704.tar.gz) = 56b8351c98d26232750eb8b7050ff0ecd3c6f69dfa5a43895257f4119f099194 +SIZE (Dancer2-Plugin-Auth-Extensible-0.704.tar.gz) = 61140 Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 447543) @@ -1,16 +1,19 @@ bin/dancer2-generate-crypted-password %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test/App.pm +%%SITE_PERL%%/auto/share/dist/Dancer2-Plugin-Auth-Extensible/views/login.tt +%%SITE_PERL%%/auto/share/dist/Dancer2-Plugin-Auth-Extensible/views/login_denied.tt +%%SITE_PERL%%/auto/share/dist/Dancer2-Plugin-Auth-Extensible/views/transparent_login.tt %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Role::Provider.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test::App.3.gz