[Bug 280005] www/newsboat: upgrade to 2.36
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280005] www/newsboat: upgrade to 2.36"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jul 2024 10:12:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280005 --- Comment #40 from Daniel Schauenberg <d@unwiredcouch.com> --- (In reply to Zsolt Udvari from comment #39) I just updated the portstree again from `main` and ran `git clean` just to be sure (the branch divergence message is just because I rebased the patch commit onto current `main`): ``` # poudriere ports -l PORTSTREE METHOD TIMESTAMP PATH development null 2024-07-06 17:05:04 /devel/ports root@swarm:/devel/ports # pwd /devel/ports root@swarm:/devel/ports # git status you have mail On branch www/newsboat-2.36 Your branch and 'mrtazz/www/newsboat-2.36' have diverged, and have 483 and 1 different commits each, respectively. (use "git pull" if you want to integrate the remote branch with yours) nothing to commit, working tree clean root@swarm:/devel/ports # git clean -fdx ``` But when I rerun the build, it still works for me: ``` # poudriere testport -j 14R1_amd64 -c -p development www/newsboat <-- snip poudriere output --> # grep ' DOCS=' /usr/local/poudriere/data/logs/bulk/14R1_amd64-development/2024-07-22_10h00m17s/logs/newsboat-2.36.log DOCS=on: Build and/or install documentation # grep -A5 ' Running Q/A tests' /usr/local/poudriere/data/logs/bulk/14R1_amd64-development/2024-07-22_10h00m17s/logs/newsboat-2.36.log ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ``` I'm gonna see if I can make the time to run this on a completely fresh install just to make sure I don't have any lingering changes anywhere, but I honestly don't know how that could be. -- You are receiving this mail because: You are the assignee for the bug.