Hi, Here is a patch for databases/p5-Mojo-Pg: i) Update to 4.19 ii) Update DEPENDS as per upstream change It build well and pass all tests on amd64-current system. No other ports depends on databases/p5-Mojo-Pg.
Cheers ! wen
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 3 Jul 2020 21:44:37 -0000 1.8 +++ Makefile 6 Sep 2020 01:46:23 -0000 @@ -4,16 +4,15 @@ COMMENT = dbd-pg wrapper for mojoliciou MODULES = cpan databases/postgresql PKG_ARCH = * -DISTNAME = Mojo-Pg-4.15 +DISTNAME = Mojo-Pg-4.19 CPAN_AUTHOR = SRI CATEGORIES = databases MAINTAINER = Abel Abraham Camarillo Ojeda <[email protected]> -REVISION = 0 # artistic 2.0 PERMIT_PACKAGE = Yes -RUN_DEPENDS = databases/p5-DBD-Pg>=3.5.1 \ +RUN_DEPENDS = databases/p5-DBD-Pg>=3.7.4 \ databases/p5-SQL-Abstract>=1.86 \ www/p5-Mojo>=8.03 Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 30 Aug 2019 19:54:47 -0000 1.4 +++ distinfo 6 Sep 2020 01:46:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (Mojo-Pg-4.15.tar.gz) = 77fp6knBJNdPOjxb+4mOdNrR7EEUB+Anj0jJJga6jLw= -SIZE (Mojo-Pg-4.15.tar.gz) = 38104 +SHA256 (Mojo-Pg-4.19.tar.gz) = UGHq3d21LJ2vLLw0uyHprupq5Yoid1/fH/p0eQXryZI= +SIZE (Mojo-Pg-4.19.tar.gz) = 38263
