Hi, all:

    Here is a patch for databases/p5-SQL-Abstract to update to 2.000001.
    It build well and pass all tests on amd64-current system.
  
    Six ports depends on it. Five build well and pass all tests with this patch.
    I did not test audio/squeezecenter, it is too old and many tests failed
without this patch.

   It is required by the update of databases/p5-Mojo-Pg.

Comments?
wen 
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-SQL-Abstract/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    6 Dec 2020 20:56:23 -0000       1.17
+++ Makefile    10 Sep 2021 07:22:53 -0000
@@ -4,7 +4,7 @@ COMMENT =       generate SQL from Perl data st
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     SQL-Abstract-1.87
+DISTNAME =     SQL-Abstract-2.000001
 CATEGORIES =   databases
 
 MAINTAINER =   Andrew Hewus Fresh <afre...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-SQL-Abstract/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    6 Dec 2020 20:56:23 -0000       1.10
+++ distinfo    10 Sep 2021 07:22:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (SQL-Abstract-1.87.tar.gz) = 
6SagqD2n76GOV+WylSoqs7dWOlFzP8bdXInxIVZIHEo=
-SIZE (SQL-Abstract-1.87.tar.gz) = 104951
+SHA256 (SQL-Abstract-2.000001.tar.gz) = 
NaZCZiw0lCDUS+bg732HZep0PrEq0UOZqjojK7lObpo=
+SIZE (SQL-Abstract-2.000001.tar.gz) = 134560
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/p5-SQL-Abstract/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   11 Jul 2014 12:42:48 -0000      1.5
+++ pkg/PLIST   10 Sep 2021 07:22:53 -0000
@@ -1,15 +1,31 @@
 @comment $OpenBSD: PLIST,v 1.5 2014/07/11 12:42:48 afresh1 Exp $
 ${P5SITE}/DBIx/
 ${P5SITE}/DBIx/Class/
+${P5SITE}/DBIx/Class/SQLMaker/
+${P5SITE}/DBIx/Class/SQLMaker/Role/
+${P5SITE}/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm
 ${P5SITE}/DBIx/Class/Storage/
 ${P5SITE}/DBIx/Class/Storage/Debug/
 ${P5SITE}/DBIx/Class/Storage/Debug/PrettyPrint.pm
 ${P5SITE}/SQL/
 ${P5SITE}/SQL/Abstract/
 ${P5SITE}/SQL/Abstract.pm
+${P5SITE}/SQL/Abstract/Formatter.pm
+${P5SITE}/SQL/Abstract/Parts.pm
+${P5SITE}/SQL/Abstract/Plugin/
+${P5SITE}/SQL/Abstract/Plugin/BangOverrides.pm
+${P5SITE}/SQL/Abstract/Plugin/ExtraClauses.pm
+${P5SITE}/SQL/Abstract/Reference.pm
+${P5SITE}/SQL/Abstract/Role/
+${P5SITE}/SQL/Abstract/Role/Plugin.pm
 ${P5SITE}/SQL/Abstract/Test.pm
 ${P5SITE}/SQL/Abstract/Tree.pm
+@man man/man3p/DBIx::Class::SQLMaker::Role::SQLA2Passthrough.3p
 @man man/man3p/DBIx::Class::Storage::Debug::PrettyPrint.3p
 @man man/man3p/SQL::Abstract.3p
+@man man/man3p/SQL::Abstract::Plugin::BangOverrides.3p
+@man man/man3p/SQL::Abstract::Plugin::ExtraClauses.3p
+@man man/man3p/SQL::Abstract::Reference.3p
+@man man/man3p/SQL::Abstract::Role::Plugin.3p
 @man man/man3p/SQL::Abstract::Test.3p
 @man man/man3p/SQL::Abstract::Tree.3p

Reply via email to