Update to p5-MojoX-Session-0.23.
This commit is contained in:
parent
be09769484
commit
a7df20e149
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/03/20 11:50:06 landry Exp $
|
||||
|
||||
COMMENT = session management for Mojo
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = MojoX-Session-0.10
|
||||
REVISION = 0
|
||||
DISTNAME = MojoX-Session-0.23
|
||||
CATEGORIES = www
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (MojoX-Session-0.10.tar.gz) = ZOtA4SSBWC8dKC4FZFKtkw==
|
||||
RMD160 (MojoX-Session-0.10.tar.gz) = w40VmKJGAcjUpgROxCBVHPwDGZw=
|
||||
SHA1 (MojoX-Session-0.10.tar.gz) = qTWCeK2NgTE1m9jBqCRFrem4POc=
|
||||
SHA256 (MojoX-Session-0.10.tar.gz) = L/h8NbKSYUJJAodxpLp7eXY/PtRgHCfT4kervq+viWo=
|
||||
SIZE (MojoX-Session-0.10.tar.gz) = 8648
|
||||
MD5 (MojoX-Session-0.23.tar.gz) = cUp7dgV1toL3IhAWZ8mTLA==
|
||||
RMD160 (MojoX-Session-0.23.tar.gz) = wStqYakEnVjcmAL6ldEBOiO72j4=
|
||||
SHA1 (MojoX-Session-0.23.tar.gz) = lVsetVIj+4+LQPX2BvBbHCVPRLc=
|
||||
SHA256 (MojoX-Session-0.23.tar.gz) = gjedYLh4Z7F6VR1utY/wi3K2OXtcmS7Kqz8rRVbsSdA=
|
||||
SIZE (MojoX-Session-0.23.tar.gz) = 13335
|
||||
|
@ -1,16 +1,21 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/12 23:44:40 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/03/20 11:50:06 landry Exp $
|
||||
${P5SITE}/MojoX/
|
||||
${P5SITE}/MojoX/Session/
|
||||
${P5SITE}/MojoX/Session.pm
|
||||
${P5SITE}/MojoX/Session/Store/
|
||||
${P5SITE}/MojoX/Session/Store.pm
|
||||
${P5SITE}/MojoX/Session/Store/DBI.pm
|
||||
${P5SITE}/MojoX/Session/Store/DBIC.pm
|
||||
${P5SITE}/MojoX/Session/Store/AsyncOrm.pm
|
||||
${P5SITE}/MojoX/Session/Store/Couchdb.pm
|
||||
${P5SITE}/MojoX/Session/Store/Dbi.pm
|
||||
${P5SITE}/MojoX/Session/Store/Dbic.pm
|
||||
${P5SITE}/MojoX/Session/Transport/
|
||||
${P5SITE}/MojoX/Session/Transport.pm
|
||||
${P5SITE}/MojoX/Session/Transport/Cookie.pm
|
||||
${P5SITE}/Mojolicious/Plugin/Session.pm
|
||||
@man man/man3p/MojoX::Session.3p
|
||||
@man man/man3p/MojoX::Session::Store.3p
|
||||
@man man/man3p/MojoX::Session::Store::DBI.3p
|
||||
@man man/man3p/MojoX::Session::Store::DBIC.3p
|
||||
@man man/man3p/MojoX::Session::Store::Dbi.3p
|
||||
@man man/man3p/MojoX::Session::Store::Dbic.3p
|
||||
@man man/man3p/MojoX::Session::Transport.3p
|
||||
@man man/man3p/MojoX::Session::Transport::Cookie.3p
|
||||
@man man/man3p/Mojolicious::Plugin::Session.3p
|
||||
|
Loading…
Reference in New Issue
Block a user