Re: [Update] databases/p5-DBIx-Connector : Update to 0.56

2019-07-22 Thread Abel Abraham Camarillo Ojeda
On Monday, July 22, 2019, wen heping  wrote:

> Hi,
>
>Here is a patch for databases/p5-DBIx-Connector:
>    i) Update to 0.56
>ii) Remove p5-Test-Pod and p5-Test-Pod-Coverage from
> TEST_DEPENDS, because there is no pod tests in this version.
>iii) Change p5-Test-MockModule from BUILD_DEPENDS to TEST_DEPENDS.
>
>It build well and passed all tests on amd64-head system.
>No other ports depends on it.
>
> Comments? OK?
>

Looks good to me OK

> wen
>


[Update] databases/p5-DBIx-Connector : Update to 0.56

2019-07-22 Thread wen heping
Hi,

   Here is a patch for databases/p5-DBIx-Connector:
   i) Update to 0.56
   ii) Remove p5-Test-Pod and p5-Test-Pod-Coverage from
TEST_DEPENDS, because there is no pod tests in this version.
   iii) Change p5-Test-MockModule from BUILD_DEPENDS to TEST_DEPENDS.

   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-DBIx-Connector/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile12 Jul 2019 20:43:56 -  1.3
+++ Makefile22 Jul 2019 08:44:04 -
@@ -4,7 +4,7 @@ COMMENT =   fast, safe DBI connection and
 
 MODULES =  cpan
 PKG_ARCH = *
-DISTNAME = DBIx-Connector-0.53
+DISTNAME = DBIx-Connector-0.56
 CATEGORIES =   databases
 CPAN_AUTHOR =  DWHEELER
 
@@ -13,10 +13,8 @@ MAINTAINER = Abel Abraham Camarillo Oje
 # Artistic
 PERMIT_PACKAGE =   Yes
 
-BUILD_DEPENDS =devel/p5-Test-MockModule>=0.05
 RUN_DEPENDS =  databases/p5-DBI>=1.605
-TEST_DEPENDS = devel/p5-Test-Pod>=1.41 \
-   devel/p5-Test-Pod-Coverage>=1.06
+TEST_DEPENDS = devel/p5-Test-MockModule>=0.05
 
 CONFIGURE_STYLE =  perl modbuild
 
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-DBIx-Connector/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo18 Mar 2014 09:09:03 -  1.1.1.1
+++ distinfo22 Jul 2019 08:44:04 -
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Connector-0.53.tar.gz) = 
PEr5/tmgmoQ4qa6ktIK2EClG9xnEv13g+gbbfFJcGKU=
-SIZE (DBIx-Connector-0.53.tar.gz) = 35777
+SHA256 (DBIx-Connector-0.56.tar.gz) = 
V8CNLBlRSGy5XPuD9Rj0YqPb8g01Pz7uT0avRPoZw1k=
+SIZE (DBIx-Connector-0.56.tar.gz) = 36770
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/p5-DBIx-Connector/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   18 Mar 2014 09:09:03 -  1.1.1.1
+++ pkg/PLIST   22 Jul 2019 08:44:04 -
@@ -4,6 +4,7 @@ ${P5SITE}/DBIx/Connector/
 ${P5SITE}/DBIx/Connector.pm
 ${P5SITE}/DBIx/Connector/Driver/
 ${P5SITE}/DBIx/Connector/Driver.pm
+${P5SITE}/DBIx/Connector/Driver/Firebird.pm
 ${P5SITE}/DBIx/Connector/Driver/MSSQL.pm
 ${P5SITE}/DBIx/Connector/Driver/Oracle.pm
 ${P5SITE}/DBIx/Connector/Driver/Pg.pm
@@ -11,6 +12,7 @@ ${P5SITE}/DBIx/Connector/Driver/SQLite.p
 ${P5SITE}/DBIx/Connector/Driver/mysql.pm
 @man man/man3p/DBIx::Connector.3p
 @man man/man3p/DBIx::Connector::Driver.3p
+@man man/man3p/DBIx::Connector::Driver::Firebird.3p
 @man man/man3p/DBIx::Connector::Driver::MSSQL.3p
 @man man/man3p/DBIx::Connector::Driver::Oracle.3p
 @man man/man3p/DBIx::Connector::Driver::Pg.3p