www/kanboard: update to 1.2.11
PR: 241005 Submitted by: Vikash Badal <vikashb@where-ever.za.net> Approved by: Bart Wrobel <bsd@if0.eu> (maintainer)
This commit is contained in:
parent
a58d722f05
commit
b0c36f4711
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514556
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= kanboard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.8
|
||||
DISTVERSION= 1.2.11
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= bsd@if0.eu
|
||||
@ -32,7 +32,7 @@ OPTIONS_DEFINE= OPCACHE
|
||||
OPCACHE_DESC= OPcache support (recommended)
|
||||
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_USE= PHP=pdo_mysql,mysqli
|
||||
MYSQL_USE= PHP=pdo_mysqli,mysqli
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_USE= PHP=pdo_pgsql,pgsql
|
||||
SQLITE_USE= PHP=pdo_sqlite,sqlite3
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1550048738
|
||||
SHA256 (kanboard-kanboard-v1.2.8_GH0.tar.gz) = 70fe5c2202f3ee98687ef6d898a88676dd1ce47b8234950901a9ac2b3d31a328
|
||||
SIZE (kanboard-kanboard-v1.2.8_GH0.tar.gz) = 3181715
|
||||
TIMESTAMP = 1570015069
|
||||
SHA256 (kanboard-kanboard-v1.2.11_GH0.tar.gz) = 50521bf780a821975fbd9dcf08bf912e6b435a783b0d9bc2a0c48c27901aa867
|
||||
SIZE (kanboard-kanboard-v1.2.11_GH0.tar.gz) = 3232498
|
||||
|
@ -42,12 +42,14 @@
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnCategoryChange.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnClosed.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnNotMovedPeriod.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnOnDueDate.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnOnStartDate.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveColumnUnAssigned.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveSwimlaneAssigned.php
|
||||
%%WWWDIR%%/app/Action/TaskMoveSwimlaneCategoryChange.php
|
||||
%%WWWDIR%%/app/Action/TaskOpen.php
|
||||
%%WWWDIR%%/app/Action/TaskUpdateStartDate.php
|
||||
%%WWWDIR%%/app/Action/TaskUpdateStartDateOnMoveColumn.php
|
||||
%%WWWDIR%%/app/Analytic/AverageLeadCycleTimeAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/AverageTimeSpentColumnAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php
|
||||
@ -100,9 +102,11 @@
|
||||
%%WWWDIR%%/app/Auth/TotpAuth.php
|
||||
%%WWWDIR%%/app/Console/BaseCommand.php
|
||||
%%WWWDIR%%/app/Console/CronjobCommand.php
|
||||
%%WWWDIR%%/app/Console/CssCommand.php
|
||||
%%WWWDIR%%/app/Console/DatabaseMigrationCommand.php
|
||||
%%WWWDIR%%/app/Console/DatabaseVersionCommand.php
|
||||
%%WWWDIR%%/app/Console/JobCommand.php
|
||||
%%WWWDIR%%/app/Console/JsCommand.php
|
||||
%%WWWDIR%%/app/Console/LocaleComparatorCommand.php
|
||||
%%WWWDIR%%/app/Console/LocaleSyncCommand.php
|
||||
%%WWWDIR%%/app/Console/PluginInstallCommand.php
|
||||
@ -199,6 +203,7 @@
|
||||
%%WWWDIR%%/app/Controller/TaskMovePositionController.php
|
||||
%%WWWDIR%%/app/Controller/TaskPopoverController.php
|
||||
%%WWWDIR%%/app/Controller/TaskRecurrenceController.php
|
||||
%%WWWDIR%%/app/Controller/TaskReorderController.php
|
||||
%%WWWDIR%%/app/Controller/TaskStatusController.php
|
||||
%%WWWDIR%%/app/Controller/TaskSuppressionController.php
|
||||
%%WWWDIR%%/app/Controller/TaskViewController.php
|
||||
@ -494,6 +499,7 @@
|
||||
%%WWWDIR%%/app/Locale/pt_PT/translations.php
|
||||
%%WWWDIR%%/app/Locale/ro_RO/translations.php
|
||||
%%WWWDIR%%/app/Locale/ru_RU/translations.php
|
||||
%%WWWDIR%%/app/Locale/sk_SK/translations.php
|
||||
%%WWWDIR%%/app/Locale/sr_Latn_RS/translations.php
|
||||
%%WWWDIR%%/app/Locale/sv_SE/translations.php
|
||||
%%WWWDIR%%/app/Locale/th_TH/translations.php
|
||||
@ -572,6 +578,7 @@
|
||||
%%WWWDIR%%/app/Model/TaskProjectDuplicationModel.php
|
||||
%%WWWDIR%%/app/Model/TaskProjectMoveModel.php
|
||||
%%WWWDIR%%/app/Model/TaskRecurrenceModel.php
|
||||
%%WWWDIR%%/app/Model/TaskReorderModel.php
|
||||
%%WWWDIR%%/app/Model/TaskStatusModel.php
|
||||
%%WWWDIR%%/app/Model/TaskTagModel.php
|
||||
%%WWWDIR%%/app/Model/TimezoneModel.php
|
||||
@ -732,6 +739,7 @@
|
||||
%%WWWDIR%%/app/Template/event/task_internal_link_delete.php
|
||||
%%WWWDIR%%/app/Template/event/task_move_column.php
|
||||
%%WWWDIR%%/app/Template/event/task_move_position.php
|
||||
%%WWWDIR%%/app/Template/event/task_move_project.php
|
||||
%%WWWDIR%%/app/Template/event/task_move_swimlane.php
|
||||
%%WWWDIR%%/app/Template/event/task_open.php
|
||||
%%WWWDIR%%/app/Template/event/task_update.php
|
||||
@ -783,6 +791,7 @@
|
||||
%%WWWDIR%%/app/Template/notification/task_internal_link_delete.php
|
||||
%%WWWDIR%%/app/Template/notification/task_move_column.php
|
||||
%%WWWDIR%%/app/Template/notification/task_move_position.php
|
||||
%%WWWDIR%%/app/Template/notification/task_move_project.php
|
||||
%%WWWDIR%%/app/Template/notification/task_move_swimlane.php
|
||||
%%WWWDIR%%/app/Template/notification/task_open.php
|
||||
%%WWWDIR%%/app/Template/notification/task_overdue.php
|
||||
@ -1099,6 +1108,24 @@
|
||||
%%WWWDIR%%/libs/jsonrpc/src/JsonRPC/Validator/JsonFormatValidator.php
|
||||
%%WWWDIR%%/libs/jsonrpc/src/JsonRPC/Validator/RpcFormatValidator.php
|
||||
%%WWWDIR%%/libs/jsonrpc/src/JsonRPC/Validator/UserValidator.php
|
||||
%%WWWDIR%%/libs/minify/LICENSE
|
||||
%%WWWDIR%%/libs/minify/data/js/keywords_after.txt
|
||||
%%WWWDIR%%/libs/minify/data/js/keywords_before.txt
|
||||
%%WWWDIR%%/libs/minify/data/js/keywords_reserved.txt
|
||||
%%WWWDIR%%/libs/minify/data/js/operators.txt
|
||||
%%WWWDIR%%/libs/minify/data/js/operators_after.txt
|
||||
%%WWWDIR%%/libs/minify/data/js/operators_before.txt
|
||||
%%WWWDIR%%/libs/minify/src/CSS.php
|
||||
%%WWWDIR%%/libs/minify/src/Exception.php
|
||||
%%WWWDIR%%/libs/minify/src/Exceptions/BasicException.php
|
||||
%%WWWDIR%%/libs/minify/src/Exceptions/FileImportException.php
|
||||
%%WWWDIR%%/libs/minify/src/Exceptions/IOException.php
|
||||
%%WWWDIR%%/libs/minify/src/JS.php
|
||||
%%WWWDIR%%/libs/minify/src/Minify.php
|
||||
%%WWWDIR%%/libs/path-converter/LICENSE
|
||||
%%WWWDIR%%/libs/path-converter/src/Converter.php
|
||||
%%WWWDIR%%/libs/path-converter/src/ConverterInterface.php
|
||||
%%WWWDIR%%/libs/path-converter/src/NoConverter.php
|
||||
%%WWWDIR%%/libs/phpqrcode/LICENSE
|
||||
%%WWWDIR%%/libs/phpqrcode/cache/frame_1.dat
|
||||
%%WWWDIR%%/libs/phpqrcode/cache/frame_1.png
|
||||
|
Loading…
Reference in New Issue
Block a user