Re: [Update] databases/p5-Mojo-Pg : Update to 4.22

2020-12-29 Thread Abel Abraham Camarillo Ojeda
On Tuesday, December 29, 2020, wen heping  wrote:

> Hi,
>
>Here is a patch for databases/p5-Mojo-Pg to update to 4.22.
>It build well , pass all tests but one failed on amd64-current system.
>
>   migrations.t failed because it require Mojo>8.50 while we have 8.22
> in portstree, I shall submit the patch to update Mojo later.
>
>No other ports depends on databases/p5-Mojo-Pg.
>
>
> Cheers !
> wen
>

Looks ok to me, have nice holidays ~


[Update] databases/p5-Mojo-Pg : Update to 4.22

2020-12-29 Thread wen heping
Hi,

   Here is a patch for databases/p5-Mojo-Pg to update to 4.22.
   It build well , pass all tests but one failed on amd64-current system.

  migrations.t failed because it require Mojo>8.50 while we have 8.22
in portstree, I shall submit the patch to update Mojo later.

   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.9
diff -u -p -r1.9 Makefile
--- Makefile17 Sep 2020 02:15:08 -  1.9
+++ Makefile30 Dec 2020 00:28:56 -
@@ -4,7 +4,7 @@ COMMENT =   dbd-pg wrapper for mojoliciou
 
 MODULES =  cpan databases/postgresql
 PKG_ARCH = *
-DISTNAME = Mojo-Pg-4.19
+DISTNAME = Mojo-Pg-4.22
 CPAN_AUTHOR =  SRI
 CATEGORIES =   databases
 MAINTAINER =   Abel Abraham Camarillo Ojeda 
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo17 Sep 2020 02:15:08 -  1.5
+++ distinfo30 Dec 2020 00:28:56 -
@@ -1,2 +1,2 @@
-SHA256 (Mojo-Pg-4.19.tar.gz) = UGHq3d21LJ2vLLw0uyHprupq5Yoid1/fH/p0eQXryZI=
-SIZE (Mojo-Pg-4.19.tar.gz) = 38263
+SHA256 (Mojo-Pg-4.22.tar.gz) = 2R4Ux+/zmwhTYBmqdhE3LCe5X5+Z4NR5snFEU+dwQ4c=
+SIZE (Mojo-Pg-4.22.tar.gz) = 39764


Re: [Update] databases/p5-Mojo-Pg : Update to 4.19

2020-09-05 Thread Abel Abraham Camarillo Ojeda
On Saturday, September 5, 2020, wen heping 
wrote:

> 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
>

Hi Wen,

Diff looks ok to me, no time to test right now

Thanks


[Update] databases/p5-Mojo-Pg : Update to 4.19

2020-09-05 Thread wen heping
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
--- Makefile3 Jul 2020 21:44:37 -   1.8
+++ Makefile6 Sep 2020 01:46:23 -
@@ -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 
-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
--- distinfo30 Aug 2019 19:54:47 -  1.4
+++ distinfo6 Sep 2020 01:46:23 -
@@ -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


Re: [Update] databases/p5-Mojo-Pg : Update to 4.15

2019-08-30 Thread Abel Abraham Camarillo Ojeda
On Fri, Aug 30, 2019 at 2:22 PM Charlene Wendling 
wrote:

> Hi,
>
> On Fri, 30 Aug 2019 13:32:52 -0500
> Abel Abraham Camarillo Ojeda wrote:
>
> > On Friday, August 30, 2019, wen heping 
> > wrote:
> >
> > > Hi,
> > >
> > >Here is a patch for databases/p5-Mojo-Pg:
> > > i) Update to 4.15
> > > ii) Fix LICENSE to artistic 2.0
> > >
> >
> > Hi Wen,
> >
> > I think that perl implied artistic 2.0, is that on longer true? (Or
> > has it never been true? )
>
> It's true, but artistic 2.0 per se does not imply Perl as a license
> marker (may it be for CPAN or for us).
>
> Perl is distributed under either the GPL or Artistic 2.0 [0], and only
> modules mentioning the dual licensing, or the famous "under the same
> terms as Perl itself" should have the Perl license marker.
>
> Mojo-Pg is released only under the term of the Artistic 2.0 license
> [1], so the fix is real.
>

