From owner-svn-ports-all@freebsd.org Wed Jan 20 02:32:48 2016 Return-Path: Delivered-To: svn-ports-all@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 8E72AA898F6; Wed, 20 Jan 2016 02:32:48 +0000 (UTC) (envelope-from vanilla@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 51FDF1BC5; Wed, 20 Jan 2016 02:32:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0K2WlRM033635; Wed, 20 Jan 2016 02:32:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0K2WlsH033632; Wed, 20 Jan 2016 02:32:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201601200232.u0K2WlsH033632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 20 Jan 2016 02:32:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 02:32:48 -0000 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