Hi, all:

    Here is a patch for databases/p5-Mojo-Pg:
    i) Update to 4.26
    ii) Update DEPENDS
    It build well and pass all tests on amd64-current system.
    No other ports depend on it.

Comments?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    16 Mar 2021 02:56:11 -0000      1.11
+++ Makefile    10 Sep 2021 07:38:33 -0000
@@ -4,7 +4,7 @@ COMMENT =               dbd-pg wrapper for mojoliciou
 
 MODULES =              cpan databases/postgresql
 PKG_ARCH =             *
-DISTNAME =             Mojo-Pg-4.24
+DISTNAME =             Mojo-Pg-4.26
 CPAN_AUTHOR =          SRI
 CATEGORIES =           databases
 MAINTAINER =           Abel Abraham Camarillo Ojeda <acam...@verlet.org>
@@ -14,7 +14,8 @@ PERMIT_PACKAGE =      Yes
 
 RUN_DEPENDS =          databases/p5-DBD-Pg>=3.7.4 \
                        databases/p5-SQL-Abstract>=1.86 \
-                       www/p5-Mojo>=8.03
+                       databases/p5-SQL-Abstract-Pg>=1.0 \
+                       www/p5-Mojo>=8.50
 
 TEST_DEPENDS =         devel/p5-Test-Deep
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    16 Mar 2021 02:56:11 -0000      1.7
+++ distinfo    10 Sep 2021 07:38:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mojo-Pg-4.24.tar.gz) = YtUTGFidoNy5e8eJcKZ1ZVjwZK5N+KltpI08lDejSHY=
-SIZE (Mojo-Pg-4.24.tar.gz) = 39819
+SHA256 (Mojo-Pg-4.26.tar.gz) = MGGayqhB5d6h6xw14qWLrf+KCph98O/FNgAQNGdye8U=
+SIZE (Mojo-Pg-4.26.tar.gz) = 35481
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/p5-Mojo-Pg/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Mar 2019 21:58:17 -0000       1.2
+++ pkg/PLIST   10 Sep 2021 07:38:33 -0000
@@ -6,11 +6,9 @@ ${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

Reply via email to