diff options
author | culot <culot@FreeBSD.org> | 2017-08-08 21:44:20 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2017-08-08 21:44:20 +0800 |
commit | f10bee4da9b299451d7a6a551319f94807d15bf5 (patch) | |
tree | 103ea0fc0b59ec81419a2eb77bc2f50587798a33 /security/p5-Dancer2-Plugin-Auth-Extensible | |
parent | 0809514c53beeadfb4d2150270ea06bff05bb696 (diff) | |
download | freebsd-ports-gnome-f10bee4da9b299451d7a6a551319f94807d15bf5.tar.gz freebsd-ports-gnome-f10bee4da9b299451d7a6a551319f94807d15bf5.tar.zst freebsd-ports-gnome-f10bee4da9b299451d7a6a551319f94807d15bf5.zip |
- Update to 0.704
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible/Changes
PR: 221103 (based on)
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
Diffstat (limited to 'security/p5-Dancer2-Plugin-Auth-Extensible')
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 16 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist | 3 |
3 files changed, 18 insertions, 7 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index 2a29181cb68d..ac07216d84bb 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.622 +PORTVERSION= 0.704 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,18 @@ 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 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo index 52aad2556243..70a0d6f5a0df 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo @@ -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 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist index 5990b6b77881..02121cf370e0 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist @@ -7,6 +7,9 @@ bin/dancer2-generate-crypted-password %%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 |