diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-03 18:41:37 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-03 18:41:37 +0000 |
commit | d10a00fd5e7b245971bb0ea70b82f0b4d790b395 (patch) | |
tree | c29c2edec5dbfcbc869aa49ba4bdfdfb6d93974f /security/p5-Dancer2-Plugin-Auth-Extensible | |
parent | 634842c9fadbe92f49e56feb7974f0033edffafc (diff) | |
download | ports-d10a00fd5e7b245971bb0ea70b82f0b4d790b395.tar.gz ports-d10a00fd5e7b245971bb0ea70b82f0b4d790b395.zip |
Notes
Diffstat (limited to 'security/p5-Dancer2-Plugin-Auth-Extensible')
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist | 5 |
3 files changed, 8 insertions, 11 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index d048aaeaf7a2..8869dd711ee8 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.502 +PORTVERSION= 0.600 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,18 +15,16 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \ p5-Session-Token>=0:security/p5-Session-Token \ - p5-Dancer2>=0.166000:www/p5-Dancer2 + p5-Dancer2>=0.200000:www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= DPAEPD DPAEPU -DPAEPD_DESC= Extra dependencies for Provider::Database +OPTIONS_DEFINE= DPAEPU DPAEPU_DESC= Extra dependencies for Provider::Unix -DPAEPD_BUILD_DEPENDS= p5-Dancer2-Plugin-Database>=0:databases/p5-Dancer2-Plugin-Database DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM # bin/generate-crypted-password belongs to D1 version diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo index 7454a4deb626..a0a0032596bd 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464379942 -SHA256 (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 1a1e7f23f133712db20c7da1fce3f5e7a19f852a0c92f1444e9cb7da7bcb108b -SIZE (Dancer2-Plugin-Auth-Extensible-0.502.tar.gz) = 40454 +TIMESTAMP = 1464863532 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = a4a5b2a9a6d135b4f912254ad3e3451c4c8021291a769187d1bf8f27b69601fe +SIZE (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = 33766 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist index 5dba5c9ffa07..d11e202384c9 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist @@ -1,16 +1,15 @@ %%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/Database.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 %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.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 |