Re: How is elixir-devel/pkg-plist generated?

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Mon, 12 Dec 2022 09:49:51 UTC
On Mon, 12 Dec 2022, at 02:02, Pat Maddox wrote:
> Looking at 
> https://github.com/freebsd/freebsd-ports/blob/main/lang/elixir-devel/pkg-plist 
> I assume it’s generated by a script.
>
> Can someone please share the script?
>
> Thanks,
> Pat

Hey Pat

make pkg-plist https://docs.freebsd.org/en/books/porters-handbook/book/#plist-dynamic

Although in practice I just update the DISTVERSION run ‘make stage-a’ and fix up a handful of errors manually, this makes it easier to get a feel for what files changed.

I use poudriere bulk -t … for final checks.

A+
Dave