From: wen heping Subject: [update]databases/p5-DBIx-Connector: update to 0.60 To: "acamari@verlet.org" , "ports@openbsd.org" Date: Tue, 29 Jul 2025 01:07:26 +0000 Hi, Here is a patch for databases/p5-DBIx-Connector to update to 0.60. It build well and pass all tests on my amd64-current system. Cheers ! wen Index: databases/p5-DBIx-Connector/Makefile =================================================================== RCS file: /cvs/ports/databases/p5-DBIx-Connector/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- databases/p5-DBIx-Connector/Makefile 17 Jul 2024 10:06:01 -0000 1.7 +++ databases/p5-DBIx-Connector/Makefile 29 Jul 2025 01:04:54 -0000 @@ -2,7 +2,7 @@ COMMENT = fast, safe DBI connection and MODULES = cpan PKG_ARCH = * -DISTNAME = DBIx-Connector-0.59 +DISTNAME = DBIx-Connector-0.60 CATEGORIES = databases CPAN_AUTHOR = ARISTOTLE @@ -11,7 +11,7 @@ MAINTAINER = Abel Abraham Camarillo Oje # Artistic PERMIT_PACKAGE = Yes -RUN_DEPENDS = databases/p5-DBI>=1.605 +RUN_DEPENDS = databases/p5-DBI>=1.614 TEST_DEPENDS = devel/p5-Test-MockModule>=0.05 CONFIGURE_STYLE = perl Index: databases/p5-DBIx-Connector/distinfo =================================================================== RCS file: /cvs/ports/databases/p5-DBIx-Connector/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- databases/p5-DBIx-Connector/distinfo 17 Jul 2024 10:06:01 -0000 1.3 +++ databases/p5-DBIx-Connector/distinfo 29 Jul 2025 01:04:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBIx-Connector-0.59.tar.gz) = eCmU8T9JVVhAU4SU+EBrC/JVj1M8zahsjSuV4jAQh/Q= -SIZE (DBIx-Connector-0.59.tar.gz) = 38205 +SHA256 (DBIx-Connector-0.60.tar.gz) = 6ngxN8VLYM6sBM5aqWJCeyEgnlWTFl7H0d3ny+XSN7Q= +SIZE (DBIx-Connector-0.60.tar.gz) = 38508 Index: databases/p5-DBIx-Connector/pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/p5-DBIx-Connector/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- databases/p5-DBIx-Connector/pkg/PLIST 11 Mar 2022 18:31:30 -0000 1.3 +++ databases/p5-DBIx-Connector/pkg/PLIST 29 Jul 2025 01:04:54 -0000 @@ -5,6 +5,7 @@ ${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/MariaDB.pm ${P5SITE}/DBIx/Connector/Driver/Oracle.pm ${P5SITE}/DBIx/Connector/Driver/Pg.pm ${P5SITE}/DBIx/Connector/Driver/SQLite.pm @@ -13,6 +14,7 @@ ${P5SITE}/DBIx/Connector/Driver/mysql.pm @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::MariaDB.3p @man man/man3p/DBIx::Connector::Driver::Oracle.3p @man man/man3p/DBIx::Connector::Driver::Pg.3p @man man/man3p/DBIx::Connector::Driver::SQLite.3p