git: 21fff661cc85 - main - www/kanboard: update to 1.2.33
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 07:44:34 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=21fff661cc85c19dd8d750ae0a43921616cf1e5c commit 21fff661cc85c19dd8d750ae0a43921616cf1e5c Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-10-16 07:01:14 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-10-17 07:44:11 +0000 www/kanboard: update to 1.2.33 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 --- www/kanboard/Makefile | 2 +- www/kanboard/distinfo | 6 +++--- www/kanboard/pkg-plist | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index 4bb6d846458b..b13283ae871e 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v -DISTVERSION= 1.2.32 +DISTVERSION= 1.2.33 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo index 9f550645b480..e2a506366695 100644 --- a/www/kanboard/distinfo +++ b/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 diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist index d0780937459e..0b41f79204fa 100644 --- a/www/kanboard/pkg-plist +++ b/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 @@ -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 @@ -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 @@ -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