diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 16:06:28 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-11-05 16:06:28 +0800 |
commit | f5f4476c84026a71aecfb15a5f0a5dd098c3a956 (patch) | |
tree | 9594a5db97616fcc96ba2e2ed361f2ae9c9122fc /www | |
parent | f236a95b19a396cfa7d5443f8c2d43597f5385a1 (diff) | |
download | freebsd-ports-gnome-f5f4476c84026a71aecfb15a5f0a5dd098c3a956.tar.gz freebsd-ports-gnome-f5f4476c84026a71aecfb15a5f0a5dd098c3a956.tar.zst freebsd-ports-gnome-f5f4476c84026a71aecfb15a5f0a5dd098c3a956.zip |
- Upgrade to 0.21.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Middleware-Session/Makefile | 15 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Session/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Session/pkg-plist | 10 |
3 files changed, 14 insertions, 15 deletions
diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile index 0b1e7de58b08..2670d8d2d187 100644 --- a/www/p5-Plack-Middleware-Session/Makefile +++ b/www/p5-Plack-Middleware-Session/Makefile @@ -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> diff --git a/www/p5-Plack-Middleware-Session/distinfo b/www/p5-Plack-Middleware-Session/distinfo index 37ca32dbcaae..647648910080 100644 --- a/www/p5-Plack-Middleware-Session/distinfo +++ b/www/p5-Plack-Middleware-Session/distinfo @@ -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 diff --git a/www/p5-Plack-Middleware-Session/pkg-plist b/www/p5-Plack-Middleware-Session/pkg-plist index 6c8563bb3c07..2f62b38de29f 100644 --- a/www/p5-Plack-Middleware-Session/pkg-plist +++ b/www/p5-Plack-Middleware-Session/pkg-plist @@ -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 |