Skip to content

Commit

Permalink
Update to 0.34
Browse files Browse the repository at this point in the history
Add missing DEPENDS

Upstream changes:
0.34  2024-09-23 09:54:12 PDT
        - Add support for Partitioned cookies (CHIP) #51
  • Loading branch information
wen committed Feb 3, 2025
1 parent c72fafe commit 0bb2db1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions www/p5-Plack-Middleware-Session/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.26 2024/11/16 12:07:57 wiz Exp $
# $NetBSD: Makefile,v 1.27 2025/02/03 01:26:00 wen Exp $

DISTNAME= Plack-Middleware-Session-0.33
DISTNAME= Plack-Middleware-Session-0.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}

Expand All @@ -18,6 +17,7 @@ PERL5_MODULE_TYPE= Module::Build::Tiny

DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack
DEPENDS+= p5-Cookie-Baker>=0:../../www/p5-Cookie-Baker
DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC

TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
Expand Down
8 changes: 4 additions & 4 deletions www/p5-Plack-Middleware-Session/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2021/10/26 11:30:13 nia Exp $
$NetBSD: distinfo,v 1.11 2025/02/03 01:26:00 wen Exp $

BLAKE2s (Plack-Middleware-Session-0.33.tar.gz) = 26b4333d2318eb29e9788c8db023aad75dec5418e4e81f50faa3982eb478b22a
SHA512 (Plack-Middleware-Session-0.33.tar.gz) = 73356b2042b29491071f6f719dbb2fbc5772fdbceb72ea4a0a7a68db5622c3b0472e8fe55bcd81073e78655ba6e68401d3ade98a9b58fca92635f6aef4ae6b1f
Size (Plack-Middleware-Session-0.33.tar.gz) = 27569 bytes
BLAKE2s (Plack-Middleware-Session-0.34.tar.gz) = 057e1716b15494175db2ec5d21468e5cdd9d9f73773a3e26d3626e16cde72ca4
SHA512 (Plack-Middleware-Session-0.34.tar.gz) = 8ad53048c887324e3acbac6700c9a5487328b62b722e7a923db7f90ce58cb2312bf332c55904b759afa4750798fc1a8a7bc8384a0eddf4d66bb2a8d92fb9c22f
Size (Plack-Middleware-Session-0.34.tar.gz) = 28366 bytes

0 comments on commit 0bb2db1

Please sign in to comment.