summaryrefslogtreecommitdiff
path: root/databases/p5-App-Sqitch/pkg-plist
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2022-09-17 21:53:59 +0800
committerWen Heping <wen@FreeBSD.org>2022-09-17 21:53:59 +0800
commitd2aa4c75be78f99a31ea7fc90da1155b2a60d760 (patch)
tree252faa444a1812f6d53a1b36304fc273939513da /databases/p5-App-Sqitch/pkg-plist
parentdatabases/mariadb-connector-c: Update to 3.3.2 (diff)
databases/p5-App-Sqitch: Update to 1.3.0
PR: 265620 Reported by: bokutin@bokut.in Approved by: maintainer(timeout, >40 days)
Diffstat (limited to '')
-rw-r--r--databases/p5-App-Sqitch/pkg-plist42
1 files changed, 40 insertions, 2 deletions
diff --git a/databases/p5-App-Sqitch/pkg-plist b/databases/p5-App-Sqitch/pkg-plist
index fc7ce79e17c9..dc3804b06957 100644
--- a/databases/p5-App-Sqitch/pkg-plist
+++ b/databases/p5-App-Sqitch/pkg-plist
@@ -1,20 +1,26 @@
bin/sqitch
+etc/sqitch/templates/deploy/exasol.tmpl
etc/sqitch/templates/deploy/firebird.tmpl
etc/sqitch/templates/deploy/mysql.tmpl
etc/sqitch/templates/deploy/oracle.tmpl
etc/sqitch/templates/deploy/pg.tmpl
+etc/sqitch/templates/deploy/snowflake.tmpl
etc/sqitch/templates/deploy/sqlite.tmpl
etc/sqitch/templates/deploy/vertica.tmpl
+etc/sqitch/templates/revert/exasol.tmpl
etc/sqitch/templates/revert/firebird.tmpl
etc/sqitch/templates/revert/mysql.tmpl
etc/sqitch/templates/revert/oracle.tmpl
etc/sqitch/templates/revert/pg.tmpl
+etc/sqitch/templates/revert/snowflake.tmpl
etc/sqitch/templates/revert/sqlite.tmpl
etc/sqitch/templates/revert/vertica.tmpl
+etc/sqitch/templates/verify/exasol.tmpl
etc/sqitch/templates/verify/firebird.tmpl
etc/sqitch/templates/verify/mysql.tmpl
etc/sqitch/templates/verify/oracle.tmpl
etc/sqitch/templates/verify/pg.tmpl
+etc/sqitch/templates/verify/snowflake.tmpl
etc/sqitch/templates/verify/sqlite.tmpl
etc/sqitch/templates/verify/vertica.tmpl
etc/sqitch/tools/upgrade-registry-to-mysql-5.5.0.sql
@@ -23,6 +29,7 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/App/Sqitch/Command.pm
%%SITE_PERL%%/App/Sqitch/Command/add.pm
%%SITE_PERL%%/App/Sqitch/Command/bundle.pm
+%%SITE_PERL%%/App/Sqitch/Command/check.pm
%%SITE_PERL%%/App/Sqitch/Command/checkout.pm
%%SITE_PERL%%/App/Sqitch/Command/config.pm
%%SITE_PERL%%/App/Sqitch/Command/deploy.pm
@@ -43,6 +50,10 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/App/Sqitch/Config.pm
%%SITE_PERL%%/App/Sqitch/DateTime.pm
%%SITE_PERL%%/App/Sqitch/Engine.pm
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/cockroach-1.0.sql
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/cockroach-1.1.sql
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/exasol-1.0.sql
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/exasol-1.1.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.0.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/firebird-1.1.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/mysql-1.0.sql
@@ -51,10 +62,16 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/oracle-1.1.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.0.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/pg-1.1.sql
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/snowflake-1.0.sql
+%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/snowflake-1.1.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.0.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.0.sql
%%SITE_PERL%%/App/Sqitch/Engine/Upgrade/vertica-1.1.sql
+%%SITE_PERL%%/App/Sqitch/Engine/cockroach.pm
+%%SITE_PERL%%/App/Sqitch/Engine/cockroach.sql
+%%SITE_PERL%%/App/Sqitch/Engine/exasol.pm
+%%SITE_PERL%%/App/Sqitch/Engine/exasol.sql
%%SITE_PERL%%/App/Sqitch/Engine/firebird.pm
%%SITE_PERL%%/App/Sqitch/Engine/firebird.sql
%%SITE_PERL%%/App/Sqitch/Engine/mysql.pm
@@ -63,6 +80,8 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/App/Sqitch/Engine/oracle.sql
%%SITE_PERL%%/App/Sqitch/Engine/pg.pm
%%SITE_PERL%%/App/Sqitch/Engine/pg.sql
+%%SITE_PERL%%/App/Sqitch/Engine/snowflake.pm
+%%SITE_PERL%%/App/Sqitch/Engine/snowflake.sql
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.pm
%%SITE_PERL%%/App/Sqitch/Engine/sqlite.sql
%%SITE_PERL%%/App/Sqitch/Engine/vertica.pm
@@ -77,18 +96,22 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/App/Sqitch/Plan/LineList.pm
%%SITE_PERL%%/App/Sqitch/Plan/Pragma.pm
%%SITE_PERL%%/App/Sqitch/Plan/Tag.pm
+%%SITE_PERL%%/App/Sqitch/Role/ConnectingCommand.pm
+%%SITE_PERL%%/App/Sqitch/Role/ContextCommand.pm
%%SITE_PERL%%/App/Sqitch/Role/DBIEngine.pm
%%SITE_PERL%%/App/Sqitch/Role/RevertDeployCommand.pm
%%SITE_PERL%%/App/Sqitch/Role/TargetConfigCommand.pm
%%SITE_PERL%%/App/Sqitch/Target.pm
%%SITE_PERL%%/App/Sqitch/Types.pm
%%SITE_PERL%%/App/Sqitch/X.pm
-%%SITE_PERL%%/LocaleData/de/LC_MESSAGES/App-Sqitch.mo
-%%SITE_PERL%%/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo
+%%SITE_PERL%%/LocaleData/de_DE/LC_MESSAGES/App-Sqitch.mo
+%%SITE_PERL%%/LocaleData/fr_FR/LC_MESSAGES/App-Sqitch.mo
+%%SITE_PERL%%/LocaleData/it_IT/LC_MESSAGES/App-Sqitch.mo
%%PERL5_MAN3%%/App::Sqitch.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command::add.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command::bundle.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Command::check.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command::checkout.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command::config.3.gz
%%PERL5_MAN3%%/App::Sqitch::Command::deploy.3.gz
@@ -109,10 +132,13 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%PERL5_MAN3%%/App::Sqitch::Config.3.gz
%%PERL5_MAN3%%/App::Sqitch::DateTime.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Engine::cockroach.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Engine::exasol.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::firebird.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::mysql.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::oracle.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::pg.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Engine::snowflake.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::sqlite.3.gz
%%PERL5_MAN3%%/App::Sqitch::Engine::vertica.3.gz
%%PERL5_MAN3%%/App::Sqitch::ItemFormatter.3.gz
@@ -125,6 +151,8 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%PERL5_MAN3%%/App::Sqitch::Plan::LineList.3.gz
%%PERL5_MAN3%%/App::Sqitch::Plan::Pragma.3.gz
%%PERL5_MAN3%%/App::Sqitch::Plan::Tag.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Role::ConnectingCommand.3.gz
+%%PERL5_MAN3%%/App::Sqitch::Role::ContextCommand.3.gz
%%PERL5_MAN3%%/App::Sqitch::Role::DBIEngine.3.gz
%%PERL5_MAN3%%/App::Sqitch::Role::RevertDeployCommand.3.gz
%%PERL5_MAN3%%/App::Sqitch::Role::TargetConfigCommand.3.gz
@@ -133,8 +161,11 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%PERL5_MAN3%%/App::Sqitch::X.3.gz
%%PERL5_MAN3%%/sqitch-add-usage.3.gz
%%PERL5_MAN3%%/sqitch-add.3.gz
+%%PERL5_MAN3%%/sqitch-authentication.3.gz
%%PERL5_MAN3%%/sqitch-bundle-usage.3.gz
%%PERL5_MAN3%%/sqitch-bundle.3.gz
+%%PERL5_MAN3%%/sqitch-check-usage.3.gz
+%%PERL5_MAN3%%/sqitch-check.3.gz
%%PERL5_MAN3%%/sqitch-checkout-usage.3.gz
%%PERL5_MAN3%%/sqitch-checkout.3.gz
%%PERL5_MAN3%%/sqitch-config-usage.3.gz
@@ -176,17 +207,22 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%PERL5_MAN3%%/sqitchchanges.3.gz
%%PERL5_MAN3%%/sqitchcommands.3.gz
%%PERL5_MAN3%%/sqitchguides.3.gz
+%%PERL5_MAN3%%/sqitchtutorial-exasol.3.gz
%%PERL5_MAN3%%/sqitchtutorial-firebird.3.gz
%%PERL5_MAN3%%/sqitchtutorial-mysql.3.gz
%%PERL5_MAN3%%/sqitchtutorial-oracle.3.gz
+%%PERL5_MAN3%%/sqitchtutorial-snowflake.3.gz
%%PERL5_MAN3%%/sqitchtutorial-sqlite.3.gz
%%PERL5_MAN3%%/sqitchtutorial-vertica.3.gz
%%PERL5_MAN3%%/sqitchtutorial.3.gz
%%PERL5_MAN3%%/sqitchusage.3.gz
%%SITE_PERL%%/sqitch-add-usage.pod
%%SITE_PERL%%/sqitch-add.pod
+%%SITE_PERL%%/sqitch-authentication.pod
%%SITE_PERL%%/sqitch-bundle-usage.pod
%%SITE_PERL%%/sqitch-bundle.pod
+%%SITE_PERL%%/sqitch-check-usage.pod
+%%SITE_PERL%%/sqitch-check.pod
%%SITE_PERL%%/sqitch-checkout-usage.pod
%%SITE_PERL%%/sqitch-checkout.pod
%%SITE_PERL%%/sqitch-config-usage.pod
@@ -228,9 +264,11 @@ etc/sqitch/tools/upgrade-registry-to-mysql-5.6.4.sql
%%SITE_PERL%%/sqitchchanges.pod
%%SITE_PERL%%/sqitchcommands.pod
%%SITE_PERL%%/sqitchguides.pod
+%%SITE_PERL%%/sqitchtutorial-exasol.pod
%%SITE_PERL%%/sqitchtutorial-firebird.pod
%%SITE_PERL%%/sqitchtutorial-mysql.pod
%%SITE_PERL%%/sqitchtutorial-oracle.pod
+%%SITE_PERL%%/sqitchtutorial-snowflake.pod
%%SITE_PERL%%/sqitchtutorial-sqlite.pod
%%SITE_PERL%%/sqitchtutorial-vertica.pod
%%SITE_PERL%%/sqitchtutorial.pod