From nobody Fri Dec 1 02:26:01 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 4ShH414vHdz537dZ for ; Fri, 1 Dec 2023 02:26:09 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 4ShH4126BKz4bvX for ; Fri, 1 Dec 2023 02:26:09 +0000 (UTC) (envelope-from david@catwhisker.org) Authentication-Results: mx1.freebsd.org; none Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.17.1/8.15.2) with ESMTP id 3B12Q1US075628; Fri, 1 Dec 2023 02:26:01 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.17.1/8.17.1/Submit) id 3B12Q1u7075627; Thu, 30 Nov 2023 18:26:01 -0800 (PST) (envelope-from david) Date: Thu, 30 Nov 2023 18:26:01 -0800 From: David Wolfskill To: AN Cc: freebsd-ports@freebsd.org Subject: Re: how to checkout ports for 14-stable 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jBLY319Sqf0ZU2uR" 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:7018, ipnet:107.192.0.0/12, country:US] X-Rspamd-Queue-Id: 4ShH4126BKz4bvX --jBLY319Sqf0ZU2uR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 30, 2023 at 08:24:47PM -0500, AN wrote: > Hi: >=20 > 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 --=20 David H. Wolfskill david@catwhisker.org [Quote elided] See https://www.catwhisker.org/~david/publickey.gpg for my public key. --jBLY319Sqf0ZU2uR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSTLzOSbomIK53fjFliipiWhXYx5QUCZWlEOV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0OTMy RjMzOTI2RTg5ODgyQjlEREY4QzU5NjI4QTk4OTY4NTc2MzFFNQAKCRBiipiWhXYx 5R7HAP0Qxw/6Qx43MkgqOcSYsAtozuwWjOYSDTXFX/VLbQElqAD/eyQtTfp0BmZu amG2GuMRSbwxTCCqwsAisIzhHeCclg8= =0heI -----END PGP SIGNATURE----- --jBLY319Sqf0ZU2uR--