You are correct. OK maintaner

thanks


>
> OK cwen@
>
>
> [0] https://dev.perl.org/licenses/
> [1] https://metacpan.org/pod/Mojo::Pg#COPYRIGHT-AND-LICENSE
>
>


Re: [Update] databases/p5-Mojo-Pg : Update to 4.15

2019-08-30 Thread Charlene Wendling
Hi,

On Fri, 30 Aug 2019 13:32:52 -0500
Abel Abraham Camarillo Ojeda wrote:

> On Friday, August 30, 2019, wen heping 
> wrote:
> 
> > Hi,
> >
> >Here is a patch for databases/p5-Mojo-Pg:
> > i) Update to 4.15
> > ii) Fix LICENSE to artistic 2.0
> >
> 
> Hi Wen,
> 
> I think that perl implied artistic 2.0, is that on longer true? (Or
> has it never been true? )

It's true, but artistic 2.0 per se does not imply Perl as a license
marker (may it be for CPAN or for us).

Perl is distributed under either the GPL or Artistic 2.0 [0], and only
modules mentioning the dual licensing, or the famous "under the same
terms as Perl itself" should have the Perl license marker.

Mojo-Pg is released only under the term of the Artistic 2.0 license
[1], so the fix is real.


OK cwen@


[0] https://dev.perl.org/licenses/
[1] https://metacpan.org/pod/Mojo::Pg#COPYRIGHT-AND-LICENSE



Re: [Update] databases/p5-Mojo-Pg : Update to 4.15

2019-08-30 Thread Abel Abraham Camarillo Ojeda
On Friday, August 30, 2019, wen heping  wrote:

> Hi,
>
>Here is a patch for databases/p5-Mojo-Pg:
> i) Update to 4.15
> ii) Fix LICENSE to artistic 2.0
>

Hi Wen,

I think that perl implied artistic 2.0, is that on longer true? (Or has it
never been true? )

Apart from that reads ok to me.

Regards


> 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
>


[Update] databases/p5-Mojo-Pg : Update to 4.15

2019-08-30 Thread wen heping
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
--- Makefile12 Jul 2019 20:43:57 -  1.6
+++ Makefile30 Aug 2019 15:37:13 -
@@ -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 
 
-#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 
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo5 Mar 2019 21:58:17 -   1.3
+++ distinfo30 Aug 2019 15:37:13 -
@@ -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


Re: [UPDATE] databases/p5-Mojo-Pg to 4.13

2019-03-04 Thread Manolis Tzanidakis
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
--- Makefile20 Mar 2016 19:56:11 -  1.3
+++ Makefile4 Mar 2019 08:05:21 -
@@ -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 
 
 #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
--- distinfo7 Jan 2016 09:00:03 -   1.2
+++ distinfo4 Mar 2019 08:05:21 -
@@ -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 -  1.1.1.1
+++ pkg/PLIST   4 Mar 2019 08:05:21 -
@@ -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



Re: [UPDATE] databases/p5-Mojo-Pg to 4.13

2019-02-21 Thread Andrew Hewus Fresh
On Thu, Feb 21, 2019 at 11:46:59AM +0200, Manolis Tzanidakis wrote:
> Hello ports,
> here is an update for databases/p5-Mojo-Pg to 4.13.
> 
> This version requires a newer version of databases/p5-SQL-Abstract than
> the one currently in the tree. A diff to update p5-SQL-Abstract was
> sent on another email to the list.

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.



> All tests successful.
> Files=10, Tests=328,  9 wallclock secs ( 0.10 usr  0.07 sys +  4.31 cusr
> 1.16 csys =  5.64 CPU)
> Result: PASS
> 
> 
> 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 -  1.3
> +++ Makefile  21 Feb 2019 09:40:18 -
> @@ -4,7 +4,7 @@ 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 
>  
> @@ -14,7 +14,8 @@ 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.84 \
> + www/p5-Mojo>=7.15 \
>  
>  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 -   1.2
> +++ distinfo  21 Feb 2019 09:40:18 -
> @@ -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 -  1.1.1.1
> +++ pkg/PLIST 21 Feb 2019 09:40:18 -
> @@ -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
> 

-- 
andrew - http://afresh1.com

I'd stop being mean if they'd stop being stupid.
  -- Stephen Mynhier



Re: [UPDATE] databases/p5-Mojo-Pg to 4.13

2019-02-21 Thread Abel Abraham Camarillo Ojeda
On Thursday, February 21, 2019, Manolis Tzanidakis 
wrote:

> Hello ports,
> here is an update for databases/p5-Mojo-Pg to 4.13.
>
> This version requires a newer version of databases/p5-SQL-Abstract than
> the one currently in the tree. A diff to update p5-SQL-Abstract was
> sent on another email to the list.
>
> All tests successful.
> Files=10, Tests=328,  9 wallclock secs ( 0.10 usr  0.07 sys +  4.31 cusr
> 1.16 csys =  5.64 CPU)
> Result: PASS
>
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile20 Mar 2016 19:56:11 -  1.3
> +++ Makefile21 Feb 2019 09:40:18 -
> @@ -4,7 +4,7 @@ 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 
>
> @@ -14,7 +14,8 @@ 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.84 \
> +   www/p5-Mojo>=7.15 \
>
>  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
> --- distinfo7 Jan 2016 09:00:03 -   1.2
> +++ distinfo21 Feb 2019 09:40:18 -
> @@ -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) = XtLcqkdCMqqUg3oFQHY9IRdt5W6WaF
> Eut7UtApfwCKA=
> +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 -  1.1.1.1
> +++ pkg/PLIST   21 Feb 2019 09:40:18 -
> @@ -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
>
>
diff looks good to me


[UPDATE] databases/p5-Mojo-Pg to 4.13

2019-02-21 Thread Manolis Tzanidakis
Hello ports,
here is an update for databases/p5-Mojo-Pg to 4.13.

This version requires a newer version of databases/p5-SQL-Abstract than
the one currently in the tree. A diff to update p5-SQL-Abstract was
sent on another email to the list.

All tests successful.
Files=10, Tests=328,  9 wallclock secs ( 0.10 usr  0.07 sys +  4.31 cusr
1.16 csys =  5.64 CPU)
Result: PASS


Index: Makefile
===
RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile20 Mar 2016 19:56:11 -  1.3
+++ Makefile21 Feb 2019 09:40:18 -
@@ -4,7 +4,7 @@ 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 
 
@@ -14,7 +14,8 @@ 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.84 \
+   www/p5-Mojo>=7.15 \
 
 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
--- distinfo7 Jan 2016 09:00:03 -   1.2
+++ distinfo21 Feb 2019 09:40:18 -
@@ -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 -  1.1.1.1
+++ pkg/PLIST   21 Feb 2019 09:40:18 -
@@ -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



update: databases/p5-Mojo-Pg

2016-01-07 Thread Abel Abraham Camarillo Ojeda
hi ports

updates from 2.14 to 2.17

make test ok on amd64

comments?

patch attached

thanks
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-Mojo-Pg/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile	30 Oct 2015 16:52:04 -	1.1.1.1
+++ Makefile	7 Jan 2016 08:18:34 -
@@ -3,7 +3,7 @@
 COMMENT =		dbd-pg wrapper for mojolicious
 
 MODULES =		cpan databases/postgresql
-DISTNAME =		Mojo-Pg-2.14
+DISTNAME =		Mojo-Pg-2.17
 CATEGORIES =		databases
 MAINTAINER =		Abel Abraham Camarillo Ojeda 
 
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Mojo-Pg/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	30 Oct 2015 16:52:04 -	1.1.1.1
+++ distinfo	7 Jan 2016 08:18:34 -
@@ -1,2 +1,2 @@
-SHA256 (Mojo-Pg-2.14.tar.gz) = ubzrM0QjVJKak/JUVIyARL+CCioS5aSeeyYzWya8ZeE=
-SIZE (Mojo-Pg-2.14.tar.gz) = 24146
+SHA256 (Mojo-Pg-2.17.tar.gz) = MEynT/6H1qhQaQv4pvRYWJ4OXZI0R2twKJt+Y1BIGQU=
+SIZE (Mojo-Pg-2.17.tar.gz) = 24660