- Upgrade to 0.22.
This commit is contained in:
parent
942e318e42
commit
f0bca7a5d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324567
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Dancer-Session-Cookie
|
||||
PORTVERSION= 0.19
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -12,9 +12,9 @@ COMMENT= Perl extension for encrypted cookie-based session backend for Dancer
|
|||
RUN_DEPENDS= \
|
||||
p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \
|
||||
p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
||||
p5-Dancer>=1.13:${PORTSDIR}/www/p5-Dancer \
|
||||
p5-Dancer>=1.3113:${PORTSDIR}/www/p5-Dancer \
|
||||
p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \
|
||||
p5-Session-Storage-Secure>0:${PORTSDIR}/www/p5-Session-Storage-Secure \
|
||||
p5-Session-Storage-Secure>=0.007:${PORTSDIR}/www/p5-Session-Storage-Secure \
|
||||
p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32 \
|
||||
p5-Time-Duration-Parse>0:${PORTSDIR}/devel/p5-Time-Duration-Parse
|
||||
TEST_DEPENDS= \
|
||||
|
@ -23,7 +23,8 @@ TEST_DEPENDS= \
|
|||
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Dancer::Session::Cookie.3
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Dancer-Session-Cookie-0.19.tar.gz) = 2f71a697276cd2ab3841ac4e9abc076e717c684781a80d555214f1dff6431a32
|
||||
SIZE (Dancer-Session-Cookie-0.19.tar.gz) = 18960
|
||||
SHA256 (Dancer-Session-Cookie-0.22.tar.gz) = 0fb32acafc198039518e3b36de5bbb9138f7f4fb0424586cd47a8cce03c6bb03
|
||||
SIZE (Dancer-Session-Cookie-0.22.tar.gz) = 20279
|
||||
|
|
Loading…
Reference in a new issue