Date: Tue, 5 Nov 2013 08:06:28 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332818 - head/www/p5-Plack-Middleware-Session Message-ID: <201311050806.rA586Scr069924@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Tue Nov 5 08:06:28 2013 New Revision: 332818 URL: http://svnweb.freebsd.org/changeset/ports/332818 Log: - Upgrade to 0.21. Modified: head/www/p5-Plack-Middleware-Session/Makefile head/www/p5-Plack-Middleware-Session/distinfo head/www/p5-Plack-Middleware-Session/pkg-plist Modified: head/www/p5-Plack-Middleware-Session/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Session/Makefile Tue Nov 5 07:58:00 2013 (r332817) +++ head/www/p5-Plack-Middleware-Session/Makefile Tue Nov 5 08:06:28 2013 (r332818) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-Session -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for session management middleware for Plack RUN_DEPENDS= \ + p5-Cookie-Baker>0:${PORTSDIR}/www/p5-Cookie-Baker \ p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack @@ -20,19 +21,7 @@ TEST_DEPENDS= \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML -NO_STAGE= yes USES= perl5 USE_PERL5= modbuildtiny -MAN3= Plack::Middleware::Session.3 \ - Plack::Middleware::Session::Cookie.3 \ - Plack::Session.3 \ - Plack::Session::State.3 \ - Plack::Session::State::Cookie.3 \ - Plack::Session::Store.3 \ - Plack::Session::Store::Cache.3 \ - Plack::Session::Store::DBI.3 \ - Plack::Session::Store::File.3 \ - Plack::Session::Store::Null.3 - .include <bsd.port.mk> Modified: head/www/p5-Plack-Middleware-Session/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-Session/distinfo Tue Nov 5 07:58:00 2013 (r332817) +++ head/www/p5-Plack-Middleware-Session/distinfo Tue Nov 5 08:06:28 2013 (r332818) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-Session-0.20.tar.gz) = 100cd316b9557abfb4df18e24ca9c02a276b3ba861266247e10c95f3fbb8c07e -SIZE (Plack-Middleware-Session-0.20.tar.gz) = 24164 +SHA256 (Plack-Middleware-Session-0.21.tar.gz) = 5c22a7166b2572eaca7c77e950aa4634dd1ea22932f4a804f74d4ed015217ec1 +SIZE (Plack-Middleware-Session-0.21.tar.gz) = 24206 Modified: head/www/p5-Plack-Middleware-Session/pkg-plist ============================================================================== --- head/www/p5-Plack-Middleware-Session/pkg-plist Tue Nov 5 07:58:00 2013 (r332817) +++ head/www/p5-Plack-Middleware-Session/pkg-plist Tue Nov 5 08:06:28 2013 (r332818) @@ -1,3 +1,13 @@ +%%PERL5_MAN3%%/Plack::Middleware::Session.3.gz +%%PERL5_MAN3%%/Plack::Middleware::Session::Cookie.3.gz +%%PERL5_MAN3%%/Plack::Session.3.gz +%%PERL5_MAN3%%/Plack::Session::State.3.gz +%%PERL5_MAN3%%/Plack::Session::State::Cookie.3.gz +%%PERL5_MAN3%%/Plack::Session::Store.3.gz +%%PERL5_MAN3%%/Plack::Session::Store::Cache.3.gz +%%PERL5_MAN3%%/Plack::Session::Store::DBI.3.gz +%%PERL5_MAN3%%/Plack::Session::Store::File.3.gz +%%PERL5_MAN3%%/Plack::Session::Store::Null.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Session/.packlist %%SITE_PERL%%/Plack/Middleware/Session.pm %%SITE_PERL%%/Plack/Middleware/Session/Cookie.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311050806.rA586Scr069924>