Bug 274511 - net-p2p/tremotesf: update to 2.5.0
Summary: net-p2p/tremotesf: update to 2.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/equeim/tremotesf2/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-16 12:05 UTC by Anton Saietskii
Modified: 2023-10-19 07:17 UTC (History)
1 user (show)

See Also:


Attachments
v0 (2.59 KB, patch)
2023-10-16 12:05 UTC, Anton Saietskii
no flags Details | Diff
poudriere testport log (11.98 KB, application/x-xz)
2023-10-16 12:06 UTC, Anton Saietskii
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Saietskii 2023-10-16 12:05:46 UTC
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 $
Comment 1 Anton Saietskii 2023-10-16 12:06:02 UTC
Created attachment 245671 [details]
poudriere testport log
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-10-17 04:28:22 UTC
Thank you for the quick submission!  Unfortunately it'll likely take me until the weekend to do the commit.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-10-19 07:09:23 UTC
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(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-10-19 07:17:00 UTC
Thank you for your contribution.