[Bug 288896] www/kanboard: wont fetch. rerolled tarball?

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Aug 2025 11:59:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288896

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org
                 CC|                            |vvd@FreeBSD.org
             Status|New                         |In Progress
           Severity|Affects Only Me             |Affects Some People

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Look like upstream recreated tag:
--- kanboard-1.2.47.old/app/constants.php       2025-08-11 18:11:46 UTC
+++ kanboard-1.2.47/app/constants.php   2025-08-11 18:11:46 UTC
@@ -30,7 +30,7 @@ defined('LOG_FILE') or define('LOG_FILE', getenv('LOG_
 defined('LOG_FILE') or define('LOG_FILE', getenv('LOG_FILE') ?:
DATA_DIR.DIRECTORY_SEPARATOR.'debug.log');

 // Application version
-defined('APP_VERSION') or define('APP_VERSION', getenv('APP_VERSION') ?:
build_app_version(' (HEAD -> main, tag: v1.2.47)',
'b57deb7082797b791a3fa39dbcdc5e5c2b14b541'));
+defined('APP_VERSION') or define('APP_VERSION', getenv('APP_VERSION') ?:
build_app_version(' (tag: v1.2.47)',
'b57deb7082797b791a3fa39dbcdc5e5c2b14b541'));

 // Run automatically database migrations
 defined('DB_RUN_MIGRATIONS') or define('DB_RUN_MIGRATIONS',
getenv('DB_RUN_MIGRATIONS') ? strtolower(getenv('DB_RUN_MIGRATIONS')) ===
'true' : true);

-- 
You are receiving this mail because:
You are the assignee for the bug.