Date: Tue, 8 Aug 2017 13:44:20 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447543 - head/security/p5-Dancer2-Plugin-Auth-Extensible Message-ID: <201708081344.v78DiKXr005038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Aug 8 13:44:20 2017 New Revision: 447543 URL: https://svnweb.freebsd.org/changeset/ports/447543 Log: - 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) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Aug 8 13:32:02 2017 (r447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Tue Aug 8 13:44:20 2017 (r447543) @@ -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 Dance 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 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Aug 8 13:32:02 2017 (r447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Tue Aug 8 13:44:20 2017 (r447543) @@ -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 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Tue Aug 8 13:32:02 2017 (r447542) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Tue Aug 8 13:44:20 2017 (r447543) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708081344.v78DiKXr005038>