Skip to content

Commit

Permalink
(www/p5-Plack-Middleware-Session) Updated from 0.30 to 0.33
Browse files Browse the repository at this point in the history
0.33  2019-03-09 15:18:15 PST
        - Removed dependency to Digest::SHA1 #45
        - Added explicit dep to HTTP::Request::Common #44
        - Add t/lib to INC for Perl 5.26+
        - Fix POD link

0.32  2019-02-26 14:36:19 MST
        - Fix dependency for Cookie::Baker

0.31  2019-02-26 12:01:00 MST
        - Documentation fix
        - Support samesite cookie attributes #42
  • Loading branch information
mef committed Nov 20, 2019
1 parent 5b870f9 commit 58e82c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 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.20 2019/11/04 22:10:08 rillig Exp $
# $NetBSD: Makefile,v 1.21 2019/11/20 12:16:56 mef Exp $

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

Expand All @@ -16,13 +15,13 @@ PERL5_PACKLIST= auto/Plack/Middleware/Session/.packlist

PERL5_MODULE_TYPE= Module::Build::Tiny

DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Plack>=0.9910:../../www/p5-Plack
DEPENDS+= p5-Cookie-Baker>=0:../../www/p5-Cookie-Baker

BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions www/p5-Plack-Middleware-Session/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2016/02/02 12:11:13 mef Exp $
$NetBSD: distinfo,v 1.8 2019/11/20 12:16:56 mef Exp $

SHA1 (Plack-Middleware-Session-0.30.tar.gz) = 23432326a3bd05d360fa9ca627d8153b4ca4d372
RMD160 (Plack-Middleware-Session-0.30.tar.gz) = d58234329af2a99732be2c62822cc852a5b13f60
SHA512 (Plack-Middleware-Session-0.30.tar.gz) = 9de810768096b51e644e2594202b03e681449e8125b74deeeb4363791e22f84498df90b5717495573dea60e907f432f32f8d42c7b335a6c98f8c44df7f96b2e5
Size (Plack-Middleware-Session-0.30.tar.gz) = 27006 bytes
SHA1 (Plack-Middleware-Session-0.33.tar.gz) = 0744026f1f0bf4763f6393dafe254f356a2c070b
RMD160 (Plack-Middleware-Session-0.33.tar.gz) = 79112a676caa99702fe75c6a7b649a862d912568
SHA512 (Plack-Middleware-Session-0.33.tar.gz) = 73356b2042b29491071f6f719dbb2fbc5772fdbceb72ea4a0a7a68db5622c3b0472e8fe55bcd81073e78655ba6e68401d3ade98a9b58fca92635f6aef4ae6b1f
Size (Plack-Middleware-Session-0.33.tar.gz) = 27569 bytes

0 comments on commit 58e82c2

Please sign in to comment.