Re: Port update and consumers bump

From: Matthias Fechner <mfechner_at_freebsd.org>
Date: Mon, 09 Oct 2023 15:16:48 UTC
Am 07.10.2023 um 13:49 schrieb Nuno Teixeira:
> I'm working on x11-toolkits/wxgtk32 update.
>
not sure if wxgtk32 is used as a LIB_DEPENDS in other ports, if yes, you 
can also have a look on my script:

Tools/scripts/search_lib_depends_and_bump.sh x11-toolkits/wxgtk32

It is not a simple grep, but it really use the FreeBSD ports framework 
to look for dependencies.
There is no need to have a up-to-date INDEX on the filesystem.

After it found all ports, it uses bum-revision.sh to increase  the 
PORTREVISION and afterwards execute
portlint on all ports that are bumped.
I think it is a very handy tool.

It maybe needs some time to find all ports, but it is working very reliably.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook