git: b1b9aa4654 - main - About FreeBSD Ports: one sentence per line

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Sat, 25 Mar 2023 19:29:55 UTC
The branch main has been updated by grahamperrin:

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

commit b1b9aa465426f1b17207cd002d7ff8d88d999ee9
Author:     Pau Amma <pauamma@gundo.com>
AuthorDate: 2023-02-11 19:08:00 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-03-25 19:27:21 +0000

    About FreeBSD Ports: one sentence per line
    
    Approved by:           grahamperrin, wosch
    Differential revision: https://reviews.freebsd.org/D38509
---
 website/content/en/ports/_index.adoc | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/website/content/en/ports/_index.adoc b/website/content/en/ports/_index.adoc
index 3c628e7ad3..ec2077e778 100644
--- a/website/content/en/ports/_index.adoc
+++ b/website/content/en/ports/_index.adoc
@@ -13,10 +13,19 @@ include::shared/en/urls.adoc[]
 
 The FreeBSD Ports and Packages Collection offers a simple way for users and administrators to install applications.
 
-The Ports Collection supports the latest release on the link:{faq}#current[FreeBSD-CURRENT] and link:{faq}#stable[FreeBSD-STABLE] branches. Older releases are not supported and may or may not work correctly with an up-to-date ports collection. Over time, changes to the ports collection may rely on features that are not present in older releases. Wherever convenient, we try not to gratuitously break support for recent releases, but it is sometimes unavoidable. When this occurs, patches contributed by the user community to maintain support for older releases will usually be committed.
-
-Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing `make install` in the port directory. If you download the framework for the entire list of ports by installing the link:{handbook}ports/#ports-using[ports hierarchy], you can have thousands of applications right at your fingertips.
-
-Each port's `Makefile` automatically fetches the application source code, either from a local disk or the network, unpacks it on your system, applies the patches, and compiles. If all went well, a simple `make install` will install the application and register it with the package system.
-
-For most ports, a precompiled `package` also exists, saving the user the work and time of having to compile anything at all. Use man:pkg-install[8] to securely download and install the precompiled version of a port. For more information see link:{handbook}ports/#pkgng-intro[Using pkg for Binary Package Management]
+The Ports Collection supports the latest release on the link:{faq}#current[FreeBSD-CURRENT] and link:{faq}#stable[FreeBSD-STABLE] branches.
+Older releases are not supported and may or may not work correctly with an up-to-date ports collection.
+Over time, changes to the ports collection may rely on features that are not present in older releases.
+Wherever convenient, we try not to gratuitously break support for recent releases, but it is sometimes unavoidable.
+When this occurs, patches contributed by the user community to maintain support for older releases will usually be committed.
+
+Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD.
+Installing an application is as simple as typing `make install` in the port directory.
+If you download the framework for the entire list of ports by installing the link:{handbook}ports/#ports-using[ports hierarchy], you can have thousands of applications right at your fingertips.
+
+Each port's `Makefile` automatically fetches the application source code, either from a local disk or the network, unpacks it on your system, applies the patches, and compiles.
+If all went well, a simple `make install` will install the application and register it with the package system.
+
+For most ports, a precompiled `package` also exists, saving the user the work and time of having to compile anything at all.
+Use man:pkg-install[8] to securely download and install the precompiled version of a port.
+For more information see link:{handbook}ports/#pkgng-intro[Using pkg for Binary Package Management].