mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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
This commit is contained in:
parent
ed0b3711db
commit
424de156f5
@ -1,6 +1,6 @@
|
||||
PORTNAME= kanboard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.35
|
||||
DISTVERSION= 1.2.36
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user