Created attachment 252308 [details] git patch Currently the port is marked as "out-of-date", which is incorrect as it was updated to the latest version. Problem is that portscout find a "continuous" version. This patch should fix this issue. Thanks to Vladimir Druzenko for helping me out with this.
Created attachment 252309 [details] git patch Due to funny version names upstream, it might be better to disable portscout alltogether.
I'd suggest "skipv:continuous" instead of disabling portscout. The "continuous" version is skipped only.
Created attachment 252350 [details] git patch ok :-) corresponding changes in attached git patch
Hi. When you find some time, can you please check the patch. Thanks!
(In reply to gatekeeper from comment #4) Sorry, I was AFK, was on vacation.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b746fd0df3024270c181959f87a1c8f09dc5545f commit b746fd0df3024270c181959f87a1c8f09dc5545f Author: gatekeeper <tiago.gasiba@gmail.com> AuthorDate: 2024-08-03 19:23:13 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-03 19:27:01 +0000 sysutils/android-file-transfer: skip bad version Portscout reports "continuous" is the newest version so skip this version. PR: 280460 Approved by: submitter is maintainer sysutils/android-file-transfer/Makefile | 3 +++ 1 file changed, 3 insertions(+)
Committed, thanks!