Skip to content

Commit

Permalink
www/kanboard: Update to 1.2.28
Browse files Browse the repository at this point in the history
PR:		270976
Reported by:	linus.sundqvist@loopia.se
  • Loading branch information
fernape committed Apr 25, 2023
1 parent e07049d commit f15980d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions www/kanboard/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kanboard
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.22
DISTVERSION= 1.2.28
CATEGORIES= www
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}

Expand All @@ -11,7 +11,9 @@ WWW= https://kanboard.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cpe php:flavors
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}

USES= cpe php:flavors python:3.8+
USE_GITHUB= yes
USE_PHP= ctype curl dom filter gd iconv mbstring mcrypt \
pdo session simplexml xml zlib
Expand Down
6 changes: 3 additions & 3 deletions www/kanboard/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1645191195
SHA256 (kanboard-kanboard-v1.2.22_GH0.tar.gz) = f609a23eb6e755297fee1b534b43ba8a913baaf60ece31840786b788cba2e641
SIZE (kanboard-kanboard-v1.2.22_GH0.tar.gz) = 3183344
TIMESTAMP = 1682069760
SHA256 (kanboard-kanboard-v1.2.28_GH0.tar.gz) = a9b43eb2375b760650700e2ab0c6e462f5e5b0a2b602c47973047fb44839787e
SIZE (kanboard-kanboard-v1.2.28_GH0.tar.gz) = 3233130
7 changes: 4 additions & 3 deletions www/kanboard/pkg-plist
Expand Up @@ -606,6 +606,7 @@
%%WWWDIR%%/app/Pagination/TaskPagination.php
%%WWWDIR%%/app/Pagination/UserPagination.php
%%WWWDIR%%/app/Schema/Migration.php
%%WWWDIR%%/app/Schema/Mssql.php
%%WWWDIR%%/app/Schema/Mysql.php
%%WWWDIR%%/app/Schema/Postgres.php
%%WWWDIR%%/app/Schema/Sql/mysql.sql
Expand Down Expand Up @@ -866,6 +867,7 @@
%%WWWDIR%%/app/Template/project_user_overview/tasks.php
%%WWWDIR%%/app/Template/project_user_overview/tooltip_users.php
%%WWWDIR%%/app/Template/project_view/duplicate.php
%%WWWDIR%%/app/Template/project_view/importTasks.php
%%WWWDIR%%/app/Template/project_view/integrations.php
%%WWWDIR%%/app/Template/project_view/notifications.php
%%WWWDIR%%/app/Template/project_view/share.php
Expand Down Expand Up @@ -1995,14 +1997,13 @@
%%WWWDIR%%/vendor/symfony/polyfill-php73/bootstrap.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE
%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/Required.php
%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/SubscribedService.php
%%WWWDIR%%/vendor/symfony/service-contracts/CHANGELOG.md
%%WWWDIR%%/vendor/symfony/service-contracts/LICENSE
%%WWWDIR%%/vendor/symfony/service-contracts/ResetInterface.php
%%WWWDIR%%/vendor/symfony/service-contracts/ServiceLocatorTrait.php
Expand Down

0 comments on commit f15980d

Please sign in to comment.