Bug 280460 - sysutils/android-file-transfer: disable PORTSCOUT detection
Summary: sysutils/android-file-transfer: disable PORTSCOUT detection
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: Zsolt Udvari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-26 20:48 UTC by gatekeeper
Modified: 2024-08-03 19:30 UTC (History)
1 user (show)

See Also:


Attachments
git patch (778 bytes, patch)
2024-07-26 20:48 UTC, gatekeeper
no flags Details | Diff
git patch (769 bytes, patch)
2024-07-26 21:07 UTC, gatekeeper
no flags Details | Diff
git patch (787 bytes, patch)
2024-07-29 12:58 UTC, gatekeeper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gatekeeper 2024-07-26 20:48:55 UTC
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.
Comment 1 gatekeeper 2024-07-26 21:07:32 UTC
Created attachment 252309 [details]
git patch

Due to funny version names upstream, it might be better to disable portscout alltogether.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-27 18:38:03 UTC
I'd suggest "skipv:continuous" instead of disabling portscout. The "continuous" version is skipped only.
Comment 3 gatekeeper 2024-07-29 12:58:59 UTC
Created attachment 252350 [details]
git patch

ok :-)
corresponding changes in attached git patch
Comment 4 gatekeeper 2024-08-03 17:43:47 UTC
Hi. When you find some time, can you please check the patch. Thanks!
Comment 5 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-03 19:22:38 UTC
(In reply to gatekeeper from comment #4)
Sorry, I was AFK, was on vacation.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-08-03 19:30:05 UTC
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(+)
Comment 7 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-03 19:30:56 UTC
Committed, thanks!