On Thu (21/02/19), Andrew Hewus Fresh wrote: > 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.
Hello, since p5-Mojo is now updated in the tree I guess this one should go in, as well. Here is a new diff with fixed RUN_DEPENDS and CPAN_AUTHOR line removed. 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 4 Mar 2019 08:05:21 -0000 @@ -4,17 +4,16 @@ 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]> #Perl 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.86 \ + www/p5-Mojo>=8.03 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 4 Mar 2019 08:05:21 -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 4 Mar 2019 08:05:21 -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
