Hi,

   Here is a patch for databases/p5-Mojo-Pg:
    i) Update to 4.15
    ii) Fix LICENSE to artistic 2.0
    iii) Add TEST_POD=yes to MAKE_ENV

   It build well and passed all tests on amd64-head system.
   No other ports depends on it.

Comments? OK?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    12 Jul 2019 20:43:57 -0000      1.6
+++ Makefile    30 Aug 2019 15:37:13 -0000
@@ -4,12 +4,12 @@ COMMENT =             dbd-pg wrapper for mojoliciou
 
 MODULES =              cpan databases/postgresql
 PKG_ARCH =             *
-DISTNAME =             Mojo-Pg-4.13
+DISTNAME =             Mojo-Pg-4.15
 CPAN_AUTHOR =          SRI
 CATEGORIES =           databases
 MAINTAINER =           Abel Abraham Camarillo Ojeda <[email protected]>
 
-#Perl
+# artistic 2.0
 PERMIT_PACKAGE =       Yes
 
 RUN_DEPENDS =          databases/p5-DBD-Pg>=3.5.1 \
@@ -18,5 +18,6 @@ RUN_DEPENDS =         databases/p5-DBD-Pg>=3.5.
 
 MODPOSTGRESQL_TEST_DBNAME =    testdb
 TEST_FLAGS =           TEST_ONLINE=postgresql:///${MODPOSTGRESQL_TEST_DBNAME}
+MAKE_ENV =             TEST_POD=yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    5 Mar 2019 21:58:17 -0000       1.3
+++ distinfo    30 Aug 2019 15:37:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (Mojo-Pg-4.13.tar.gz) = XtLcqkdCMqqUg3oFQHY9IRdt5W6WaFEut7UtApfwCKA=
-SIZE (Mojo-Pg-4.13.tar.gz) = 37795
+SHA256 (Mojo-Pg-4.15.tar.gz) = 77fp6knBJNdPOjxb+4mOdNrR7EEUB+Anj0jJJga6jLw=
+SIZE (Mojo-Pg-4.15.tar.gz) = 38104

Reply via email to