Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile (revision 416329) @@ -1,37 +1,35 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.502 +PORTVERSION= 0.600 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 \ - 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 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 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo (revision 416329) @@ -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 Index: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (revision 416329) @@ -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 Index: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile (revision 416329) @@ -1,29 +1,28 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-DBIC -PORTVERSION= 0.502 -PORTREVISION= 1 +PORTVERSION= 0.600 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hvo.pm@xs4all.nl COMMENT= Extensible authentication framework for Dancer2 apps using DBIC LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \ - p5-Dancer2-Plugin-Auth-Extensible>=0.501:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ p5-Dancer2-Plugin-DBIC>=0:databases/p5-Dancer2-Plugin-DBIC \ p5-String-CamelCase>=0:textproc/p5-String-CamelCase RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite \ p5-Path-Tiny>=0:devel/p5-Path-Tiny USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo (revision 416329) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.502.tar.gz) = 389371659a034d0909d80d75d1ff15f6937811372cb94068d20ec4f60fb9b6cd -SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.502.tar.gz) = 9987 +TIMESTAMP = 1464881431 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600.tar.gz) = d67830f701526d26dd2e9ff4b0e10e8eee7f4147bc930338c005ef90b88531d6 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.600.tar.gz) = 11008 Index: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/pkg-plist (revision 416329) @@ -1,3 +1,4 @@ %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/DBIC.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/README.pod %%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::DBIC.3.gz +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::README.3.gz Index: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile (revision 416329) @@ -1,25 +1,25 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Usergroup -PORTVERSION= 0.24 +PORTVERSION= 0.600 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-Dancer2>=0.159002:www/p5-Dancer2 \ - p5-Dancer2-Plugin-Auth-Extensible>=0.305:security/p5-Dancer2-Plugin-Auth-Extensible \ - p5-Dancer2-Plugin-Passphrase>=3.0.2:security/p5-Dancer2-Plugin-Passphrase \ - p5-Dancer2-Plugin-DBIC>=0.0008:databases/p5-Dancer2-Plugin-DBIC +BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ + p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Passphrase>=3.3.0:security/p5-Dancer2-Plugin-Passphrase \ + p5-Dancer2-Plugin-DBIC>=0.0013:databases/p5-Dancer2-Plugin-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo =================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo (revision 416328) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo (revision 416329) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.24.tar.gz) = f2779ac5c63342e7e2cb0fccd2214fb75cc9682710577f274d702c607477fea6 -SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.24.tar.gz) = 8762 +TIMESTAMP = 1464883075 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600.tar.gz) = 8d239bc403e9d9431724dac9beec8385255886eaaaa9f5cf705161346c0ca0a2 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.600.tar.gz) = 12406 Index: head/security/p5-Dancer2-Plugin-Passphrase/Makefile =================================================================== --- head/security/p5-Dancer2-Plugin-Passphrase/Makefile (revision 416328) +++ head/security/p5-Dancer2-Plugin-Passphrase/Makefile (revision 416329) @@ -1,26 +1,26 @@ # Created by: Henk van Oers # $FreeBSD$ PORTNAME= Dancer2-Plugin-Passphrase -PORTVERSION= 3.2.2 +PORTVERSION= 3.3.0 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= hvo.pm@xs4all.nl COMMENT= Passphrases and Passwords as objects for Dancer2 LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0.164000:www/p5-Dancer2 \ +BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-Data-Entropy>=0.005:security/p5-Data-Entropy \ p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \ p5-Digest-SHA>=5.74:security/p5-Digest-SHA RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Dancer2-Plugin-Passphrase/distinfo =================================================================== --- head/security/p5-Dancer2-Plugin-Passphrase/distinfo (revision 416328) +++ head/security/p5-Dancer2-Plugin-Passphrase/distinfo (revision 416329) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 0111a303a66d115e498ac346f325e7bfa0584bc34eeaac715fd578872d3ea742 -SIZE (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 18571 +TIMESTAMP = 1464791221 +SHA256 (Dancer2-Plugin-Passphrase-3.3.0.tar.gz) = 201f345e8bbe3e9935dddf70c9dcff7f3aa53c3d68fc360bcd2a2009e6312367 +SIZE (Dancer2-Plugin-Passphrase-3.3.0.tar.gz) = 19028 Index: head/www/p5-Dancer2/Makefile =================================================================== --- head/www/p5-Dancer2/Makefile (revision 416328) +++ head/www/p5-Dancer2/Makefile (revision 416329) @@ -1,64 +1,65 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.166001 +PORTVERSION= 0.200000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight yet powerful web application framework LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-Class-Load>=0:devel/p5-Class-Load \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ p5-Config-Any>=0:devel/p5-Config-Any \ p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:devel/p5-Hash-Merge-Simple \ p5-HTTP-Body>=0:www/p5-HTTP-Body \ p5-HTTP-Date>=0:www/p5-HTTP-Date \ p5-HTTP-Headers-Fast>=0:www/p5-HTTP-Headers-Fast \ p5-Import-Into>=0:devel/p5-Import-Into \ p5-JSON>=0:converters/p5-JSON \ p5-Moo>=2.000000:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \ p5-Plack>=1.0035:www/p5-Plack \ p5-Plack-Middleware-FixMissingBodyInRedirect>=0:www/p5-Plack-Middleware-FixMissingBodyInRedirect \ p5-Plack-Middleware-RemoveRedundantBody>=0:www/p5-Plack-Middleware-RemoveRedundantBody \ p5-Return-MultiLevel>=0:devel/p5-Return-MultiLevel \ p5-Role-Tiny>=2.000000:devel/p5-Role-Tiny \ p5-Safe-Isa>=0:devel/p5-Safe-Isa \ p5-Template-Tiny>=0:textproc/p5-Template-Tiny \ + p5-Type-Tiny>=0:devel/p5-Type-Tiny \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:www/p5-LWP-Protocol-PSGI \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ p5-Test-MockTime>=0:devel/p5-Test-MockTime \ p5-YAML>=0.86:textproc/p5-YAML \ ${XS_BUILD_DEPENDS} OPTIONS_DEFINE= XS XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \ p5-Class-Load-XS>=0:devel/p5-Class-Load-XS \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Scope-Upper>=0:devel/p5-Scope-Upper \ p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \ p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/www/p5-Dancer2/distinfo =================================================================== --- head/www/p5-Dancer2/distinfo (revision 416328) +++ head/www/p5-Dancer2/distinfo (revision 416329) @@ -1,2 +1,3 @@ -SHA256 (Dancer2-0.166001.tar.gz) = 06c79cd3cc7d9367790fb73203778c24840c3b658626ee42e75478a6534695a4 -SIZE (Dancer2-0.166001.tar.gz) = 324270 +TIMESTAMP = 1464855660 +SHA256 (Dancer2-0.200000.tar.gz) = f74bc34e15f9611cdb754c10dbd331231cf3bb178daa44733075e928ec2ca26a +SIZE (Dancer2-0.200000.tar.gz) = 336765