Jon Fineman wrote:
> I am running OpenBSD-release I would like to change the Makefile for neomutt 
> in
> ports so that instead of pulling neomutt's last release it pulls its latest
> build.
>
> Is there documentation describing the different variables or a template I can
> follow to make that change? Or at least another package that does something
> similar I could model this after?
>
> Thanks.

Hi Jon,

I am no expert with OpenBSD ports. Howveer, the first thing that comes
to mind, which is rather hacky, is to point to:
https://github.com/neomutt/neomutt/archive/refs/heads/main.tar.gz

You should be able to `make makesum` and build a package with it,
perhaps with some `2025.05.04`-style version that you update as needed.

Definitely not the cleanest solution and I'm sure there's a better one.
I just feel this may work in a pinch.

-Henrich

Reply via email to