Bug 290612 - x11-fm/filerunner: Update 23.03.07.16 => 24.07.12.20, improve port
Summary: x11-fm/filerunner: Update 23.03.07.16 => 24.07.12.20, improve port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-27 20:43 UTC by Aldis Berjoza
Modified: 2025-11-15 23:27 UTC (History)
3 users (show)

See Also:


Attachments
patch (5.61 KB, patch)
2025-10-27 20:43 UTC, Aldis Berjoza
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2025-10-27 20:43:52 UTC
Created attachment 264952 [details]
patch

Attached patch for filerunner update to latest version.

While searching for similar bug reports, I've came across bug #272959

I've tested latest filerunner for described bug and couldn't replicate it.
Then I also tested version in packages (23.03.07.16) with same result.
I suggest to close that issue (I will post comment in bug #272959 as well)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2025-10-28 00:44:23 UTC
^Triage: now that Bugzilla Attachments have the patch flag, the [patch] convention
is obsolete.

To submitter: this port does not currently have a maintainer.  Would you be
interested in taking it over?
Comment 2 Aldis Berjoza 2025-10-28 17:04:32 UTC
Currently I'm not willing to take over maintainer role for this port.

Unfortunately filerunner doesn't seam to support UTF-8 well, which is deal-breaker for my use-case.

Unless I figure out how to reliably fix this issue and hopefully get fixes merged upstream, I won't be able to use filerunner.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-11-14 15:33:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0b8a22a3c714cc02eda364a4e56c9d93b78867

commit 0f0b8a22a3c714cc02eda364a4e56c9d93b78867
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-11-14 15:27:20 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-14 15:27:20 +0000

    x11-fm/filerunner: Update 23.03.07.16 => 24.07.12.20, improve port

    Changelog:
    https://sourceforge.net/projects/filerunner/files/release-24.07.12.20/changelog-24.07.12.20.txt/download

    Improve port:
    - Replace PORTVERSION with DISTVERSION.
    - Use shebangfix instead of manual REINPLACE_CMD.
    - Reimplement do-install.

    PR:             290612
    Co-authored-by: Aldis Berjoza <aldis@berjoza.lv>

 x11-fm/filerunner/Makefile  | 24 +++++++++---------
 x11-fm/filerunner/distinfo  |  6 ++---
 x11-fm/filerunner/pkg-plist | 60 ++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 71 insertions(+), 19 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-14 15:33:58 UTC
Thanks.
Comment 5 Aldis Berjoza 2025-11-15 20:49:41 UTC
For the record: Either port improvements fixed my UTF-8 issue, or something was wrong and got fixed on my end. But now I no longer have UTF-8 issues with FileRunner
Comment 6 mew14930xvi 2025-11-15 21:01:27 UTC
I checked a bit and it seems there is no problem with UTF-8.

If you're interested, here's a patch that improves the port a bit.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291013
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-15 23:27:47 UTC
(In reply to mew14930xvi from comment #6)
Update patch and I'll commit it.