Skip to content

Commit

Permalink
(pkgsrc)
Browse files Browse the repository at this point in the history
 - Add BUILD_DEPENDS+= p5-Test-Fatal for make test
(upstream)
 - Update 0.25 to 0.30
   -------------------
0.30  2015-03-02 10:24:38 PST
 - Fix VERSION

0.29  2015-02-17 15:56:25 PST
 - Moved repo to the plack organization on github

0.28  2015-02-16 08:30:08 PST
 - Same as 0.27. Make it non-trial

0.27  2015-02-13 16:52:11 PST
 - Added late_store in psgix.session.options to update the
   session after the streaming and reverts the default
   behavior to pre-0.26 (reported by darkkar, fixed by alexmv)
   #29, #30

0.26  2015-02-03 09:17:38 CET
 - Improved documentation (oalders, basiliscos, Mohammad Anwar, alexmv)
 - Session storage is now updated in the cleanup phase, after
   the streaming is complete (alexmv) #28
  • Loading branch information
mef committed Feb 2, 2016
1 parent d9151d9 commit b8d86cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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.13 2015/07/12 18:56:36 wiz Exp $
# $NetBSD: Makefile,v 1.14 2016/02/02 12:11:13 mef Exp $

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

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

PERL5_MODULE_TYPE= Module::Build::Tiny

BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
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

.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.6 2015/11/04 02:47:17 agc Exp $
$NetBSD: distinfo,v 1.7 2016/02/02 12:11:13 mef Exp $

SHA1 (Plack-Middleware-Session-0.25.tar.gz) = a161b2cdb7bd25e7c3bbfdaa7bb49530a8dffd30
RMD160 (Plack-Middleware-Session-0.25.tar.gz) = f41c71de15cfaaa79cca5cd8b2d54ec9b20adb54
SHA512 (Plack-Middleware-Session-0.25.tar.gz) = 1cbba277857127a0f2b2ae079a2c96768b6e997dff97430bbaf403ed85ab008276763a2c14851c14985741ef1b9bcfe28c6079e34d3b5c69824d55886fa4d8e0
Size (Plack-Middleware-Session-0.25.tar.gz) = 24555 bytes
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

0 comments on commit b8d86cc

Please sign in to comment.