Index: head/www/p5-Plack-Middleware-Session/Makefile =================================================================== --- head/www/p5-Plack-Middleware-Session/Makefile (revision 389638) +++ head/www/p5-Plack-Middleware-Session/Makefile (revision 389639) @@ -1,32 +1,31 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-Session -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for session management middleware for Plack LICENSE= ART10 GPLv1 LICENSE_COMB= dual 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 BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= YES .include Index: head/www/p5-Plack-Middleware-Session/distinfo =================================================================== --- head/www/p5-Plack-Middleware-Session/distinfo (revision 389638) +++ head/www/p5-Plack-Middleware-Session/distinfo (revision 389639) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-Session-0.25.tar.gz) = 2b45db547d6faf19e3078c92f50170928581114e7365cacda720e181989adee3 -SIZE (Plack-Middleware-Session-0.25.tar.gz) = 24555 +SHA256 (Plack-Middleware-Session-0.30.tar.gz) = ee372beeaa8fb974022d1ebc23e1f1a26b89b1868f91dd15c2921013a4839433 +SIZE (Plack-Middleware-Session-0.30.tar.gz) = 27006 Index: head/www/p5-Plack-Middleware-Session/pkg-plist =================================================================== --- head/www/p5-Plack-Middleware-Session/pkg-plist (revision 389638) +++ head/www/p5-Plack-Middleware-Session/pkg-plist (revision 389639) @@ -1,20 +1,22 @@ %%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::Cleanup.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%%/Plack/Middleware/Session.pm %%SITE_PERL%%/Plack/Middleware/Session/Cookie.pm %%SITE_PERL%%/Plack/Session.pm +%%SITE_PERL%%/Plack/Session/Cleanup.pm %%SITE_PERL%%/Plack/Session/State.pm %%SITE_PERL%%/Plack/Session/State/Cookie.pm %%SITE_PERL%%/Plack/Session/Store.pm %%SITE_PERL%%/Plack/Session/Store/Cache.pm %%SITE_PERL%%/Plack/Session/Store/DBI.pm %%SITE_PERL%%/Plack/Session/Store/File.pm %%SITE_PERL%%/Plack/Session/Store/Null.pm