Skip to content

Commit

Permalink
www/kanboard: update to 1.2.33
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.33

 * Do not close modals when clicking on the background
 * Add Bulgarian translation
 * Update Ukrainian and Russian translations
 * Show the two factor form in the middle of the screen like the login form does
 * Do not override the creator_id with the current logged user if the task is
   imported
 * Add basic Dev Container configs
 * Add adaptive SVG favicon and more SVG variants:
 * See https://web.dev/building-an-adaptive-favicon/
 * Added more variant of the original Inkscape icon:
     * Text SVG
     * Vectorized text path SVG
     * Optimized SVG icon
 * Remove project_id from task links (A few were missed in #4892)
 * Remove unused and invalid method in ProjectModel
 * Update phpunit/phpunit and symfony/* dependencies
 * Update vendor folder

Reported by:	portscout
  • Loading branch information
fernape committed Oct 17, 2023
1 parent 7378567 commit 21fff66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/kanboard/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kanboard
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.32
DISTVERSION= 1.2.33
CATEGORIES= www
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}

Expand Down
6 changes: 3 additions & 3 deletions www/kanboard/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1692958378
SHA256 (kanboard-kanboard-v1.2.32_GH0.tar.gz) = c78b20553f0167865d0e683277b0ebf8492fc4d235c8801619ea05345aae3f96
SIZE (kanboard-kanboard-v1.2.32_GH0.tar.gz) = 3350096
TIMESTAMP = 1697439522
SHA256 (kanboard-kanboard-v1.2.33_GH0.tar.gz) = 9dab71c24455fc0c351a9fc009f828ba429261d0339db55cbfc6f0ee9c938169
SIZE (kanboard-kanboard-v1.2.33_GH0.tar.gz) = 3381943
8 changes: 7 additions & 1 deletion www/kanboard/pkg-plist
@@ -1,5 +1,6 @@
@owner %%KANBOARD_USERNAME%%
@group %%KANBOARD_GROUPNAME%%
%%WWWDIR%%/.devcontainer/devcontainer.json
%%WWWDIR%%/.htaccess
%%WWWDIR%%/LICENSE
%%WWWDIR%%/app/.htaccess
Expand Down Expand Up @@ -478,6 +479,7 @@
%%WWWDIR%%/app/Job/TaskFileEventJob.php
%%WWWDIR%%/app/Job/TaskLinkEventJob.php
%%WWWDIR%%/app/Job/UserMentionJob.php
%%WWWDIR%%/app/Locale/bg_BG/translations.php
%%WWWDIR%%/app/Locale/bs_BA/translations.php
%%WWWDIR%%/app/Locale/ca_ES/translations.php
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
Expand Down Expand Up @@ -1052,8 +1054,11 @@
%%WWWDIR%%/assets/fonts/fontawesome-webfont.ttf
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2
%%WWWDIR%%/assets/img/adaptive-favicon.svg
%%WWWDIR%%/assets/img/favicon.png
%%WWWDIR%%/assets/img/icon.svg
%%WWWDIR%%/assets/img/inkscape-optimized-icon.svg
%%WWWDIR%%/assets/img/inkscape-path-icon.svg
%%WWWDIR%%/assets/img/inkscape-text-icon.svg
%%WWWDIR%%/assets/img/touch-icon-ipad-retina.png
%%WWWDIR%%/assets/img/touch-icon-ipad.png
%%WWWDIR%%/assets/img/touch-icon-iphone-retina.png
Expand Down Expand Up @@ -2032,6 +2037,7 @@
%%WWWDIR%%/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
Expand Down

0 comments on commit 21fff66

Please sign in to comment.