Works ok for me, tested in sparc64.

On Tue, Jan 7, 2014 at 5:19 PM, Remi Locherer <[email protected]> wrote:
> This update of www/p5-MojoX-Session is required for the
> www/p5-Mojolicious update. It's a followup of a patch sent by jim@
> couple months ago.
>
> Remi
>
>
> cvs diff: Diffing .
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/p5-MojoX-Session/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile    11 Mar 2013 11:44:46 -0000      1.7
> +++ Makefile    7 Jan 2014 12:22:09 -0000
> @@ -3,7 +3,7 @@
>  COMMENT =      session management for Mojo
>
>  MODULES =      cpan
> -DISTNAME =     MojoX-Session-0.25
> +DISTNAME =     MojoX-Session-0.31
>  CATEGORIES =   www
>
>  # Perl
> @@ -11,9 +11,9 @@ PERMIT_PACKAGE_CDROM =                Yes
>
>  CPAN_AUTHOR =  VTI
>
> -RUN_DEPENDS =  security/p5-Digest-SHA1 \
> -               www/p5-Mojo
> +RUN_DEPENDS =  www/p5-Mojo
>
> -MAKE_ENV +=    TEST_POD=1
> +TEST_DEPENDS+= databases/p5-DBD-SQLite \
> +               databases/p5-DBIx-Class-Schema-Loader
>
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/p5-MojoX-Session/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo    10 Apr 2012 12:56:40 -0000      1.3
> +++ distinfo    7 Jan 2014 12:23:05 -0000
> @@ -1,5 +1,2 @@
> -MD5 (MojoX-Session-0.25.tar.gz) = G8obh2L8Q2+YySEsYA2Wmg==
> -RMD160 (MojoX-Session-0.25.tar.gz) = BeLMipWDYeQ5Wjw+gZsCkPC3tWg=
> -SHA1 (MojoX-Session-0.25.tar.gz) = KBBog5REkzzt3RjHiMSWHg+bZ5A=
> -SHA256 (MojoX-Session-0.25.tar.gz) = 
> CoGyri7/nWqxs5Z8lIH8TI6qgo0DmEvQCNqY1WAaLj8=
> -SIZE (MojoX-Session-0.25.tar.gz) = 13933
> +SHA256 (MojoX-Session-0.31.tar.gz) = 
> w0iaekuyQ9x4Ii5SM28PnkMS3yYgCQQQ+39BepITnRk=
> +SIZE (MojoX-Session-0.31.tar.gz) = 22077
> cvs diff: Diffing pkg
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/p5-MojoX-Session/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST   10 Apr 2012 12:56:40 -0000      1.3
> +++ pkg/PLIST   28 Sep 2013 13:03:37 -0000
> @@ -6,8 +6,6 @@ ${P5SITE}/MojoX/Session/Store/
>  ${P5SITE}/MojoX/Session/Store.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/Store/Dbi.pm
>  ${P5SITE}/MojoX/Session/Store/Dbic.pm
>  ${P5SITE}/MojoX/Session/Transport/
> @@ -16,8 +14,6 @@ ${P5SITE}/MojoX/Session/Transport/Cookie
>  ${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
>

Reply via email to