Date: Wed, 20 Jan 2016 02:32:47 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406727 - head/security/p5-Dancer2-Plugin-Auth-Extensible Message-ID: <201601200232.u0K2WlsH033632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Jan 20 02:32:47 2016 New Revision: 406727 URL: https://svnweb.freebsd.org/changeset/ports/406727 Log: Upgrade to 0.500. PR: 206414 Submitted by: 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 Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed Jan 20 02:32:47 2016 (r406727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.401 +PORTVERSION= 0.500 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ 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 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed Jan 20 02:32:47 2016 (r406727) @@ -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 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed Jan 20 02:28:50 2016 (r406726) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed Jan 20 02:32:47 2016 (r406727) @@ -4,9 +4,13 @@ %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601200232.u0K2WlsH033632>