Date: Thu, 31 Jul 2014 18:57:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363668 - head/www/p5-Catalyst-Plugin-Authentication-OpenID Message-ID: <201407311857.s6VIv8ho051055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 18:57:08 2014 New Revision: 363668 URL: http://svnweb.freebsd.org/changeset/ports/363668 QAT: https://qat.redports.org/buildarchive/r363668/ Log: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr - Use single space after WWW: Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile Thu Jul 31 18:55:40 2014 (r363667) +++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/Makefile Thu Jul 31 18:57:08 2014 (r363668) @@ -5,18 +5,20 @@ PORTNAME= Catalyst-Plugin-Authentication PORTVERSION= 0.02 CATEGORIES= www security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Catalyst PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenID Authentication -RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent \ p5-Net-OpenID-Consumer>=0:${PORTSDIR}/net/p5-Net-OpenID-Consumer -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr Thu Jul 31 18:55:40 2014 (r363667) +++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-descr Thu Jul 31 18:57:08 2014 (r363668) @@ -1,10 +1,9 @@ Catalyst::Plugin::Authentication::OpenID implements support for OpenID -authentication in a Catalyst application. For more information on -OpenID, take a look at http://www.openid.net/. +authentication in a Catalyst application. For more information on OpenID, take a +look at http://www.openid.net/. -In most cases, you'll want to use this plugin in combination with a -session plugin for Catalyst. For example, -Catalyst::Plugin::Session::FastMmap, which uses a memory-mapped -database to store session data. +In most cases, you'll want to use this plugin in combination with a session +plugin for Catalyst. For example, Catalyst::Plugin::Session::FastMmap, which +uses a memory-mapped database to store session data. -WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-OpenID/ +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-OpenID/ Modified: head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist Thu Jul 31 18:55:40 2014 (r363667) +++ head/www/p5-Catalyst-Plugin-Authentication-OpenID/pkg-plist Thu Jul 31 18:57:08 2014 (r363668) @@ -1,7 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID/.packlist %%SITE_PERL%%/Catalyst/Plugin/Authentication/OpenID.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID/.packlist %%PERL5_MAN3%%/Catalyst::Plugin::Authentication::OpenID.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/OpenID @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311857.s6VIv8ho051055>