git: 424de156f54a - main - www/kanboard: update to 1.2.36
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 16:46:32 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=424de156f54a7f9990032abe3546ee37d768471f commit 424de156f54a7f9990032abe3546ee37d768471f Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-05-05 16:34:00 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-05-06 16:46:07 +0000 www/kanboard: update to 1.2.36 ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.36 * Add comments visibility * Add explicit int casting to avoid PHP 8 TypeError when having empty automatic action parameters * Add new config option DASHBOARD_MAX_PROJECTS * Add reply feature to comments * Fix search bar layout when adding more buttons via third-party plugins * Introduce a Git hook to automatically update version.txt during Git checkout * Performance improvements: * Don't count closed tasks when rendering the board * Force the use of the cache when there is no custom roles * Use unique plugin name instead of plugin title for plugin registry logic * Update dependencies Reported by: portscout --- www/kanboard/Makefile | 2 +- www/kanboard/distinfo | 6 +++--- www/kanboard/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index f6fbc20513e3..2b78a1cc1cb4 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v -DISTVERSION= 1.2.35 +DISTVERSION= 1.2.36 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo index e4280837c7a2..2c8ceb805274 100644 --- a/www/kanboard/distinfo +++ b/www/kanboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710743070 -SHA256 (kanboard-kanboard-v1.2.35_GH0.tar.gz) = 3c6a4175fe31c50aea68e5a252d9e3f36e98fc0948f93583dfbfacf570171c64 -SIZE (kanboard-kanboard-v1.2.35_GH0.tar.gz) = 3389625 +TIMESTAMP = 1714926826 +SHA256 (kanboard-kanboard-v1.2.36_GH0.tar.gz) = 51a0e84e3f7eaf1d4efb16ac994568aabad47b47551f487ca17d46c47ca905e2 +SIZE (kanboard-kanboard-v1.2.36_GH0.tar.gz) = 3395786 diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist index 0b41f79204fa..aa7ff656e66a 100644 --- a/www/kanboard/pkg-plist +++ b/www/kanboard/pkg-plist @@ -1067,6 +1067,8 @@ %%WWWDIR%%/assets/js/vendor.min.js %%WWWDIR%%/cli %%WWWDIR%%/config.default.php +%%WWWDIR%%/custom-hooks/install-custom-hooks.sh +%%WWWDIR%%/custom-hooks/post-checkout %%WWWDIR%%/data/.htaccess %%WWWDIR%%/data/web.config %%WWWDIR%%/favicon.ico @@ -2066,6 +2068,7 @@ %%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberInterface.php %%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberTrait.php %%WWWDIR%%/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +%%WWWDIR%%/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php %%WWWDIR%%/vendor/symfony/string/AbstractString.php %%WWWDIR%%/vendor/symfony/string/AbstractUnicodeString.php %%WWWDIR%%/vendor/symfony/string/ByteString.php