Page MenuHomeFreeBSD

D29502.id86579.diff
No OneTemporary

D29502.id86579.diff

Index: share/man/man7/ports.7
===================================================================
--- share/man/man7/ports.7
+++ share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 18, 2021
+.Dd March 30, 2021
.Dt PORTS 7
.Os
.Sh NAME
@@ -64,23 +64,35 @@
.Fx
Ports Collection is maintained in several branches, which differ mostly
by versions of software provided: the
-.Em head
-branch contains all the latest changes, while the
+.Em main
+branch contains all the latest changes and corresponds to the
+.Em latest
+package set, while the
.Em quarterly
branches only provide critical fixes.
The
-.Em head
-branch can be installed or updated from the Subversion repository located at:
+.Em main
+branch can be cloned and updated from the Git repository located at:
.Pp
-.Lk https://svn.FreeBSD.org/ports/head
+.Lk https://git.FreeBSD.org/ports
+.Pp
+so eg:
+.Pp
+.Cm git clone https://git.FreeBSD.org/ports.git
.Pp
The
.Em quarterly
-branches can be found in Subversion in the
-.Pa branches/
-subdirectory, eg:
+branches can be found in Git in the
+.Pa branches/yyyyQn
+branch namespace, where
+.Em yyyy
+indicates the year and
+.Em n
+indicates the quarter
+.Po 1 to 4
+.Pc , eg:
.Pp
-.Lk https://svn.FreeBSD.org/ports/branches/2019Q1
+.Cm git clone -b branches/2021Q2 https://git.FreeBSD.org/ports.git
.Pp
It is generally a good idea to use the
.Nm
@@ -92,7 +104,7 @@
the
.Xr pkg 8
is configured to install packages built from the
-.Em head
+.Em main
branch, while for
.Fx STABLE
or RELEASE versions it is configured to install packages built from

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 21, 11:46 PM (8 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35337894
Default Alt Text
D29502.id86579.diff (1 KB)

Event Timeline