From nobody Sat Oct 07 10:51:59 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S2hv83LXBz4wghl for ; Sat, 7 Oct 2023 10:52:04 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S2hv81kFQz3NJs; Sat, 7 Oct 2023 10:52:04 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi by fc.opsec.eu with local (Exim 4.96.1 (FreeBSD)) (envelope-from ) id 1qp4ud-0004TB-0c; Sat, 07 Oct 2023 12:51:59 +0200 Date: Sat, 7 Oct 2023 12:51:59 +0200 From: Kurt Jaeger To: Nuno Teixeira Cc: FreeBSD Mailing List Subject: Re: Port update and consumers bump Message-ID: References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-Rspamd-Queue-Id: 4S2hv81kFQz3NJs 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 '/' [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 ?