mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Update to 1.2.5
PR: 230481 Submitted by: sa.inbox@gmail.com Approved by: maintainer Sponsored by: iXsystems Inc.
This commit is contained in:
parent
bb4d4e942d
commit
9a364938fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477331
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kanboard
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.2.5
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
|
||||
@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
USE_GITHUB= yes
|
||||
USES= php
|
||||
USE_GITHUB= yes
|
||||
USE_PHP= ctype curl dom gd hash filter iconv json mcrypt mbstring \
|
||||
openssl pdo session simplexml \
|
||||
zlib xml
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1532712734
|
||||
SHA256 (kanboard-kanboard-v1.2.3_GH0.tar.gz) = e0b013df560bf5f60a6f43bf5499e90ca6e793808e5e0fb48e86ef31a234d062
|
||||
SIZE (kanboard-kanboard-v1.2.3_GH0.tar.gz) = 3136155
|
||||
TIMESTAMP = 1533810181
|
||||
SHA256 (kanboard-kanboard-v1.2.5_GH0.tar.gz) = 54c12cf4a692baa03c30c8eab09e9e976babf90914bfb784b99e746291dd7af7
|
||||
SIZE (kanboard-kanboard-v1.2.5_GH0.tar.gz) = 3164377
|
||||
|
@ -139,6 +139,7 @@
|
||||
%%WWWDIR%%/app/Controller/CommentListController.php
|
||||
%%WWWDIR%%/app/Controller/CommentMailController.php
|
||||
%%WWWDIR%%/app/Controller/ConfigController.php
|
||||
%%WWWDIR%%/app/Controller/CronjobController.php
|
||||
%%WWWDIR%%/app/Controller/CurrencyController.php
|
||||
%%WWWDIR%%/app/Controller/CustomFilterController.php
|
||||
%%WWWDIR%%/app/Controller/DashboardController.php
|
||||
@ -180,7 +181,9 @@
|
||||
%%WWWDIR%%/app/Controller/SwimlaneController.php
|
||||
%%WWWDIR%%/app/Controller/TagController.php
|
||||
%%WWWDIR%%/app/Controller/TaskAjaxController.php
|
||||
%%WWWDIR%%/app/Controller/TaskBulkChangePropertyController.php
|
||||
%%WWWDIR%%/app/Controller/TaskBulkController.php
|
||||
%%WWWDIR%%/app/Controller/TaskBulkMoveColumnController.php
|
||||
%%WWWDIR%%/app/Controller/TaskCreationController.php
|
||||
%%WWWDIR%%/app/Controller/TaskDuplicationController.php
|
||||
%%WWWDIR%%/app/Controller/TaskExternalLinkController.php
|
||||
@ -487,6 +490,7 @@
|
||||
%%WWWDIR%%/app/Locale/sv_SE/translations.php
|
||||
%%WWWDIR%%/app/Locale/th_TH/translations.php
|
||||
%%WWWDIR%%/app/Locale/tr_TR/translations.php
|
||||
%%WWWDIR%%/app/Locale/uk_UA/translations.php
|
||||
%%WWWDIR%%/app/Locale/vi_VN/translations.php
|
||||
%%WWWDIR%%/app/Locale/zh_CN/translations.php
|
||||
%%WWWDIR%%/app/Locale/zh_TW/translations.php
|
||||
@ -872,6 +876,8 @@
|
||||
%%WWWDIR%%/app/Template/task/time_tracking_summary.php
|
||||
%%WWWDIR%%/app/Template/task/transitions.php
|
||||
%%WWWDIR%%/app/Template/task_bulk/show.php
|
||||
%%WWWDIR%%/app/Template/task_bulk_change_property/show.php
|
||||
%%WWWDIR%%/app/Template/task_bulk_move_column/show.php
|
||||
%%WWWDIR%%/app/Template/task_comments/create.php
|
||||
%%WWWDIR%%/app/Template/task_comments/show.php
|
||||
%%WWWDIR%%/app/Template/task_creation/duplicate_projects.php
|
||||
@ -1005,6 +1011,7 @@
|
||||
%%WWWDIR%%/assets/css/images/ui-icons_cc0000_256x240.png
|
||||
%%WWWDIR%%/assets/css/images/ui-icons_cd0a0a_256x240.png
|
||||
%%WWWDIR%%/assets/css/images/ui-icons_ffffff_256x240.png
|
||||
%%WWWDIR%%/assets/css/print.min.css
|
||||
%%WWWDIR%%/assets/css/vendor.min.css
|
||||
%%WWWDIR%%/assets/fonts/FontAwesome.otf
|
||||
%%WWWDIR%%/assets/fonts/fontawesome-webfont.eot
|
||||
@ -1536,115 +1543,6 @@
|
||||
%%WWWDIR%%/vendor/eluceo/ical/src/Eluceo/iCal/Util/PropertyValueUtil.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/CommonMarkTest.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/ParsedownTest.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/TestParsedown.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/bootstrap.php
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/aesthetic_table.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/aesthetic_table.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/aligned_table.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/aligned_table.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/atx_heading.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/atx_heading.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/automatic_link.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/automatic_link.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/block-level_html.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/block-level_html.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_block.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_block.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_span.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_span.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_blockquote.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_blockquote.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_emphasis.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_emphasis.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/deeply_nested_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/deeply_nested_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/em_strong.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/em_strong.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/email.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/email.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/emphasis.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/emphasis.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/escaping.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/escaping.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/fenced_code_block.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/fenced_code_block.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/horizontal_rule.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/horizontal_rule.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_comment.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_comment.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_entity.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_entity.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_reference.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_reference.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_title.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_title.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/implicit_reference.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/implicit_reference.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link_title.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link_title.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_title.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_title.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_blockquote.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_blockquote.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/line_break.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/line_break.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/multiline_list_paragraph.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/multiline_list_paragraph.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/nested_block-level_html.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/nested_block-level_html.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/ordered_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/ordered_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/paragraph_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/paragraph_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/reference_title.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/reference_title.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/self-closing_html.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/self-closing_html.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/separated_nested_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/separated_nested_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/setext_header.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/setext_header.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_blockquote.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_blockquote.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_table.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_table.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/span-level_html.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/span-level_html.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_dense_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_dense_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_html.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_html.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/special_characters.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/special_characters.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/strikethrough.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/strikethrough.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/strong_em.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/strong_em.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/tab-indented_code_block.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/tab-indented_code_block.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/table_inline_markdown.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/table_inline_markdown.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/text_reference.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/text_reference.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/unordered_list.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/unordered_list.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/untidy_table.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/untidy_table.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/url_autolinking.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/url_autolinking.md
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/whitespace.html
|
||||
%%WWWDIR%%/vendor/erusev/parsedown/test/data/whitespace.md
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php
|
||||
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AccessDeniedException.php
|
||||
|
Loading…
Reference in New Issue
Block a user