From owner-svn-ports-head@freebsd.org Tue Aug 8 13:44:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97E5ADB444D; Tue, 8 Aug 2017 13:44:21 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65E7D39F8; Tue, 8 Aug 2017 13:44:21 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78DiKri005041; Tue, 8 Aug 2017 13:44:20 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78DiKXr005038; Tue, 8 Aug 2017 13:44:20 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201708081344.v78DiKXr005038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Tue, 8 Aug 2017 13:44:20 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Commit-Revision: 447543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 13:44:21 -0000 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 (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