Date: Thu, 30 Nov 2023 22:29:55 -0500 (EST) From: AN <andy@neu.net> To: David Wolfskill <david@catwhisker.org> Cc: freebsd-ports@freebsd.org Subject: Re: how to checkout ports for 14-stable Message-ID: <alpine.BSF.2.21.9999.2311302223530.6870@mail.neu.net> In-Reply-To: <ZWlEOSCvzXZs3cMx@albert.catwhisker.org> References: <alpine.BSF.2.21.9999.2311302014490.96068@mail.neu.net> <ZWlEOSCvzXZs3cMx@albert.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Nov 2023, David Wolfskill wrote: > Date: Thu, 30 Nov 2023 18:26:01 -0800 > From: David Wolfskill <david@catwhisker.org> > To: AN <andy@neu.net> > Cc: freebsd-ports@freebsd.org > Subject: Re: how to checkout ports for 14-stable > > On Thu, Nov 30, 2023 at 08:24:47PM -0500, AN wrote: > > Hi: > > > > I just upgraded a system to src 14-stable. What is the exact command to > > checkout and track the 14-stable branch of ports? > > There is no such thing as "the 14-stable branch of ports." > > FreeBSD source ("src") and ports are separate repositories. > > Branches in the ports tree are things like: > g1-70(12.4-S)[5] git branch --remote | tail > origin/2022Q1 > origin/2022Q2 > origin/2022Q3 > origin/2022Q4 > origin/2023Q1 > origin/2023Q2 > origin/2023Q3 > origin/2023Q4 > origin/HEAD -> origin/main > origin/main > > (so, remove the "origin/" part to get the branch name)/(so, remove the > "origin/" part to get the branch name)/ > > > .... > > Peace, > david > Hi David: Thanks for your quick response, that worked. So I assume that I will need to remove /usr/ports every quater and checkout the latest ports? Also, I guess origin/2023Q4 is where developers make updates to? Regards
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.9999.2311302223530.6870>