Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2023 16:47:06 GMT
From:      Graham Perrin <grahamperrin@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d8753d6e7a - main - =?utf-8?Q?FreeBSD=20Handbook:=20=E2=80=A6=20Ports=20=E2=80=A6:=20quarterly=20examples?=
Message-ID:  <202304191647.33JGl6gn023412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d8753d6e7a04a6d2b6145759be37e6c5f4adb9ba

commit d8753d6e7a04a6d2b6145759be37e6c5f4adb9ba
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-04-19 16:43:26 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-04-19 16:43:26 +0000

    FreeBSD Handbook: … Ports …: quarterly examples
    
    Examples under
    https://docs.freebsd.org/en/books/handbook/ports/#ports-using-git-method
    used two different 2020 branches for quarterly.
    
    Update both examples to a single branch, 2023Q1.
---
 documentation/content/en/books/handbook/ports/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc
index 7f6484d6db..39a6d8173a 100644
--- a/documentation/content/en/books/handbook/ports/_index.adoc
+++ b/documentation/content/en/books/handbook/ports/_index.adoc
@@ -738,7 +738,7 @@ If the ports tree is not available, or pkg is being used to manage packages, Git
 +
 [source,shell]
 ....
-# git clone https://git.FreeBSD.org/ports.git -b 2020Q3 /usr/ports
+# git clone https://git.FreeBSD.org/ports.git -b 2023Q1 /usr/ports
 ....
 +
 . As needed, update `/usr/ports` after the initial Git checkout:
@@ -752,7 +752,7 @@ If the ports tree is not available, or pkg is being used to manage packages, Git
 +
 [source,shell]
 ....
-# git -C /usr/ports switch 2020Q4
+# git -C /usr/ports switch 2023Q1
 ....
 ****
 



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