Hi, all:
Here is a patch for databases/p5-DBIx-Class to update 0.082842.
It build well and run well. 2 tests failed in total of 314 tests.(while
currently
there are 7 tests failed in total 308 tests)
There are 16 ports depends on databases/p5-DBIx-Class, 2 of them build but
failed tests, others build well and pass all tests :
1) audio/squeezecenter: Actually I did not test it, because in my memory,
the version of squeezecenter is too old and there are many tests failed.
2) security/p5-Catalyst-Plugin-Authentication-Store-DBIC: also its test
failure
is caused by the deprecation version of Catalyst. And this port could be removed
after we update Catalyst.
One new port should be added before this patch:
databases/p5-SQL-Abstract-Classic,
which I submitted yesterday.
Cheers !
wen
Index: databases/p5-DBIx-Class/Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBIx-Class/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- databases/p5-DBIx-Class/Makefile 3 Jul 2020 21:44:36 -0000 1.25
+++ databases/p5-DBIx-Class/Makefile 27 Jul 2020 07:44:32 -0000
@@ -4,9 +4,8 @@ COMMENT = extensible and flexible object
MODULES = cpan databases/postgresql databases/mariadb
PKG_ARCH = *
-DISTNAME = DBIx-Class-0.082820
+DISTNAME = DBIx-Class-0.082842
CATEGORIES = databases devel
-REVISION = 2
MAINTAINER = Andrew Fresh <[email protected]>
@@ -18,6 +17,7 @@ CONFIGURE_ARGS = --skipdeps
RUN_DEPENDS = databases/p5-DBI>=1.57 \
databases/p5-Data-Page>=2.00 \
databases/p5-SQL-Abstract>=1.81 \
+ databases/p5-SQL-Abstract-Classic>=1.91 \
devel/p5-Class-Accessor-Grouped>=0.10012 \
devel/p5-Class-C3-Componentised>=1.0009 \
devel/p5-Class-Inspector>=1.24 \
Index: databases/p5-DBIx-Class/distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBIx-Class/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- databases/p5-DBIx-Class/distinfo 20 Jul 2015 15:37:24 -0000 1.10
+++ databases/p5-DBIx-Class/distinfo 27 Jul 2020 07:44:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Class-0.082820.tar.gz) =
e2CDoSc9R014Wqk1gdwdozS75dg8dBV07i45QlWdrrk=
-SIZE (DBIx-Class-0.082820.tar.gz) = 850564
+SHA256 (DBIx-Class-0.082842.tar.gz) =
sF7WgXJpnuErd74LdzoFkJJBplZZKRXrD2zFJWWLB+Y=
+SIZE (DBIx-Class-0.082842.tar.gz) = 879377
Index: databases/p5-DBIx-Class/patches/patch-Makefile_PL
===================================================================
RCS file: databases/p5-DBIx-Class/patches/patch-Makefile_PL
diff -N databases/p5-DBIx-Class/patches/patch-Makefile_PL
--- databases/p5-DBIx-Class/patches/patch-Makefile_PL 3 Feb 2019 13:17:45
-0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-Makefile_PL,v 1.3 2019/02/03 13:17:45 sthen Exp $
-
-Index: Makefile.PL
---- Makefile.PL.orig
-+++ Makefile.PL
-@@ -2,6 +2,7 @@ use strict;
- use warnings;
-
- use 5.008001;
-+BEGIN { push @INC, '.'; }
- use inc::Module::Install 1.06;
- BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM
-
Index: databases/p5-DBIx-Class/pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/p5-DBIx-Class/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- databases/p5-DBIx-Class/pkg/PLIST 17 May 2018 09:20:08 -0000 1.6
+++ databases/p5-DBIx-Class/pkg/PLIST 27 Jul 2020 07:44:32 -0000
@@ -126,14 +126,13 @@ ${P5SITE}/DBIx/Class/SQLAHacks/OracleJoi
${P5SITE}/DBIx/Class/SQLAHacks/SQLite.pm
${P5SITE}/DBIx/Class/SQLMaker/
${P5SITE}/DBIx/Class/SQLMaker.pm
-${P5SITE}/DBIx/Class/SQLMaker.pod
${P5SITE}/DBIx/Class/SQLMaker/ACCESS.pm
+${P5SITE}/DBIx/Class/SQLMaker/ClassicExtensions.pm
${P5SITE}/DBIx/Class/SQLMaker/LimitDialects.pm
${P5SITE}/DBIx/Class/SQLMaker/MSSQL.pm
${P5SITE}/DBIx/Class/SQLMaker/MySQL.pm
${P5SITE}/DBIx/Class/SQLMaker/Oracle.pm
${P5SITE}/DBIx/Class/SQLMaker/OracleJoins.pm
-${P5SITE}/DBIx/Class/SQLMaker/OracleJoins.pod
${P5SITE}/DBIx/Class/SQLMaker/SQLite.pm
${P5SITE}/DBIx/Class/Schema/
${P5SITE}/DBIx/Class/Schema.pm
@@ -206,6 +205,7 @@ ${P5SITE}/DBIx/Class/Storage/DBI/Sybase/
${P5SITE}/DBIx/Class/Storage/DBI/UniqueIdentifier.pm
${P5SITE}/DBIx/Class/Storage/DBI/mysql.pm
${P5SITE}/DBIx/Class/Storage/DBIHacks.pm
+${P5SITE}/DBIx/Class/Storage/Debug/PrettyTrace.pm
${P5SITE}/DBIx/Class/Storage/Statistics.pm
${P5SITE}/DBIx/Class/Storage/TxnScopeGuard.pm
${P5SITE}/DBIx/Class/UTF8Columns.pm
@@ -268,6 +268,7 @@ ${P5SITE}/SQL/Translator/Producer/DBIx/C
@man man/man3p/DBIx::Class::Relationship::Base.3p
@man man/man3p/DBIx::Class::ResultClass::HashRefInflator.3p
@man man/man3p/DBIx::Class::ResultSet.3p
+@man man/man3p/DBIx::Class::ResultSet::Pager.3p
@man man/man3p/DBIx::Class::ResultSetColumn.3p
@man man/man3p/DBIx::Class::ResultSetManager.3p
@man man/man3p/DBIx::Class::ResultSource.3p
@@ -277,6 +278,7 @@ ${P5SITE}/SQL/Translator/Producer/DBIx/C
@man man/man3p/DBIx::Class::ResultSourceProxy::Table.3p
@man man/man3p/DBIx::Class::Row.3p
@man man/man3p/DBIx::Class::SQLMaker.3p
+@man man/man3p/DBIx::Class::SQLMaker::ClassicExtensions.3p
@man man/man3p/DBIx::Class::SQLMaker::LimitDialects.3p
@man man/man3p/DBIx::Class::SQLMaker::OracleJoins.3p
@man man/man3p/DBIx::Class::Schema.3p
@@ -332,6 +334,7 @@ ${P5SITE}/SQL/Translator/Producer/DBIx/C
@man
man/man3p/DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars.3p
@man man/man3p/DBIx::Class::Storage::DBI::UniqueIdentifier.3p
@man man/man3p/DBIx::Class::Storage::DBI::mysql.3p
+@man man/man3p/DBIx::Class::Storage::Debug::PrettyTrace.3p
@man man/man3p/DBIx::Class::Storage::Statistics.3p
@man man/man3p/DBIx::Class::Storage::TxnScopeGuard.3p
@man man/man3p/DBIx::Class::UTF8Columns.3p
Index: databases/p5-Catalyst-Model-DBIC-Schema/Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBIC-Schema/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- databases/p5-Catalyst-Model-DBIC-Schema/Makefile 3 Jul 2020 21:44:34
-0000 1.18
+++ databases/p5-Catalyst-Model-DBIC-Schema/Makefile 27 Jul 2020 07:44:32
-0000
@@ -2,11 +2,10 @@
COMMENT= model class for catalyst
-DISTNAME= Catalyst-Model-DBIC-Schema-0.59
+DISTNAME= Catalyst-Model-DBIC-Schema-0.65
CATEGORIES= databases
MODULES= cpan
PKG_ARCH= *
-REVISION= 1
# Perl
PERMIT_PACKAGE= Yes
Index: databases/p5-Catalyst-Model-DBIC-Schema/distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-Catalyst-Model-DBIC-Schema/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- databases/p5-Catalyst-Model-DBIC-Schema/distinfo 18 Jan 2015 03:13:00
-0000 1.6
+++ databases/p5-Catalyst-Model-DBIC-Schema/distinfo 27 Jul 2020 07:44:32
-0000
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Model-DBIC-Schema-0.59.tar.gz) =
owhDn05vdq4FiPwUQaQdgNqp1jzlyDDAJEgfadatVJI=
-SIZE (Catalyst-Model-DBIC-Schema-0.59.tar.gz) = 54900
+SHA256 (Catalyst-Model-DBIC-Schema-0.65.tar.gz) =
JqkR7173/8gbbOZcMVb3H7NQg8RWrSfm2C0twCST7uo=
+SIZE (Catalyst-Model-DBIC-Schema-0.65.tar.gz) = 57406