mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
www/kanboard: Update to 1.2.19
Changelog: https://github.com/kanboard/kanboard/releases PR: 255504 Submitted by: Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)
This commit is contained in:
parent
5b94820b85
commit
8c3813aa06
4 changed files with 20 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kanboard
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.16
|
||||
DISTVERSION= 1.2.19
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -11,31 +11,32 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= php:flavors
|
||||
USE_GITHUB= yes
|
||||
USE_PHP= ctype curl dom gd hash filter iconv json mcrypt mbstring \
|
||||
openssl pdo session simplexml zlib xml
|
||||
USE_GITHUB= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
KANBOARD_USERNAME?= www
|
||||
KANBOARD_GROUPNAME?= ${KANBOARD_USERNAME}
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB= KANBOARD_USERNAME=${KANBOARD_USERNAME} \
|
||||
KANBOARD_GROUPNAME=${KANBOARD_GROUPNAME}
|
||||
|
||||
OPTIONS_DEFINE= OPCACHE
|
||||
OPTIONS_DEFAULT= OPCACHE SQLITE
|
||||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE
|
||||
OPTIONS_DEFAULT= OPCACHE SQLITE
|
||||
OPTIONS_DEFINE= OPCACHE
|
||||
|
||||
OPCACHE_DESC= OPcache support (recommended)
|
||||
|
||||
MYSQL_USES= mysql
|
||||
MYSQL_USE= PHP=pdo_mysql,mysqli
|
||||
OPCACHE_USE= PHP=opcache
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_USE= PHP=pdo_pgsql,pgsql
|
||||
SQLITE_USE= PHP=pdo_sqlite,sqlite3
|
||||
OPCACHE_USE= PHP=opcache
|
||||
|
||||
KANBOARD_GROUPNAME?= ${KANBOARD_USERNAME}
|
||||
KANBOARD_USERNAME?= www
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1602697358
|
||||
SHA256 (kanboard-kanboard-v1.2.16_GH0.tar.gz) = d43bbabceb47f42d3418bfb7abf8af2ad01f00304ffcfc644abd9feca9d9ceef
|
||||
SIZE (kanboard-kanboard-v1.2.16_GH0.tar.gz) = 3266412
|
||||
TIMESTAMP = 1619251756
|
||||
SHA256 (kanboard-kanboard-v1.2.19_GH0.tar.gz) = 8c2ee5394ab23a71c71525081b2738a86f1592d40d814e679791c09cede562d0
|
||||
SIZE (kanboard-kanboard-v1.2.19_GH0.tar.gz) = 3332012
|
||||
|
|
|
@ -13,4 +13,4 @@ Main features:
|
|||
* Free, open source and self-hosted
|
||||
* Super simple installation
|
||||
|
||||
WWW: http://kanboard.net/
|
||||
WWW: https://kanboard.net/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
%%WWWDIR%%/.htaccess
|
||||
%%WWWDIR%%/ChangeLog
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/SECURITY.md
|
||||
%%WWWDIR%%/app/.htaccess
|
||||
%%WWWDIR%%/app/Action/Base.php
|
||||
%%WWWDIR%%/app/Action/CommentCreation.php
|
||||
|
@ -53,6 +54,7 @@
|
|||
%%WWWDIR%%/app/Action/TaskUpdateStartDateOnMoveColumn.php
|
||||
%%WWWDIR%%/app/Analytic/AverageLeadCycleTimeAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/AverageTimeSpentColumnAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/EstimatedActualColumnAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/TaskDistributionAnalytic.php
|
||||
%%WWWDIR%%/app/Analytic/UserDistributionAnalytic.php
|
||||
|
@ -482,6 +484,7 @@
|
|||
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
|
||||
%%WWWDIR%%/app/Locale/da_DK/translations.php
|
||||
%%WWWDIR%%/app/Locale/de_DE/translations.php
|
||||
%%WWWDIR%%/app/Locale/de_DE_du/translations.php
|
||||
%%WWWDIR%%/app/Locale/el_GR/translations.php
|
||||
%%WWWDIR%%/app/Locale/es_ES/translations.php
|
||||
%%WWWDIR%%/app/Locale/es_VE/translations.php
|
||||
|
@ -494,6 +497,7 @@
|
|||
%%WWWDIR%%/app/Locale/it_IT/translations.php
|
||||
%%WWWDIR%%/app/Locale/ja_JP/translations.php
|
||||
%%WWWDIR%%/app/Locale/ko_KR/translations.php
|
||||
%%WWWDIR%%/app/Locale/mk_MK/translations.php
|
||||
%%WWWDIR%%/app/Locale/my_MY/translations.php
|
||||
%%WWWDIR%%/app/Locale/nb_NO/translations.php
|
||||
%%WWWDIR%%/app/Locale/nl_NL/translations.php
|
||||
|
@ -654,6 +658,7 @@
|
|||
%%WWWDIR%%/app/Template/analytic/avg_time_columns.php
|
||||
%%WWWDIR%%/app/Template/analytic/burndown.php
|
||||
%%WWWDIR%%/app/Template/analytic/cfd.php
|
||||
%%WWWDIR%%/app/Template/analytic/estimated_actual_column.php
|
||||
%%WWWDIR%%/app/Template/analytic/layout.php
|
||||
%%WWWDIR%%/app/Template/analytic/lead_cycle_time.php
|
||||
%%WWWDIR%%/app/Template/analytic/sidebar.php
|
||||
|
@ -1639,6 +1644,7 @@
|
|||
%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/ImageFileHandler.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php
|
||||
%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php
|
||||
%%WWWDIR%%/vendor/pimple/pimple/.php_cs.dist
|
||||
%%WWWDIR%%/vendor/pimple/pimple/.travis.yml
|
||||
%%WWWDIR%%/vendor/pimple/pimple/CHANGELOG
|
||||
%%WWWDIR%%/vendor/pimple/pimple/LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue