Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2023 12:51:59 +0200
From:      Kurt Jaeger <pi@freebsd.org>
To:        Nuno Teixeira <eduardo@freebsd.org>
Cc:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: Port update and consumers bump
Message-ID:  <ZSE4T-J5EhunLJnd@fc.opsec.eu>
In-Reply-To: <CAFDf7UJYt2TRfX3xqdzouPWi_mYhk6iSoosaN40D9Kh-JbBFSw@mail.gmail.com>
References:  <CAFDf7UJYt2TRfX3xqdzouPWi_mYhk6iSoosaN40D9Kh-JbBFSw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> I'm working on x11-toolkits/wxgtk32 update.
> 
> What's the correct method to do this wotk since it involves bumping
> consumers?
> Can't find it in Porter's handbook.
> 
> For now I did:
> 
> 1. Update x11-toolkits/wxgtk32 and test build
> 2. Build consumers `portgrep -o USE_WX 3.2`
> 3. Run test some of consumers
> 
> I've noticed that Tools/scripts/bump-revision.sh exists but I've never used
> it.

To find the depending ports, cd to the ports git checkout:

grep -Rl '<cat>/<port>' [a-ce-z]* d[a-hj-z]* > /tmp/list

Check the list, if no errors are in the list, then:

Tools/scripts/bump-revision.sh `cat /tmp/list`

-- 
pi@FreeBSD.org         +49 171 3101372                  Now what ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZSE4T-J5EhunLJnd>