Created attachment 245670 [details] v0 I'm really sorry that more than 50 thousand seconds passed between actual release and this PR... just kidding. portlint - ok, except NLS knob which isn't supported portclippy - ok portfmt run "make test" output (as non-root inside builder jail): [ 0% 1/1] cd /wrkdirs/usr/ports/net-p2p/tremotesf/work/.build && /usr/local/bin/ctest --force-new-ctest-process Test project /wrkdirs/usr/ports/net-p2p/tremotesf/work/.build Start 1: itemlistupdater_test 1/6 Test #1: itemlistupdater_test ............. Passed 0.05 sec Start 2: log_test 2/6 Test #2: log_test ......................... Passed 0.03 sec Start 3: demangle_test 3/6 Test #3: demangle_test .................... Passed 0.03 sec Start 4: requestrouter_test 4/6 Test #4: requestrouter_test ............... Passed 6.41 sec Start 5: pathutils_test 5/6 Test #5: pathutils_test ................... Passed 0.08 sec Start 6: tracker_test 6/6 Test #6: tracker_test ..................... Passed 0.07 sec 100% tests passed, 0 tests failed out of 6 Total Test time (real) = 6.68 sec pbuild@releng132-default:/usr/ports/net-p2p/tremotesf $
Created attachment 245671 [details] poudriere testport log
Thank you for the quick submission! Unfortunately it'll likely take me until the weekend to do the commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9993d671d8a9e9f5d3daad4a6b45bbf0c4af7bc commit e9993d671d8a9e9f5d3daad4a6b45bbf0c4af7bc Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2023-10-16 11:52:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-19 07:07:28 +0000 net-p2p/tremotesf: update to 2.5.0 Remove separate distfile for libtremotesf as it has been merged into main tree. Remove separate distfile for cpp-httplib as we can use www/cpp-httplib now. Note: despite Qt 6 support added, we can't use it right now as KDE Framework 6 is also needed. Release info: https://github.com/equeim/tremotesf2/releases/tag/2.5.0 PR: 274511 net-p2p/tremotesf/Makefile | 11 ++++------- net-p2p/tremotesf/distinfo | 10 +++------- 2 files changed, 7 insertions(+), 14 deletions(-)
Thank you for your contribution.