From owner-svn-ports-all@FreeBSD.ORG Fri Sep 6 10:13:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A82C277; Fri, 6 Sep 2013 10:13:15 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5CB2F02; Fri, 6 Sep 2013 10:13:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86ADECZ080966; Fri, 6 Sep 2013 10:13:14 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86ADEBg080963; Fri, 6 Sep 2013 10:13:14 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309061013.r86ADEBg080963@svn.freebsd.org> From: Anton Berezin Date: Fri, 6 Sep 2013 10:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326483 - head/www/p5-Catalyst-Plugin-Authentication 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.14 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: Fri, 06 Sep 2013 10:13:15 -0000 Author: tobez Date: Fri Sep 6 10:13:14 2013 New Revision: 326483 URL: http://svnweb.freebsd.org/changeset/ports/326483 Log: Update to 0.10023. Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile head/www/p5-Catalyst-Plugin-Authentication/distinfo head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Fri Sep 6 10:13:14 2013 (r326483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.10019 +PORTVERSION= 0.10023 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -31,7 +31,8 @@ PORTSCOUT= skipv:0.100091,0.100092 USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Authentication::Credential::Password.3 \ +MAN3= Catalyst::Authentication::Credential::NoPassword.3 \ + Catalyst::Authentication::Credential::Password.3 \ Catalyst::Authentication::Credential::Remote.3 \ Catalyst::Authentication::Realm.3 \ Catalyst::Authentication::Realm::Compatibility.3 \ @@ -42,7 +43,6 @@ MAN3= Catalyst::Authentication::Credenti Catalyst::Authentication::User.3 \ Catalyst::Authentication::User::Hash.3 \ Catalyst::Plugin::Authentication.3 \ - Catalyst::Plugin::Authentication::Credential::NoPassword.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::Internals.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ Modified: head/www/p5-Catalyst-Plugin-Authentication/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/distinfo Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/distinfo Fri Sep 6 10:13:14 2013 (r326483) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 6fe16b19f6e76dc3bc9b7a4ad7c78e3ae432423d3286b05c42b35f026d09461c -SIZE (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 78732 +SHA256 (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c +SIZE (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 80041 Modified: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Fri Sep 6 09:31:00 2013 (r326482) +++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Fri Sep 6 10:13:14 2013 (r326483) @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist +%%SITE_PERL%%/Catalyst/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm %%SITE_PERL%%/Catalyst/Authentication/Realm.pm @@ -10,7 +11,6 @@ %%SITE_PERL%%/Catalyst/Authentication/User.pm %%SITE_PERL%%/Catalyst/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm -%%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Internals.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm