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