On Thu, Feb 21, 2019 at 11:46:59AM +0200, Manolis Tzanidakis wrote:
> Hello ports,
> here is an update for databases/p5-Mojo-Pg to 4.13.
> 
> This version requires a newer version of databases/p5-SQL-Abstract than
> the one currently in the tree. A diff to update p5-SQL-Abstract was
> sent on another email to the list.

It looks like it actually wants Mojo 8.03 before tests will pass, and
with that change it seems to pass.

https://metacpan.org/source/SRI/Mojo-Pg-4.13/META.yml

So this is OK afresh1@ with the updated RUN_DEPENDS and after the
p5-Mojo update gets committed.

I don't recall if we were waiting on a new p5-Mojo patch with an updated
MAINTAINER.



> All tests successful.
> Files=10, Tests=328,  9 wallclock secs ( 0.10 usr  0.07 sys +  4.31 cusr
> 1.16 csys =  5.64 CPU)
> Result: PASS
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  20 Mar 2016 19:56:11 -0000      1.3
> +++ Makefile  21 Feb 2019 09:40:18 -0000
> @@ -4,7 +4,7 @@ COMMENT =             dbd-pg wrapper for mojoliciou
>  
>  MODULES =            cpan databases/postgresql
>  PKG_ARCH =           *
> -DISTNAME =           Mojo-Pg-2.17
> +DISTNAME =           Mojo-Pg-4.13
>  CATEGORIES =         databases
>  MAINTAINER =         Abel Abraham Camarillo Ojeda <[email protected]>
>  
> @@ -14,7 +14,8 @@ PERMIT_PACKAGE_CDROM =      Yes
>  CPAN_AUTHOR =                SRI
>  
>  RUN_DEPENDS =                databases/p5-DBD-Pg>=3.5.1 \
> -                     www/p5-Mojo>=6
> +                     databases/p5-SQL-Abstract>=1.84 \
> +                     www/p5-Mojo>=7.15 \
>  
>  MODPOSTGRESQL_TEST_DBNAME =  testdb
>  TEST_FLAGS =         TEST_ONLINE=postgresql:///${MODPOSTGRESQL_TEST_DBNAME}
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo  7 Jan 2016 09:00:03 -0000       1.2
> +++ distinfo  21 Feb 2019 09:40:18 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Mojo-Pg-2.17.tar.gz) = MEynT/6H1qhQaQv4pvRYWJ4OXZI0R2twKJt+Y1BIGQU=
> -SIZE (Mojo-Pg-2.17.tar.gz) = 24660
> +SHA256 (Mojo-Pg-4.13.tar.gz) = XtLcqkdCMqqUg3oFQHY9IRdt5W6WaFEut7UtApfwCKA=
> +SIZE (Mojo-Pg-4.13.tar.gz) = 37795
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/databases/p5-Mojo-Pg/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST 30 Oct 2015 16:52:04 -0000      1.1.1.1
> +++ pkg/PLIST 21 Feb 2019 09:40:18 -0000
> @@ -6,9 +6,11 @@ ${P5SITE}/Mojo/Pg/Migrations.pm
>  ${P5SITE}/Mojo/Pg/PubSub.pm
>  ${P5SITE}/Mojo/Pg/Results.pm
>  ${P5SITE}/Mojo/Pg/Transaction.pm
> +${P5SITE}/SQL/Abstract/Pg.pm
>  @man man/man3p/Mojo::Pg.3p
>  @man man/man3p/Mojo::Pg::Database.3p
>  @man man/man3p/Mojo::Pg::Migrations.3p
>  @man man/man3p/Mojo::Pg::PubSub.3p
>  @man man/man3p/Mojo::Pg::Results.3p
>  @man man/man3p/Mojo::Pg::Transaction.3p
> +@man man/man3p/SQL::Abstract::Pg.3p
> 

-- 
andrew - http://afresh1.com

I'd stop being mean if they'd stop being stupid.....
                      -- Stephen Mynhier

Reply via email to