View | Details | Raw Unified | Return to bug 270976
Collapse All | Expand All

(-)b/www/kanboard/Makefile (-2 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=      kanboard
1
PORTNAME=      kanboard
2
DISTVERSIONPREFIX=     v
2
DISTVERSIONPREFIX=     v
3
DISTVERSION=   1.2.22
3
DISTVERSION=   1.2.28
4
CATEGORIES=    www
4
CATEGORIES=    www
5
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
5
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
Lines 11-17 WWW= https://kanboard.net/ Link Here
11
LICENSE=       MIT
11
LICENSE=       MIT
12
LICENSE_FILE=  ${WRKSRC}/LICENSE
12
LICENSE_FILE=  ${WRKSRC}/LICENSE
13
USES=          cpe php:flavors
13
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
14
15
USES=          cpe php:flavors python:3.8+
14
USE_GITHUB=    yes
16
USE_GITHUB=    yes
15
USE_PHP=       ctype curl dom filter gd hash iconv json mbstring mcrypt \
17
USE_PHP=       ctype curl dom filter gd hash iconv json mbstring mcrypt \
16
               openssl pdo session simplexml xml zlib
18
               openssl pdo session simplexml xml zlib
(-)b/www/kanboard/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1645191195
1
TIMESTAMP = 1682069760
2
SHA256 (kanboard-kanboard-v1.2.22_GH0.tar.gz) = f609a23eb6e755297fee1b534b43ba8a913baaf60ece31840786b788cba2e641
2
SHA256 (kanboard-kanboard-v1.2.28_GH0.tar.gz) = a9b43eb2375b760650700e2ab0c6e462f5e5b0a2b602c47973047fb44839787e
3
SIZE (kanboard-kanboard-v1.2.22_GH0.tar.gz) = 3183344
3
SIZE (kanboard-kanboard-v1.2.28_GH0.tar.gz) = 3233130
(-)b/www/kanboard/pkg-plist (-3 / +4 lines)
Lines 606-611 Link Here
606
%%WWWDIR%%/app/Pagination/TaskPagination.php
606
%%WWWDIR%%/app/Pagination/TaskPagination.php
607
%%WWWDIR%%/app/Pagination/UserPagination.php
607
%%WWWDIR%%/app/Pagination/UserPagination.php
608
%%WWWDIR%%/app/Schema/Migration.php
608
%%WWWDIR%%/app/Schema/Migration.php
609
%%WWWDIR%%/app/Schema/Mssql.php
609
%%WWWDIR%%/app/Schema/Mysql.php
610
%%WWWDIR%%/app/Schema/Mysql.php
610
%%WWWDIR%%/app/Schema/Postgres.php
611
%%WWWDIR%%/app/Schema/Postgres.php
611
%%WWWDIR%%/app/Schema/Sql/mysql.sql
612
%%WWWDIR%%/app/Schema/Sql/mysql.sql
Lines 866-871 Link Here
866
%%WWWDIR%%/app/Template/project_user_overview/tasks.php
867
%%WWWDIR%%/app/Template/project_user_overview/tasks.php
867
%%WWWDIR%%/app/Template/project_user_overview/tooltip_users.php
868
%%WWWDIR%%/app/Template/project_user_overview/tooltip_users.php
868
%%WWWDIR%%/app/Template/project_view/duplicate.php
869
%%WWWDIR%%/app/Template/project_view/duplicate.php
870
%%WWWDIR%%/app/Template/project_view/importTasks.php
869
%%WWWDIR%%/app/Template/project_view/integrations.php
871
%%WWWDIR%%/app/Template/project_view/integrations.php
870
%%WWWDIR%%/app/Template/project_view/notifications.php
872
%%WWWDIR%%/app/Template/project_view/notifications.php
871
%%WWWDIR%%/app/Template/project_view/share.php
873
%%WWWDIR%%/app/Template/project_view/share.php
Lines 1995-2008 Link Here
1995
%%WWWDIR%%/vendor/symfony/polyfill-php73/bootstrap.php
1997
%%WWWDIR%%/vendor/symfony/polyfill-php73/bootstrap.php
1996
%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE
1998
%%WWWDIR%%/vendor/symfony/polyfill-php80/LICENSE
1997
%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
1999
%%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php
2000
%%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php
1998
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
2001
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
2002
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
1999
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
2003
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
2000
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
2004
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
2001
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
2005
%%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
2002
%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
2006
%%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php
2003
%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/Required.php
2004
%%WWWDIR%%/vendor/symfony/service-contracts/Attribute/SubscribedService.php
2005
%%WWWDIR%%/vendor/symfony/service-contracts/CHANGELOG.md
2006
%%WWWDIR%%/vendor/symfony/service-contracts/LICENSE
2007
%%WWWDIR%%/vendor/symfony/service-contracts/LICENSE
2007
%%WWWDIR%%/vendor/symfony/service-contracts/ResetInterface.php
2008
%%WWWDIR%%/vendor/symfony/service-contracts/ResetInterface.php
2008
%%WWWDIR%%/vendor/symfony/service-contracts/ServiceLocatorTrait.php
2009
%%WWWDIR%%/vendor/symfony/service-contracts/ServiceLocatorTrait.php

Return to bug 270976