From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 10:20:06 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 A6CC22F6; Sat, 7 Sep 2013 10:20:05 +0000 (UTC) (envelope-from sunpoet@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 E7C7727F4; Sat, 7 Sep 2013 10:20:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AK4gq073678; Sat, 7 Sep 2013 10:20:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AK4jk073675; Sat, 7 Sep 2013 10:20:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AK4jk073675@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326606 - 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: Sat, 07 Sep 2013 10:20:06 -0000 Author: sunpoet Date: Sat Sep 7 10:20:04 2013 New Revision: 326606 URL: http://svnweb.freebsd.org/changeset/ports/326606 Log: - Fix *_DEPENDS - Bump PORTREVISION for dependency change - Sort PLIST Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile head/www/p5-Catalyst-Plugin-Authentication/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:19:59 2013 (r326605) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:20:04 2013 (r326606) @@ -3,6 +3,7 @@ PORTNAME= Catalyst-Plugin-Authentication PORTVERSION= 0.10023 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -17,9 +18,10 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Sessio p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Emulate-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \ - p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean + p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ Modified: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:19:59 2013 (r326605) +++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:20:04 2013 (r326606) @@ -1,4 +1,3 @@ -%%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 @@ -16,6 +15,10 @@ %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User/Hash.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/User @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential @@ -27,6 +30,3 @@ @dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Credential @dirrmtry %%SITE_PERL%%/Catalyst/Authentication @dirrmtry %%SITE_PERL%%/Catalyst -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst