Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 406727) @@ -1,37 +1,37 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.401 +PORTVERSION= 0.500 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:${PORTSDIR}/security/p5-Crypt-SaltedHash \ p5-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \ - p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 + p5-Dancer2>=0.166000:${PORTSDIR}/www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DPAEPD DPAEPU DPAEPD_DESC= Extra dependencies for Provider::Database DPAEPU_DESC= Extra dependencies for Provider::Unix DPAEPD_BUILD_DEPENDS= p5-Dancer2-Plugin-Database>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-Database DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \ p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File # bin/generate-crypted-password belongs to D1 version post-patch: ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL .include Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo (revision 406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo (revision 406727) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = dff9de0a2d36c0f48ed24980f040ad8408ad7f8bdf764670c05ce0955b4d6199 -SIZE (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = 35089 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = e3c767f2f70292a7b0fa40f567082b3a0d66c36557cd4667e8e4f51aa6018eb9 +SIZE (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = 39682 Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 406727) @@ -1,12 +1,16 @@ %%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/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::Test.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test::App.3.gz