mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Upgrade to 0.25.
This commit is contained in:
parent
cb8a21f775
commit
79632c5029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372937
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Plack-Middleware-Session
|
||||
PORTVERSION= 0.21
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -9,6 +9,9 @@ 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 \
|
||||
@ -23,5 +26,6 @@ TEST_DEPENDS= \
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Plack-Middleware-Session-0.21.tar.gz) = 5c22a7166b2572eaca7c77e950aa4634dd1ea22932f4a804f74d4ed015217ec1
|
||||
SIZE (Plack-Middleware-Session-0.21.tar.gz) = 24206
|
||||
SHA256 (Plack-Middleware-Session-0.25.tar.gz) = 2b45db547d6faf19e3078c92f50170928581114e7365cacda720e181989adee3
|
||||
SIZE (Plack-Middleware-Session-0.25.tar.gz) = 24555
|
||||
|
@ -19,11 +19,3 @@
|
||||
%%SITE_PERL%%/Plack/Session/Store/DBI.pm
|
||||
%%SITE_PERL%%/Plack/Session/Store/File.pm
|
||||
%%SITE_PERL%%/Plack/Session/Store/Null.pm
|
||||
@dirrm %%SITE_PERL%%/Plack/Session/Store
|
||||
@dirrm %%SITE_PERL%%/Plack/Session/State
|
||||
@dirrm %%SITE_PERL%%/Plack/Session
|
||||
@dirrm %%SITE_PERL%%/Plack/Middleware/Session
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Middleware
|
||||
@dirrmtry %%SITE_PERL%%/Plack
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Session
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
|
||||
|
Loading…
Reference in New Issue
Block a user